From de3d185f61e9fd6bf7bcdf4dfd8a381688605ef4 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jul 18 2008 00:40:44 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 4b36207..9633d83 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ clog anaconda-11.4.1.15.tar.bz2 +anaconda-11.4.1.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 84dfa81..8837e30 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.15 +Version: 11.4.1.16 Release: 1 License: GPLv2+ Group: Applications/System @@ -194,6 +194,21 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jul 17 2008 Chris Lumens - 11.4.1.16-1 +- Support xdriver= again (katzj) +- Fix loadkeys on serial console (niels.devos) +- don't change from cmdline to textmode on lowmem systems (niels.devos) +- Update the VNC over text mode patch, so it correctly passes the password + to VNC server (#455612) (msivak) +- Set interface MTU if user specified mtu= param (#435874) (dcantrell) +- Bring up the network before attempting to mount the NFSISO source. (clumens) +- Catch mount errors when adding NFS repos (#455645). (clumens) +- Fix a traceback when trying to save exceptiona via scp. (clumens) +- Give a progress bar when cleaning up after upgrades (#208725). (clumens) +- Look for repo config files in /etc/anaconda.repos.d. (clumens) +- baseurl should be a list, mirrorlist should not. (clumens) +- It's called crypto_blkcipher.ko these days. (clumens) + * Tue Jul 15 2008 David Cantrell - 11.4.1.15-1 - Add a text-mode network config dialog so default installs can work. (clumens) - Use the right format for the NFS methodstr, but harder this time. (clumens) diff --git a/sources b/sources index 927005c..e4ee6d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c7cf4746fb0ecf11a38ed598aff6128 anaconda-11.4.1.15.tar.bz2 +2ccbed54a4241deeb631373db89a4c96 anaconda-11.4.1.16.tar.bz2