summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-15 17:15:27 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-15 17:15:27 -0500
commit9e3a94afa725726363b7e2cd40b1805a29dae4be (patch)
treeffcd7597430568a62f7a1307c11d66522dca0f6d /anaconda.spec
parentd618cb3f847b5fd7d358f64d8f6ff24aaff63576 (diff)
downloadanaconda-9e3a94afa725726363b7e2cd40b1805a29dae4be.tar.gz
anaconda-9e3a94afa725726363b7e2cd40b1805a29dae4be.tar.xz
anaconda-9e3a94afa725726363b7e2cd40b1805a29dae4be.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 3cf539290..f00d7e1c5 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.9
+Version: 11.4.0.10
Release: 1
License: GPLv2
Group: Applications/System
@@ -203,6 +203,16 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Sat Dec 15 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.10-1
+- Add support for encryption via autopart. (katzj)
+- Avoid unnecessary downloading and caching by not
+ setting mediaid (#422801). (clumens)
+- Don't copy the stage2 image over for NFS installs. (clumens)
+- Remove an unused function. (clumens)
+- Allow going back to package selection after transaction errors. (clumens)
+- Add file conflicts to the transaction errors we show the user. (clumens)
+- Remove isomd5sum/.gitignore (dcantrell)
+
* Thu Dec 13 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.9-1
- Update list of crypto mods to load. (dlehman)
- Create full paths before trying to make device nodes. (clumens)