summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid L. Cantrell Jr <dcantrell@redhat.com>2008-01-03 12:21:20 -1000
committerDavid L. Cantrell Jr <dcantrell@redhat.com>2008-01-03 12:21:20 -1000
commit176d984712ccab525bdf5979ad209e3585bbd8e7 (patch)
treeda4bd6f63a97c6e2e18d902116535ab5f7c71999 /anaconda.spec
parenta4f8de839e483e0bb9dd98c788ecf4278d189dd7 (diff)
downloadanaconda-176d984712ccab525bdf5979ad209e3585bbd8e7.tar.gz
anaconda-176d984712ccab525bdf5979ad209e3585bbd8e7.tar.xz
anaconda-176d984712ccab525bdf5979ad209e3585bbd8e7.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 3c5ad2aad..6f375a319 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.13
+Version: 11.4.0.14
Release: 1
License: GPLv2+
Group: Applications/System
@@ -200,6 +200,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.14-1
+- Precreate /etc/modprobe.d in installroot (jkeating)
+- 'import sets' in image.py (jkeating)
+- Fix traceback when displaying required media (clumens)
+
* Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
- Make it obvious which partitions are being formatted and encrypted (katzj)
- Set initial sensitivity of encrypt button correctly (katzj)