diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-11-27 11:24:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-11-27 11:24:51 +0000 |
commit | 1331e84f65f580a0e108aa6a4a093dd83d0f9b74 (patch) | |
tree | f4131867f85dde4f67e3ee07ef5a0cb995cad770 /perl-install | |
parent | 8b002c23010ae6c58a99a8dcd5830f0ba44ac79d (diff) | |
download | drakx-backup-do-not-use-1331e84f65f580a0e108aa6a4a093dd83d0f9b74.tar drakx-backup-do-not-use-1331e84f65f580a0e108aa6a4a093dd83d0f9b74.tar.gz drakx-backup-do-not-use-1331e84f65f580a0e108aa6a4a093dd83d0f9b74.tar.bz2 drakx-backup-do-not-use-1331e84f65f580a0e108aa6a4a093dd83d0f9b74.tar.xz drakx-backup-do-not-use-1331e84f65f580a0e108aa6a4a093dd83d0f9b74.zip |
13.70.2
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index ba1931078..d6c434173 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.70.1 +VERSION:=13.70.2 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index a00a3ae38..ab296ced9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 13.70.2 - 27 November 2011 + - fix crashing on creating temp file if temp dir doesn't exist (mga#1396) Version 13.70.1 - 22 November 2011 |