diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-02-05 11:31:29 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-02-05 11:31:29 +0000 |
commit | e283c762aaf7d806c179ee3bac631b3cd95ac164 (patch) | |
tree | d783cf077f73d440064bf56d32d68e93ec884c6a /perl-install | |
parent | 3b7008a852a6af9af6162089386607d556fdc14c (diff) | |
download | drakx-e283c762aaf7d806c179ee3bac631b3cd95ac164.tar drakx-e283c762aaf7d806c179ee3bac631b3cd95ac164.tar.gz drakx-e283c762aaf7d806c179ee3bac631b3cd95ac164.tar.bz2 drakx-e283c762aaf7d806c179ee3bac631b3cd95ac164.tar.xz drakx-e283c762aaf7d806c179ee3bac631b3cd95ac164.zip |
11.82
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 2f2bc76ed..2558a6509 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.81 +VERSION:=11.82 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e43f75ff7..7f9232a6f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 11.82 - 5 February 2009 + - include /usr/share/mime/mime.cache in stage2 (gdk-pixbuf does not guess anymore image format from file extension, which makes it check MIME cache now) |