From a3d4eab544e44205f5a9c2524b0e8801e53aac6f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Jan 22 2008 04:07:11 +0000 Subject: * Mon Jan 21 2008 David Cantrell - 11.4.0.23-1 - Try to fix a problem creating users via kickstart (#428891, clumens) - Fix a loader segfault doing kickstart nfs installs (clumens) - Move more interactive steps ahead of partitioning (clumens) - If we can't possibly add advanced devices, don't offer it (#429210, clumens) - Don't flush after rescanning so recently attached disks are available (clumens) - If bootproto is dhcp, unset any static settings (#218489, dcantrell) - Add some groups to pkgorder to make the CDs come out right (pjones) - Fix traceback when using non-encrypted RAID (notting) - Complete the patch for dhcptimeout (#198147, #254032, msivak) --- diff --git a/.cvsignore b/.cvsignore index 4277696..7057709 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.0.22.tar.bz2 +anaconda-11.4.0.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4a34d0b..6831646 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.22 +Version: 11.4.0.23 Release: 1 License: GPLv2+ Group: Applications/System @@ -199,6 +199,18 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Jan 21 2008 David Cantrell - 11.4.0.23-1 +- Try to fix a problem creating users via kickstart (#428891, clumens) +- Fix a loader segfault doing kickstart nfs installs (clumens) +- Move more interactive steps ahead of partitioning (clumens) +- If we can't possibly add advanced devices, don't offer it (#429210, clumens) +- Don't flush after rescanning so recently attached disks are + available (clumens) +- If bootproto is dhcp, unset any static settings (#218489, dcantrell) +- Add some groups to pkgorder to make the CDs come out right (pjones) +- Fix traceback when using non-encrypted RAID (notting) +- Complete the patch for dhcptimeout (#198147, #254032, msivak) + * Wed Jan 16 2008 David L. Cantrell Jr. - 11.4.0.22-1 - Require the latest libdhcp (dcantrell) - Don't set currentMedia when we're on a network install (#428927, clumens) diff --git a/sources b/sources index c5a49b6..2876c9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -318ab3b5be5cbef4b7e8c9d2348f01c0 anaconda-11.4.0.22.tar.bz2 +bacf9c7de1c3eb56feee6e14e047c68b anaconda-11.4.0.23.tar.bz2