diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-13 17:56:26 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-13 17:56:26 +0100 |
commit | f3866238716cf61d918c66a3db3fc6089227ce08 (patch) | |
tree | 6fa2af186ad85fc314516490f97bf7f104fdd396 /perl-install | |
parent | b097c128b037750e3f3afa3b7d14e6dfb44b317f (diff) | |
download | drakx-f3866238716cf61d918c66a3db3fc6089227ce08.tar drakx-f3866238716cf61d918c66a3db3fc6089227ce08.tar.gz drakx-f3866238716cf61d918c66a3db3fc6089227ce08.tar.bz2 drakx-f3866238716cf61d918c66a3db3fc6089227ce08.tar.xz drakx-f3866238716cf61d918c66a3db3fc6089227ce08.zip |
16.1516.15
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 7c478bedf..3277176a1 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.14 +VERSION:=16.15 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index b05535bdf..f9634dc4c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.15 - 12 December 2013 + - workaround a gtk+3 issue resulting in blacked embbeded tools with some locales (eg: pl/uk) (mga#11969) |