summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-04-16 05:31:31 -0400
committerChris Lumens <clumens@redhat.com>2008-04-16 05:31:31 -0400
commit2edcb9d0e1ef817cb7ecf48a35b9eabb73e63540 (patch)
treea28e5e4052717360ac2a2c19adf4e2341511f923
parentf7a9339f5e7185fc08246622a70bd3cbb3872793 (diff)
downloadanaconda-2edcb9d0e1ef817cb7ecf48a35b9eabb73e63540.tar.gz
anaconda-2edcb9d0e1ef817cb7ecf48a35b9eabb73e63540.tar.xz
anaconda-2edcb9d0e1ef817cb7ecf48a35b9eabb73e63540.zip
New version.
-rw-r--r--anaconda.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index c6cfdefba..21be6a2c6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.112
+Version: 11.1.2.113
Release: 1
License: GPL
Summary: Graphical system installer
@@ -102,6 +102,18 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
+- Require the latest version of libnl-devel.
+ Resolves: rhbz#441922
+- Fix definition of __libc_setlocale_lock for new glibc.
+ Resolves: rhbz#441940
+- Add support for the bcm5710 driver.
+ Resolves: rhbz#442553
+- Require the latest libdhcp (dcantrell).
+ Resolves: rhbz#435978
+- Fix networking tracebacks (pjones, clumens).
+ Resolves: rhbz#442020, rhbz#442093
+
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
- Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
Related: rhbz#435978