diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-11 09:40:33 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-11 09:40:33 +0200 |
commit | a268c8354e8d01a9b517bf739c6f478305720008 (patch) | |
tree | fad7c3eecefd37f74843b0c3d6e874d1302e3f2b | |
parent | 6d63b86ea5942fe3450f6fe4d1e6ae5287fe9e5c (diff) | |
download | drakx-a268c8354e8d01a9b517bf739c6f478305720008.tar drakx-a268c8354e8d01a9b517bf739c6f478305720008.tar.gz drakx-a268c8354e8d01a9b517bf739c6f478305720008.tar.bz2 drakx-a268c8354e8d01a9b517bf739c6f478305720008.tar.xz drakx-a268c8354e8d01a9b517bf739c6f478305720008.zip |
17.3617.36
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 05acb3e7c..897a97425 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.35.1 +VERSION:=17.36 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 113d43e1a..ae90b7cf5 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 17.36 - 11 June 2016 + - diskdrake: o add a GRUB_BIOS partitions if needed (mga#18656) o MBR limit really is 2TiB, not 4, so use GPT for disks > 2TiB diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 024dcad34..b1cce9854 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 17.36 - 11 June 2016 + - do not override bootloader on upgrade (mga#18638) - fix running with nss 3.24 - debug build: |