summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-01-25 17:13:06 +0000
committerColin Guthrie <colin@mageia.org>2014-01-25 17:13:06 +0000
commitd663baccb8df15e8c82260b2ff321e6bbc5c7cb5 (patch)
tree73c2d0ed9912fb20423e1b641d121a7f04437236
parentcfc5075fdd3effdb0617e98133cf08e6fbdceef7 (diff)
downloaddrakx-d663baccb8df15e8c82260b2ff321e6bbc5c7cb5.tar
drakx-d663baccb8df15e8c82260b2ff321e6bbc5c7cb5.tar.gz
drakx-d663baccb8df15e8c82260b2ff321e6bbc5c7cb5.tar.bz2
drakx-d663baccb8df15e8c82260b2ff321e6bbc5c7cb5.tar.xz
drakx-d663baccb8df15e8c82260b2ff321e6bbc5c7cb5.zip
16.26.716.26.7
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index e4acd5f88..8c806cdab 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=16.26.6
+VERSION:=16.26.7
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 5165f997e..9d2c7ce30 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 16.26.7 - 25 January 2014
+
- do not exec pkexec but run it so it has a parent process to fix double fork
issues mga#11184 mga#12364