diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index e026ece80..2c1f2e025 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=12.43 +VERSION:=12.44 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index da40bd96c..af5ebc9d0 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 12.44 - 13 August 2009 + - fix parsing dmidecode output (broken since we use dmidecode-2.10, aka since November 24 2008) - localedrake diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1d916f5bb..691a2d309 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 12.44 - 13 August 2009 + - fix parsing dmidecode output (broken since we use dmidecode-2.10, aka since November 24 2008) - prevent urpmi messages from garbaging text installer (#50776) |