summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-30 20:22:06 +0000
committerChris Lumens <clumens@redhat.com>2006-05-30 20:22:06 +0000
commit80d09cfd4b24f3eb3af1607feab9633f86692555 (patch)
tree5db1fdfb1dffdad09c230505d4e927ac642c4116 /anaconda.spec
parente838240e7b4fb265b3bbf715d619f987d6c0d49f (diff)
downloadanaconda-80d09cfd4b24f3eb3af1607feab9633f86692555.tar.gz
anaconda-80d09cfd4b24f3eb3af1607feab9633f86692555.tar.xz
anaconda-80d09cfd4b24f3eb3af1607feab9633f86692555.zip
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 7c47e640c..4da493e5a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.21
+Version: 11.1.0.22
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.22-1
+- Fix going back in the UI.
+- Don't try to mount protected partitions twice.
+- Hook up new netlink code, debugging (dcantrell).
+- Package is actually named pyobject2 (katzj).
+
* 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).