summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-04-04 20:35:12 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-04-04 20:35:12 +0200
commit39c8e7e0e78e7aafd6883d83ccbae8057984cb9b (patch)
tree86463347a36ce34a7f962951634a268746acaa8c
parent7d817b13a68e27750e84588602b39acb4c255e21 (diff)
downloaddrakx-39c8e7e0e78e7aafd6883d83ccbae8057984cb9b.tar
drakx-39c8e7e0e78e7aafd6883d83ccbae8057984cb9b.tar.gz
drakx-39c8e7e0e78e7aafd6883d83ccbae8057984cb9b.tar.bz2
drakx-39c8e7e0e78e7aafd6883d83ccbae8057984cb9b.tar.xz
drakx-39c8e7e0e78e7aafd6883d83ccbae8057984cb9b.zip
17.7717.77
-rw-r--r--perl-install/Makefile.config6
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 7 insertions, 3 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index c6decfe6d..cb919863e 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,9 +1,9 @@
# -*- Makefile -*-
-VERSION:=17.76
+VERSION:=17.77
SUDO = sudo
TMPDIR = /tmp
-SO_FILES = c/blib/arch/auto/c/c.so
+SO_FILES = c/blib/arch/auto/c/c.so
# PMS_DIRS is used only in drakxtools
PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote
@@ -15,7 +15,7 @@ STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%)
ALLPMS = $(PMS) $(STANDALONEPMS)
PERL = perl
LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe)
-DIRS = c resize_fat #po
+DIRS = c resize_fat #po
CFLAGS = -Wall
override CFLAGS += -pipe
diff --git a/perl-install/NEWS b/perl-install/NEWS
index dacaa5de5..8018096fb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 17.77 - 4 April 2017
+
- diskdrake:
o don't require a BIOS boot partition when performing an upgrade (mga#20338)
o make partitioning more robust with "Use entire disk" option (mga#20619):
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 9dccd49f2..76327a7cc 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 17.77 - 4 April 2017
+
- partitioning:
o don't require a BIOS boot partition when performing an upgrade (mga#20338)
o make partitioning more robust with "Use entire disk" option (mga#20619):