summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-18 23:53:45 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-18 23:53:49 +0100
commit450f6e7ea137198662316e8546a8be800a7a34c3 (patch)
treeba6367b3c23e0f834b62f39c044b50bf8b26eec5 /perl-install
parent3e259f9a398f035a161a8a0fa42c2b9c76fd73a3 (diff)
downloaddrakx-450f6e7ea137198662316e8546a8be800a7a34c3.tar
drakx-450f6e7ea137198662316e8546a8be800a7a34c3.tar.gz
drakx-450f6e7ea137198662316e8546a8be800a7a34c3.tar.bz2
drakx-450f6e7ea137198662316e8546a8be800a7a34c3.tar.xz
drakx-450f6e7ea137198662316e8546a8be800a7a34c3.zip
16.2716.27
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/install/NEWS2
3 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 7acf2e633..4f304984a 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=16.26.8
+VERSION:=16.27
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 56ba929f2..bc316e4e5 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,4 @@
+Version 16.27 - 18 February 2014
- nuke create_link_source(), as we haven't supported building against an
unprepared source for ages, and currently also can trigger wrong symlinks
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e7330ffc2..a9c085c29 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 16.27 - 18 February 2014
+
- fix crash when choosing a RTL language (mga#12793)
- Ensure uid/gid extraction works when adding users via summary page
(fixes chown'ing user to root when adding existing user on upgrade mga#12375)