summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-08-06 15:54:41 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-08-06 15:54:41 -1000
commit7be55e288a4726d14ffc9df60f5e5892db2a2048 (patch)
treece61a23ad6ed2551504cf2a265d1d03b9ad85433
parentbaa48643a75047785a5752a7f800d728c5d8317f (diff)
downloadanaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.tar.gz
anaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.tar.xz
anaconda-7be55e288a4726d14ffc9df60f5e5892db2a2048.zip
New version.anaconda-12.9-1
-rw-r--r--anaconda.spec.in19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 8dbf0e9ba..5ade08026 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -209,6 +209,25 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.9-1
+- Avoid finding the word 'engine' in comments. (jkeating)
+- Don't try to get dso deps of statically linked files. (jkeating)
+- Call shutDown() correctly for s390 (karsten)
+- Remove unused variable from loader/loader.c (karsten)
+- Delete unpackaged files on non-livearches. (karsten)
+- Do not set parted.PARTITION_BOOTABLE on s390. (root)
+- Complete udev setup in linuxrc.s390 for automatic module loading (root)
+- Recognize mpath devices when we see them. (pjones)
+- Make DiskDevice.partedDisk a property. (pjones)
+- Make questionInitializeDisk() somewhat less ugly. (pjones)
+- Add a description to DiskDevice, and use it in the UI. (pjones)
+- Get rid of Device.description, it is unused. (pjones)
+- Close the opened file descriptors when necessary. (#499854) (jgranado)
+- Add the glade files to the install image so save-to-bugzilla works
+ (#515444). (clumens)
+- New system-config-keyboard has a different version then I expected
+ (hdegoede)
+
* Wed Aug 05 2009 Chris Lumens <clumens@redhat.com> - 12.8-1
- Don't try to unmount the CD before we later unmount the CD (#515564).
(clumens)
diff --git a/configure.ac b/configure.ac
index 1f92be5e9..a1b2f05f7 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.8], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.9], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])