diff options
-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 |