summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 954827504..23eaad4b1 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=12.70
+VERSION:=12.71
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 21ed3ab04..2ffbbcac8 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 12.71 - 23 October 2009
+
- cpufreq: load e_powersaver for VIA C7 (#41377)
Version 12.70 - 22 October 2009
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 164a1c045..fa8a6c611 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 12.71 - 23 October 2009
+
- minimal install: install packages with higher rpmsrate level only
(level 5, and not level 4 + 5) when suggests are disabled
(it was only done for truly minimal install before)