diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-01-15 11:14:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-01-15 11:14:01 +0000 |
commit | 032cdac4e1087348e1eec72ae37753e7dd52ce10 (patch) | |
tree | 92143a34522152fd1e23e2bdf9705ba7abe2fb8a /perl-install | |
parent | 473d631b929a03707336f41dad584e91a7096658 (diff) | |
download | drakx-032cdac4e1087348e1eec72ae37753e7dd52ce10.tar drakx-032cdac4e1087348e1eec72ae37753e7dd52ce10.tar.gz drakx-032cdac4e1087348e1eec72ae37753e7dd52ce10.tar.bz2 drakx-032cdac4e1087348e1eec72ae37753e7dd52ce10.tar.xz drakx-032cdac4e1087348e1eec72ae37753e7dd52ce10.zip |
11.77
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 12f34face..3a91d58b0 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.76 +VERSION:=11.77 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 935e62703..dcde41330 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 11.77 - 15 January 2008 + - diskdrake: o --smb: cifs must be used instead of smbfs (#42483) o ext4dev is now stable and called ext4 in 2.6.28+ diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 04a4bd888..802119354 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 11.77 - 15 January 2008 + - do not install kernel-server on x86_64 when there's more than 4Gb of RAM (#44709) ; use better heuristics - propose ext4 filesystem during install now that it is stable |