diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-08-01 19:45:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-08-01 19:45:02 +0000 |
commit | 18065d287d5499677a2adba9381eef2eb575953e (patch) | |
tree | ec0ae886513840315b3f6205db2bcfc2f6ea1bc8 /perl-install | |
parent | ed97fdc6c3ab472fb1acdd88fe5b243311805440 (diff) | |
download | drakx-18065d287d5499677a2adba9381eef2eb575953e.tar drakx-18065d287d5499677a2adba9381eef2eb575953e.tar.gz drakx-18065d287d5499677a2adba9381eef2eb575953e.tar.bz2 drakx-18065d287d5499677a2adba9381eef2eb575953e.tar.xz drakx-18065d287d5499677a2adba9381eef2eb575953e.zip |
13.61
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 c1e9a9b4b..14621b1ab 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.60 +VERSION:=13.61 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 8dcb1329a..6737a9149 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 13.61 - 01 August 2011 + - disdrake: o spaces are not allowed between options in /etc/fstab (#2271) - drakfont: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8a5bee47a..74f93745e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 13.61 - 01 August 2011 + - clear the mirror cache before upgrading (#1557) - fix bootloader entries names - fix build with perl-5.14.x |