summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-20 16:05:17 -0400
committerChris Lumens <clumens@redhat.com>2008-06-20 16:05:17 -0400
commit9548be5767bdcf3857da75e6fa4280f20465ff5e (patch)
treeea37cd80b4a9932934d594d0862cc24a6dced5ff
parent0ecd9303c67108727d7c45e3a6b0241b878297f4 (diff)
downloadanaconda-9548be5767bdcf3857da75e6fa4280f20465ff5e.tar.gz
anaconda-9548be5767bdcf3857da75e6fa4280f20465ff5e.tar.xz
anaconda-9548be5767bdcf3857da75e6fa4280f20465ff5e.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 11dddc674..96b3ce02d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.6
+Version: 11.4.1.7
Release: 1
License: GPLv2+
Group: Applications/System
@@ -208,6 +208,12 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1
+- Remove ancient block of code to upgrade Netscape Communicator. (clumens)
+- Move enableNetwork into the interface. Bring network up for scp. (clumens)
+- If we can't mount for some reason, don't traceback (#452159). (clumens)
+- Fix the upgrade button traceback (#374891). (clumens)
+
* Wed Jun 18 2008 Chris Lumens <clumens@redhat.com> - 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)