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 fe4796dad..b3da816e8 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.79 +VERSION:=11.80 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 75d343062..f1c65c6b1 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 11.80 - 21 January 2008 + - diskdrake: o don't use label for mounting partitions on lvm (#47024) - draksec: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5a9e0d65a..c493ddd66 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +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" |