diff --git a/.cvsignore b/.cvsignore index 2d9e00f..4803315 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ anaconda-11.4.0.15.tar.bz2 anaconda-11.4.0.16.tar.bz2 anaconda-11.4.0.17.tar.bz2 anaconda-11.4.0.18.tar.bz2 +anaconda-11.4.0.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1bdfb14..2fa9aa2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.18 +Version: 11.4.0.19 Release: 1 License: GPLv2+ Group: Applications/System @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define gettextver 0.11 %define glib2ver 2.11.1-5 %define intltoolver 0.31.2-3 -%define libdhcpver 1.99.4-1 +%define libdhcpver 1.99.5-1 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 %define pykickstartver 0.96 @@ -199,6 +199,20 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jan 11 2008 Chris Lumens - 11.4.0.19-1 +- Make sure the arch is listedat the top of all loader screens. (clumens) +- Add the version number really early in the log file too. (clumens) +- Require latest libdhcp (dcantrell) +- Add nicdelay parameter to loader, so we can wait before sending DHCP + requests. (msivak) +- Add dhcpdelay to loader so we can modify the default dhcp timeout + (#198147, #254032). (msivak) +- Fix the selected device when disabling entries in Add advanced drive + dialog. (#248447) (msivak) +- Include mkfs.gfs2 (#356661). (clumens) +- Use the new default Japanese font (#428070). (clumens) +- More urlinstall loader fixes. (clumens) + * Wed Jan 09 2008 Chris Lumens - 11.4.0.18-1 - Fix encrypted autopart traceback. (dlehman) - Allow for better recovery if the CD/DVD is bad. (clumens) diff --git a/sources b/sources index 579c55a..8e47364 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7e575a6e3633b842991a841ca931abc anaconda-11.4.0.18.tar.bz2 +df845f87d9142875ad8f3fc5881ff934 anaconda-11.4.0.19.tar.bz2