diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-11 19:48:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-11 19:48:28 +0000 |
commit | f0588baf8c7ef81387c3381a58b6b131c925f9c2 (patch) | |
tree | 6ecedd6c64ee0b15594c8487b17d17516c8b0fbb | |
parent | 8d41ace6dc13ce4243979609c98f4a0398de0400 (diff) | |
download | drakx-f0588baf8c7ef81387c3381a58b6b131c925f9c2.tar drakx-f0588baf8c7ef81387c3381a58b6b131c925f9c2.tar.gz drakx-f0588baf8c7ef81387c3381a58b6b131c925f9c2.tar.bz2 drakx-f0588baf8c7ef81387c3381a58b6b131c925f9c2.tar.xz drakx-f0588baf8c7ef81387c3381a58b6b131c925f9c2.zip |
14.2114.21
-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 435ac5824..378724a03 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=14.20.1 +VERSION:=14.21 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index c70eb994c..282930e63 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 14.21 - 11 May 2012 + - harddrake2: allow writing 0 as module option, and forbid options with spaces (#5839, from Colin) - export res_init function to perl lib diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d8777c4af..2e9ec934a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 14.21 - 11 May 2012 + - export res_init function to perl lib Version 14.20.1 - 10 May 2012 |