summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-10-23 11:55:29 -0400
committerPeter Jones <pjones@redhat.com>2009-10-23 12:08:45 -0400
commit304e235092d3fab4c82a632256e67c6f98f2ddd8 (patch)
tree92b43612195e4a09042bc3fab3f6a24be3ee2b5f
parentd04d7f33f58bc8d1f21db4f48958166f0f46bf27 (diff)
downloadanaconda-304e235092d3fab4c82a632256e67c6f98f2ddd8.tar.gz
anaconda-304e235092d3fab4c82a632256e67c6f98f2ddd8.tar.xz
anaconda-304e235092d3fab4c82a632256e67c6f98f2ddd8.zip
New version, 12.39 .
-rw-r--r--anaconda.spec.in14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index aedb76832..137b83071 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -215,6 +215,20 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Oct 23 2009 Peter Jones <pjones@redhat.com> - #VERSION#-1
+- More udev fixups for device-mapper and cryptsetup temp devices. (dlehman)
+ (#526699)
+- Use rpm to determine how to set bootloader args and default runlevel
+ (clumens) (#527520)
+- Handle more than x.y version numbers in 'make bumpver'. (dcantrell)
+- Mark live device as protected instead of ignoring it. (dlehman) (#517260)
+- Don't force logical with a free primary slot and an extended. (dlehman)
+ (#527952)
+- Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390x
+ (Steffen Maier)
+- liveinst: deactivate mdraid arrays before running liveinst (hansg)
+ (#528235)
+
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 12.38-1
- Remove extra echo in 'make rpmlog'. (dcantrell)
- Do not traceback if network device doesn't have HwAddress property
diff --git a/configure.ac b/configure.ac
index aa8c1302a..9c733ae1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define(python_required_version, 2.5)
AC_PREREQ([2.63])
-AC_INIT([anaconda], [12.38], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.39], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])