diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-08-10 17:00:23 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-08-10 17:00:23 -1000 |
commit | 3614d2385cd53cec5dbd5f0ca2f5386b63ab10a4 (patch) | |
tree | e8c5093e0fbe40244d7567e7677583cc2fe62a54 | |
parent | 1980e9d377aa6089ae96740cd85593ec18d5344d (diff) | |
download | anaconda-3614d2385cd53cec5dbd5f0ca2f5386b63ab10a4.tar.gz anaconda-3614d2385cd53cec5dbd5f0ca2f5386b63ab10a4.tar.xz anaconda-3614d2385cd53cec5dbd5f0ca2f5386b63ab10a4.zip |
New version.anaconda-12.12-1
-rw-r--r-- | anaconda.spec.in | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index c322e1f32..610a0e063 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -209,6 +209,20 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.12-1 +- Honor network config boot params for CD-booted ks installs (#433214) + (dcantrell) +- Include ipcalc command in all initrd.img files, not just s390 (#516084) + (dcantrell) +- Don't to unmount /mnt/source unless something's mounted there (#516304). + (clumens) +- Honor nodmraid commandline option (#499733) (hdegoede) +- Don't try to multipath CD devices. (#516362) (pjones) +- booty: Do not strip the trailing p from a devicename like + mapper/isw_Vol0_tmp (hdegoede) +- booty: isw_Vol0_Stripe is not a disk isw_Vol0_Stri with an e part + (#505205) (hdegoede) + * Fri Aug 07 2009 Chris Lumens <clumens@redhat.com> - 12.11-1 - upd-instroot: Inspect gtkrc for cursor theme (ajax) - Support NFS repos in kickstart (#495620, #507093). (clumens) diff --git a/configure.ac b/configure.ac index 8297ca430..d3d729e88 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.11], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [12.12], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_SRCDIR([loader/loader.c]) |