* 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)
This commit is contained in:
David Cantrell 2009-10-12 22:58:55 +00:00
parent 4de17034b5
commit 60122e8033
3 changed files with 12 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-13.3.tar.bz2
anaconda-13.4.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 13.3
Version: 13.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -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.

View File

@ -1 +1 @@
716a43a9ad2a6bfbf9262dc5999376c8 anaconda-13.3.tar.bz2
7d123c7b18a98212c385d273e6508e42 anaconda-13.4.tar.bz2