summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-03-14 16:35:32 +0000
committerChris Lumens <clumens@redhat.com>2007-03-14 16:35:32 +0000
commitc04ff1fef6f60b351d2714f2e11a2c9237253eab (patch)
tree21d92c9640d38457381a33c032a76e3a8fe109a3 /anaconda.spec
parent3df408684fe448f084426fe8357b4bcd932c2ee1 (diff)
downloadanaconda-c04ff1fef6f60b351d2714f2e11a2c9237253eab.tar.gz
anaconda-c04ff1fef6f60b351d2714f2e11a2c9237253eab.tar.xz
anaconda-c04ff1fef6f60b351d2714f2e11a2c9237253eab.zip
Duhh.... commit the spec file change from yesterday.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index a035728a7..26bad6a39 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.2.0.35
+Version: 11.2.0.36
Release: 1
License: GPL
Summary: Graphical system installer
@@ -112,6 +112,13 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Mar 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.36-1
+- String fixes (#231761).
+- Fix yum logging traceback.
+- Restore "Save to Remote" button on exception dialog.
+- Return NULL when dhcpv4 and dhcpv6 are disabled (dcantrell, #230941).
+- Handle configuration of lots of NICs much better (dcantrell, #228512).
+
* Fri Mar 9 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.35-1
- Fix SIGSEGV for HTTP installs (#231576)
- Some spec file cleanups to adhere to Fedora packaging guidelines