diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-11 01:25:54 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-11 01:25:54 +0159 |
commit | 3ed597224e6730fe2e37f5afdbff0343e56028de (patch) | |
tree | f73f3038bc9776de77ca506c1b2cf1144e7bb0c1 | |
parent | 830590691f7272ab8c1f0db29887c2bd8fc93874 (diff) | |
download | drakx-3ed597224e6730fe2e37f5afdbff0343e56028de.tar drakx-3ed597224e6730fe2e37f5afdbff0343e56028de.tar.gz drakx-3ed597224e6730fe2e37f5afdbff0343e56028de.tar.bz2 drakx-3ed597224e6730fe2e37f5afdbff0343e56028de.tar.xz drakx-3ed597224e6730fe2e37f5afdbff0343e56028de.zip |
15.72.215.72.2
-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 5f416193a..dce2c83ad 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=15.72.1 +VERSION:=15.72.2 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 9c9f00705..f8679286c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 15.72.2 - 11 November 2013 + - properly escape $$UID - use $$UID instead of $$(id -u) |