summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-07 23:05:46 -0500
committerChris Lumens <clumens@redhat.com>2008-01-07 23:05:46 -0500
commit91b757f66bc9a5254a54a8a90c27d7d8820be4e5 (patch)
tree215f146ae6e1eb0e6d6c208eba63f53524f83e1c
parent2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7 (diff)
downloadanaconda-91b757f66bc9a5254a54a8a90c27d7d8820be4e5.tar.gz
anaconda-91b757f66bc9a5254a54a8a90c27d7d8820be4e5.tar.xz
anaconda-91b757f66bc9a5254a54a8a90c27d7d8820be4e5.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 0436c17f8..5655290a6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.16
+Version: 11.4.0.17
Release: 1
License: GPLv2+
Group: Applications/System
@@ -199,6 +199,10 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jan 07 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.17-1
+- Make text mode root password dialog default match GUI. (clumens)
+- Fix a segfault in making the URL dialog box. (clumens)
+
* Sun Jan 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.16-1
- Fix checking the timestamps on split media installs. (clumens)
- Fix reference to isodir to avoid a post-install traceback. (clumens)