diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-22 17:51:34 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-22 17:51:34 +0000 |
commit | 5f7143064747294cd91309254086404a8885630f (patch) | |
tree | c7bf96b0ed70ad3f1c9fcd786d2e5bac8425c41d /perl-install | |
parent | e50a210f3b4e17b01fc084ddb0b7fe5d9c2a3707 (diff) | |
download | drakx-backup-do-not-use-5f7143064747294cd91309254086404a8885630f.tar drakx-backup-do-not-use-5f7143064747294cd91309254086404a8885630f.tar.gz drakx-backup-do-not-use-5f7143064747294cd91309254086404a8885630f.tar.bz2 drakx-backup-do-not-use-5f7143064747294cd91309254086404a8885630f.tar.xz drakx-backup-do-not-use-5f7143064747294cd91309254086404a8885630f.zip |
11.50.3
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 00027606b..d54f7a2bc 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.50.2 +VERSION:=11.50.3 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 95a24921e..d702ec789 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 11.50.3 - 22 September 2008 + - fix/workaround crash when setting banner background (Can't call method "get_width" on an undefined value) |