summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xlib/MDK/Common.pm.pl2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 10121f6..bde5b94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.2.31 - 21 December 2014, by Colin Guthrie
+
+- user filtering updates for system/real user boundary change
- whereis_binary: shows bogus caller
Version 1.2.30 - 6 May 2014, by Thierry Vignaud
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index 65f9666..70fbba3 100755
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -75,7 +75,7 @@ our @ISA = qw(Exporter);
# perl_checker: RE-EXPORT-ALL
our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-our $VERSION = "1.2.30";
+our $VERSION = "1.2.31";
1;
EOF