diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-21 03:56:12 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-21 03:56:12 +0100 |
commit | f36579810d7c9fafaabfd1ec6c0d1a335474cecc (patch) | |
tree | 21702bf682c7052230b1cc5bbd7b109415da1167 /perl-install | |
parent | 73aa98991a97501bc1e251689865d71ec20298a9 (diff) | |
download | drakx-f36579810d7c9fafaabfd1ec6c0d1a335474cecc.tar drakx-f36579810d7c9fafaabfd1ec6c0d1a335474cecc.tar.gz drakx-f36579810d7c9fafaabfd1ec6c0d1a335474cecc.tar.bz2 drakx-f36579810d7c9fafaabfd1ec6c0d1a335474cecc.tar.xz drakx-f36579810d7c9fafaabfd1ec6c0d1a335474cecc.zip |
18.618.6
Diffstat (limited to 'perl-install')
-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 ff2e4c3be..73f98ed8a 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=18.5 +VERSION:=18.6 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d51e5a8dc..5ee72f2e8 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 18.6 - 21 Nov 2018 + - fix DM preference when none is selected (don't default to XDM) - fix some DE name/capitalisation inconsistencies (mga#23634 + others) - remove version from Enlightenment DE name strings (mga#19341) |