summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-07-22 15:36:25 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-07-22 15:36:25 -1000
commit5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5 (patch)
treed93f5725e06afe7ae2af9c7259b3506066e20448
parent73c5610adfb315d49f52a01a0a5808d4a198388b (diff)
downloadanaconda-12.4-1.tar.gz
anaconda-12.4-1.tar.xz
anaconda-12.4-1.zip
New version.anaconda-12.4-1
-rw-r--r--anaconda.spec.in18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 67cc91c22..15a449c9a 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -212,6 +212,24 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.4-1
+- Add scripts/makeupdates to generate updates.img files. (dcantrell)
+- Add python-decorator to the stage2 image for pyparted (#513175). (clumens)
+- Set stage2= on x86 boot.iso (katzj)
+- Try to auto-find the CD even if stage2= is specified (katzj)
+- Make sure we have a device before check if it's protected. (#510033)
+ (dlehman)
+- Remove unresolvable file devices from the devicetree. (#503830) (dlehman)
+- Support multiple fstab entries of a single nodev fstype. (#505969)
+ (dlehman)
+- Refer to nodev devices as "none", not "nodev". (dlehman)
+- Change DeviceTree.devices from a dict to a list. (dlehman)
+- Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS". (dlehman)
+- Allow creation of four primary partitions on a disk. (#505269) (dlehman)
+- Add a bunch more stuff to the initrd needed for networking. (clumens)
+- Add more things to /sbin on the initrd that udev requires. (clumens)
+- Add dmesg to the images. (clumens)
+
* Mon Jul 20 2009 David Cantrell <dcantrell@redhat.com> - 12.3-1
- Set GECOS field for new user accounts specific in ks files (dcantrell)
- Show MAC address of network device in text mode too. (rvykydal)
diff --git a/configure.ac b/configure.ac
index 7daada3b6..afb50756c 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.3], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.4], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])