From ba527515efb09868fc2bb1017c1ced4860d46c03 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 09:37:39 +0000 Subject: 1.2.12 --- NEWS | 4 ++++ lib/MDK/Common.pm.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1