summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-09 00:02:54 -0500
committerChris Lumens <clumens@redhat.com>2008-01-09 00:02:54 -0500
commit586996e8bb423e21440303185600f1e2b864d9fc (patch)
tree6fa1545ef23fd881ec1b3afc586812e6c800f189 /anaconda.spec
parentb37b72fad95d63a8fce7b932af1be079f154a9bb (diff)
downloadanaconda-586996e8bb423e21440303185600f1e2b864d9fc.tar.gz
anaconda-586996e8bb423e21440303185600f1e2b864d9fc.tar.xz
anaconda-586996e8bb423e21440303185600f1e2b864d9fc.zip
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 5655290a6..1bdfb147c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.17
+Version: 11.4.0.18
Release: 1
License: GPLv2+
Group: Applications/System
@@ -199,6 +199,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jan 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.18-1
+- Fix encrypted autopart traceback. (dlehman)
+- Allow for better recovery if the CD/DVD is bad. (clumens)
+- If downloading the updates image fails, prompt for a new location. (clumens)
+- X now relies on libpciaccess, so add it to our list. (clumens)
+- Erase temporary packages after installing them on all methods. (clumens)
+
* 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)