diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-06-25 08:42:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-06-25 08:42:36 +0000 |
commit | 6231881a78e18b7dd52d950142ffcc7938903a12 (patch) | |
tree | bef28154f55735bbb8c6fb310ad5c71651cf14a7 | |
parent | 9a615268219f0fc6c52c5e7695f2ef6ae42c6dd0 (diff) | |
download | drakx-6231881a78e18b7dd52d950142ffcc7938903a12.tar drakx-6231881a78e18b7dd52d950142ffcc7938903a12.tar.gz drakx-6231881a78e18b7dd52d950142ffcc7938903a12.tar.bz2 drakx-6231881a78e18b7dd52d950142ffcc7938903a12.tar.xz drakx-6231881a78e18b7dd52d950142ffcc7938903a12.zip |
10.3910.39
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 7d19d523e..585bd1af8 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=10.38 +VERSION:=10.39 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index b5d0f8ba2..99b0db42e 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 10.39 - 25 June 2008 + - bootloader-config: o fix handling xen kernels: it should not replace an existing 'linux' entry (#40865) |