diff --git a/.cvsignore b/.cvsignore index 6110ddc..5e65410 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ anaconda-11.4.1.2.tar.bz2 anaconda-11.4.1.3.tar.bz2 anaconda-11.4.1.4.tar.bz2 anaconda-11.4.1.5.tar.bz2 +anaconda-11.4.1.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3d3ebdb..11dddc6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.5 +Version: 11.4.1.6 Release: 1 License: GPLv2+ Group: Applications/System @@ -208,6 +208,18 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Jun 18 2008 Chris Lumens - 11.4.1.6-1 +- Enable media check again, and let it check the boot.iso. (clumens) +- Substitute the version from buildstamp for $releasever if needed. (clumens) +- Remove the askmethod cmdline option. (clumens) +- Lots of work to make loader only look for stage2.img, and stage2 do + all the install method configuration. (clumens) +- Add the --stage2= and --repo= options, deprecate --method=. (clumens) +- Fix pkgorder to include deps of kernel early. (pjones) +- Deal with udev losing udevcontrol/udevtrigger (katzj) +- Boot in graphical mode if /usr/bin/kdm exists. (clumens) +- bootProto isn't a global variable (#451689). (clumens) + * Fri Jun 13 2008 Chris Lumens - 11.4.1.5-1 - Add a mirrorlist option. (jkeating) - Don't display garbage when prompting for the updates device. (clumens) diff --git a/sources b/sources index 85f3af6..8ed04cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bad697e9d77cab24d7b2f0965da8328 anaconda-11.4.1.5.tar.bz2 +904e0cf7833b210c7dfe70a591654b15 anaconda-11.4.1.6.tar.bz2