diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-20 22:29:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-20 22:29:39 +0000 |
commit | 605b2837dae4dfd812874b237ad360b329912320 (patch) | |
tree | bbcb6ce3fd89192c24dd2c4e11bae4f03b065373 | |
parent | 9bd44cbcffc338c7e4a639434ddf538011d5dce0 (diff) | |
download | drakx-605b2837dae4dfd812874b237ad360b329912320.tar drakx-605b2837dae4dfd812874b237ad360b329912320.tar.gz drakx-605b2837dae4dfd812874b237ad360b329912320.tar.bz2 drakx-605b2837dae4dfd812874b237ad360b329912320.tar.xz drakx-605b2837dae4dfd812874b237ad360b329912320.zip |
12.29
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index eac1c4964..12f240800 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=12.28.2 +VERSION:=12.29 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 735f3ed93..0e3cdbdb1 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 12.29 - 19 April 2009 + - finish-install: o handle both "ll_CC" and "ll" locales parameter (#49914) - harddrake: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8ef7f7eaa..cc8210efd 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,8 @@ +Version 12.29 - 21 April 2009 + - do not log perl warnings about missing/not-yet-installed locales while installing and while probing EDID +- updated trasnlations Version 12.28.1 - 16 April 2009 |