summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-21 21:45:16 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-21 21:45:16 +0000
commit9cef64aa45d59e2754640107806475d2facb6924 (patch)
treea21e26a485ed896a1084767d253e7f122b3d6f94 /anaconda.spec
parent29fbf38e2fa0ae23d7e6924c52d697a817048e37 (diff)
downloadanaconda-9cef64aa45d59e2754640107806475d2facb6924.tar.gz
anaconda-9cef64aa45d59e2754640107806475d2facb6924.tar.xz
anaconda-9cef64aa45d59e2754640107806475d2facb6924.zip
2005-03-21 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
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 c13ee3461..930dfbf0e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.28
+Version: 10.2.0.29
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,16 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Mar 21 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.29-1
+- Fix beta nag translation
+- Fix button growing (clumens, #151208)
+- Add libstdc++ for images (clumens)
+- Clean up congrats screen (clumens, #149526)
+- Fix CD ejecting in loader (pnasrat, #151232)
+- Exclude Xen kernels from everything install (#151490)
+- Add reserve_size for ppc to leave room on disc1 (#151234)
+- Add some more locales
+
* Mon Mar 14 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.28-1
- fix swap detection on upgrade (pjones)
- don't use os.read to make a buffer of '\x00' (pjones)