diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-06 00:20:20 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-06 00:20:20 +0200 |
commit | 5ad3c71e589804bf0e64f15f20d4b3856a945672 (patch) | |
tree | eaf16289cd5a6952f7c873526a43219aedaa6b5b | |
parent | 6d124136b1fbb2551d651c115de0cff85aca349d (diff) | |
download | drakx-5ad3c71e589804bf0e64f15f20d4b3856a945672.tar drakx-5ad3c71e589804bf0e64f15f20d4b3856a945672.tar.gz drakx-5ad3c71e589804bf0e64f15f20d4b3856a945672.tar.bz2 drakx-5ad3c71e589804bf0e64f15f20d4b3856a945672.tar.xz drakx-5ad3c71e589804bf0e64f15f20d4b3856a945672.zip |
17.4817.49
-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 9c627de3d..6ef43adc6 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.48 +VERSION:=17.49 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 9fc50c807..284fc6533 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 17.48 - 6 July 2016 + - diskdrake: o GPT: prevent geometry issue on last partition (mga#18666, mga#17796) - recognize new kernel-4.7 drivers diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3198a48da..0ce0cfa36 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 17.48 - 6 July 2016 + - autoinst: e enable to set several swap partitions (mga#9874) o enable to select media (mga#12299) |