diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-05-24 16:02:13 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-05-24 16:02:13 +0000 |
commit | a79990cd18b1ac9b91d7335f7045cf7438118706 (patch) | |
tree | 442253d1d154ce23f3b0daabaae5cfbcf9b8bb93 | |
parent | 922461a2f87b06748701f8eac0a693ab623546fa (diff) | |
download | drakx-a79990cd18b1ac9b91d7335f7045cf7438118706.tar drakx-a79990cd18b1ac9b91d7335f7045cf7438118706.tar.gz drakx-a79990cd18b1ac9b91d7335f7045cf7438118706.tar.bz2 drakx-a79990cd18b1ac9b91d7335f7045cf7438118706.tar.xz drakx-a79990cd18b1ac9b91d7335f7045cf7438118706.zip |
release 13.29
-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 766b0d6f7..0d67e5215 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.28 +VERSION:=13.29 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 38b5cc7fe..fd0212940 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 13.29 - 24 May 2010 + - display_release_notes.pl: don't use ::isInstall to position the release not window on top of everything (doesn't work on the Ones), use any::set_wm_hints_if_needed instead (#59155) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index eef9cb246..20bd55fc8 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 13.29 - 24 June 2010 + - fix detection of /var partition - force raid metadata to be 0.90 if /boot is on raid 1 - fix raid 0 to be handled as raid |