diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:41:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-05 16:41:26 +0000 |
commit | 2d2942658f2907d1454cdc4e70f1a7eb7844b784 (patch) | |
tree | 36f8c916963535dc25cdd9b2316f3999d21908b9 /perl-install | |
parent | b44aa967c224f71abce9cba7db6a899c097cc572 (diff) | |
download | drakx-2d2942658f2907d1454cdc4e70f1a7eb7844b784.tar drakx-2d2942658f2907d1454cdc4e70f1a7eb7844b784.tar.gz drakx-2d2942658f2907d1454cdc4e70f1a7eb7844b784.tar.bz2 drakx-2d2942658f2907d1454cdc4e70f1a7eb7844b784.tar.xz drakx-2d2942658f2907d1454cdc4e70f1a7eb7844b784.zip |
14.46.314.46.3
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index c8368e827..58b643d35 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=14.46.2 +VERSION:=14.46.3 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 27e906a0c..9f6a6504b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 14.46.3 - 5 October 2012 + - load 'microcode' asynchronously, preventing big wait when not supported (mga#7671) |