From 3af3291c883fc3c29438fa0e009e224ae9d7d8a2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 03:16:21 +0000 Subject: 1.2.11 --- NEWS | 2 ++ lib/MDK/Common.pm.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7fc9c04..e3c1fd7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.2.11 - 3 April 2008, by Olivier "blino" Blin + - workaround glibc misconfiguration that make users listed twice (#34279) diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index ad5d82b..0c2990c 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.10"; +our $VERSION = "1.2.11"; 1; EOF -- cgit v1.2.1