From 7be55e288a4726d14ffc9df60f5e5892db2a2048 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 6 Aug 2009 15:54:41 -1000 Subject: New version. --- anaconda.spec.in | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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 - 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 - 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]) -- cgit