summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-25 22:10:11 +0000
committerChris Lumens <clumens@redhat.com>2006-05-25 22:10:11 +0000
commit4bd1ee4fa61bc3d58bc2ee9fa7ec67856516d543 (patch)
tree8d834fbb606631cae185e6dcc5d14752a0cda87b /anaconda.spec
parent6ef9d2203e393e74d0fdeef08ff920a37b93e8d5 (diff)
downloadanaconda-4bd1ee4fa61bc3d58bc2ee9fa7ec67856516d543.tar.gz
anaconda-4bd1ee4fa61bc3d58bc2ee9fa7ec67856516d543.tar.xz
anaconda-4bd1ee4fa61bc3d58bc2ee9fa7ec67856516d543.zip
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 5eb331a16..7c47e640c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.20
+Version: 11.1.0.21
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,20 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu May 25 2006 Chris Lumens <clumens@redhat.com> 11.1.0.21-1
+- Fix required CD dialog (pnasrat).
+- More anaconda class in the interfaces (dcantrel).
+- More netlink helper functions (dcantrel).
+- Don't allow logical volumes to be smaller than the volume group's PE
+ size in interactive installs (#186412).
+- Make error handling for missing packages more robust and allow retrying
+ (clumens, pnasrat, #183974).
+- Fix hard drive installs (#185292, #187941).
+- Don't always show partition review dialog in text installs.
+- Fix text-mode installs by adding more stuff to minstg2.img (#191991).
+- Skip netlink messages with invalid ARP header (dcantrel).
+- Add pygobject to install images (katzj).
+
* Wed May 24 2006 David Cantrell <dcantrell@redhat.com> 11.1.0.20-1
- Added Netlink helper functions to libisys.a
- Do not pop wait window twice in writeBootloader (clumens)