summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-10-12 12:42:41 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-10-12 12:42:41 -1000
commit14775f78d05535763482de285b0cd2c62a2ce8aa (patch)
tree3ef1f96540d2e8e10b265a905cd92e1559e73c4f /anaconda.spec.in
parent7de0610fcfd6ce78af5f7eb90ed55ab44679fe23 (diff)
downloadanaconda-14775f78d05535763482de285b0cd2c62a2ce8aa.tar.gz
anaconda-14775f78d05535763482de285b0cd2c62a2ce8aa.tar.xz
anaconda-14775f78d05535763482de285b0cd2c62a2ce8aa.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 711d4db6b..41dcf1fdf 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -216,6 +216,15 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Oct 12 2009 David Cantrell <dcantrell@redhat.com> - 13.4-1
+- Missing volume_key shouldn't break LUKS support completely. (#526899)
+ (dlehman)
+- Write multipathd.conf in anaconda so that dracut can find it. (pjones)
+- We moved from dialog to newt.. (#528497) (msivak)
+- Fix a segfault when stage2= boot parameter and kickstart url method is
+ used (#524417). (rvykydal)
+- Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede)
+
* Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 13.3-1
- Reset PartitionDevice attributes after failed edit. (#498026) (dlehman)
- Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.