diff --git a/.cvsignore b/.cvsignore index e9a8d16..0239c0b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.4.0.30.tar.bz2 +anaconda-11.4.0.31.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 12b0cba..87216a3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.30 +Version: 11.4.0.31 Release: 1 License: GPLv2+ Group: Applications/System @@ -211,6 +211,20 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Feb 05 2008 Chris Lumens - 11.4.0.31-1 +- Copy over repodata from media after the install is done (#381721) (katzj) +- Add resizing support in autopartitioning (katzj) +- Fix test mode with python-fedora installed (katzj) +- Add support for encrypted devices in rescue mode (dlehman). +- Allow creation of LUKSDevice with no passphrase. (dlehman) +- Fix hdiso installs in loader and in methodstr (#431132). (clumens) +- Avoid infinite loop in nl_ip2str(). (dcantrell) +- Force users to set a hostname (#408921) (dcantrell) +- Forward-port RHEL-5 fixes for s390x issues. (dcantrell) +- fsset.py tweaks for ext4dev & xfs (sandeen) +- When editing the raid partitions show raid memebers. (#352721) (jgranado) +- mdadm to create the mdadm.conf (#395881) (jgranado) + * Wed Jan 30 2008 David Cantrell - 11.4.0.30-1 - Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell) diff --git a/sources b/sources index 9c5f7de..81b6539 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb080c0f44352d847a70a3499e5d94cb anaconda-11.4.0.30.tar.bz2 +c0f432f6a9d7be322c4aaf56b40d1f1c anaconda-11.4.0.31.tar.bz2