summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-06 20:43:27 -0500
committerChris Lumens <clumens@redhat.com>2008-02-06 20:43:27 -0500
commit01598a13b2a8603ca8c215b345b899a028f48b67 (patch)
treed86e6f29b46bd850e0433c2edb47e899a3aa6f2b /anaconda.spec
parent0e76e393f8a2dbcb4fc8e6cda0b600df890ff92a (diff)
downloadanaconda-01598a13b2a8603ca8c215b345b899a028f48b67.tar.gz
anaconda-01598a13b2a8603ca8c215b345b899a028f48b67.tar.xz
anaconda-01598a13b2a8603ca8c215b345b899a028f48b67.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 87216a3c6..cdaebffe4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.31
+Version: 11.4.0.32
Release: 1
License: GPLv2+
Group: Applications/System
@@ -211,6 +211,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Feb 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.32-1
+- Make passwordEntry appear on the exn saving screen. (clumens)
+- Don't allow disabling default repositories. (clumens)
+- Make loopback device purposes line up with what stage2 expects. (clumens)
+- Fix methodstr handling for hdiso installs (#431132). (clumens)
+- Remove our own DNS functions, since glibc's are available now. (clumens)
+
* Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.31-1
- Copy over repodata from media after the install is done (#381721) (katzj)
- Add resizing support in autopartitioning (katzj)