diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-04 18:12:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-04 18:12:59 +0000 |
commit | d8849c030a050e7fc688cb3000056fe86da2e6e3 (patch) | |
tree | 6bff60bd83e839b27bbb8c4edec9d5f2eb211f0b /perl-install | |
parent | a11e8148036cb4425478c7153de3e4551b17878a (diff) | |
download | drakx-d8849c030a050e7fc688cb3000056fe86da2e6e3.tar drakx-d8849c030a050e7fc688cb3000056fe86da2e6e3.tar.gz drakx-d8849c030a050e7fc688cb3000056fe86da2e6e3.tar.bz2 drakx-d8849c030a050e7fc688cb3000056fe86da2e6e3.tar.xz drakx-d8849c030a050e7fc688cb3000056fe86da2e6e3.zip |
14.4314.43
Diffstat (limited to 'perl-install')
-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 4df5ed9a0..e51ee1d62 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=14.42 +VERSION:=14.43 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 50488862b..d22eaf1f4 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 14.43 - 4 September 2012 + - fix crashing when a banner icon doesn't exist (mga#5223) - recognize new drivers: o input: hid-aureal synaptics_usb diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0a8bb3637..204597a4e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 14.43 - 4 September 2012 + - compress report with xz instead of gzip - fix crash when clicking previous in minimal install step (mga#7345) - include swaplabel (mga#7334) |