summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-17 20:41:22 -0400
committerChris Lumens <clumens@redhat.com>2008-07-17 20:41:22 -0400
commit2aa051b9d8a7846c93182f1d82abeee4d201a428 (patch)
tree7f54509f9af10ac908f44a7aef2db4db7a9a0e43
parent548a07583d2bf6fd725e6441cc78fbdd3d95d002 (diff)
downloadanaconda-2aa051b9d8a7846c93182f1d82abeee4d201a428.tar.gz
anaconda-2aa051b9d8a7846c93182f1d82abeee4d201a428.tar.xz
anaconda-2aa051b9d8a7846c93182f1d82abeee4d201a428.zip
-rw-r--r--anaconda.spec17
1 files changed, 16 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 84dfa811d..8837e3086 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 <clumens@redhat.com> - 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 <dcantrell@redhat.com> - 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)