diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-02-03 11:00:47 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-02-03 11:00:47 +0000 |
commit | 5fa353cab56b79b702808a695ef92b77a47fd375 (patch) | |
tree | 3fe4d6396c352b8ec76c055b18b85027e0882834 /perl-install | |
parent | da9f593e8715b075d0fb84a81de7909b6881bacb (diff) | |
download | drakx-5fa353cab56b79b702808a695ef92b77a47fd375.tar drakx-5fa353cab56b79b702808a695ef92b77a47fd375.tar.gz drakx-5fa353cab56b79b702808a695ef92b77a47fd375.tar.bz2 drakx-5fa353cab56b79b702808a695ef92b77a47fd375.tar.xz drakx-5fa353cab56b79b702808a695ef92b77a47fd375.zip |
Release 11.81
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 6 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 08e52302b..2f2bc76ed 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.80.1 +VERSION:=11.81 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 379e0d087..1a97fde58 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 11.81 - 3 February 2009 + - interactive::curses: o use a real file selector in curses too - diskdrake: @@ -9,7 +11,7 @@ - draksound: o disable auto spawning when diasbling PA (#47258) -Version 11.80 - 21 January 2008 +Version 11.80 - 21 January 2009 - diskdrake: o don't use label for mounting partitions on lvm (#47024) @@ -18,7 +20,7 @@ Version 11.80 - 21 January 2008 - use "ComboBoxEntry" gtk2 widget instead of "Combo" (which is deprecated), this also workarounds gtk2 bug with "hidden" Entry + "Combo" -Version 11.79 - 16 January 2008 +Version 11.79 - 16 January 2009 - drakbug: o ask to attach blkid output as well as /etc/fstab & the like when diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index bb5ec74ff..0d3224a17 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 11.81 - 3 February 2009 + - allow browsing partitions content to easily select the ones to destroy - do not warn about "servers which open ports on outside by default" (the list of servers is not maintained, and the policy for those servers has changed) |