summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-08-03 13:56:08 +0000
committerChris Lumens <clumens@redhat.com>2007-08-03 13:56:08 +0000
commitaa3b32c5364f03169cd4c66505b35a7f3811d727 (patch)
tree1cba782cace351a3cbc0fa51126a631fc2772264
parent774a5c9cd5a8c63bcb30024b19b39d2a670149a1 (diff)
downloadanaconda-aa3b32c5364f03169cd4c66505b35a7f3811d727.tar.gz
anaconda-aa3b32c5364f03169cd4c66505b35a7f3811d727.tar.xz
anaconda-aa3b32c5364f03169cd4c66505b35a7f3811d727.zip
New version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f5c133f8..2f36cb30b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-03 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-08-02 Chris Lumens <clumens@redhat.com>
* gui.py (ExceptionWindow.__init__): Remove the debug button on
diff --git a/anaconda.spec b/anaconda.spec
index a4c7fecea..7669f8442 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -142,7 +142,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
-* Wed Aug 01 2007 Chris Lumens <clumens@redhat.com> 11.3.0.16-1
+* Fri Aug 03 2007 Chris Lumens <clumens@redhat.com> 11.3.0.16-1
+- Remove debug button from exception dialog on livecd installs.
+- Don't look at removed devices to find free space (#250148).
+- Build fixes.
- Force formatting / on livecd installs (#250301).
- Remove plip support (notting).
- upd-instroot fixes (pjones).