summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-04-03 09:37:39 +0000
committerOlivier Blin <oblin@mandriva.com>2008-04-03 09:37:39 +0000
commitba527515efb09868fc2bb1017c1ced4860d46c03 (patch)
treed927ecffeb0b2c755b4d484915dd1a3e4afa267c
parent32d0b8ad8b86e5aab6de1af93c635fc707895737 (diff)
downloadperl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar
perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.gz
perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.bz2
perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.xz
perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.zip
1.2.12
-rw-r--r--NEWS4
-rw-r--r--lib/MDK/Common.pm.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3c1fd7..443ccc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.2.12 - 3 April 2008, by Olivier "blino" Blin
+
+- fix crash introduced in previous release
+
Version 1.2.11 - 3 April 2008, by Olivier "blino" Blin
- workaround glibc misconfiguration that make users listed twice
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index 0c2990c..0a3c000 100644
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -73,7 +73,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.11";
+our $VERSION = "1.2.12";
1;
EOF