summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-05-18 03:08:09 +0000
committerJeremy Katz <katzj@redhat.com>2006-05-18 03:08:09 +0000
commitffd4baadc58f21b692535d3704b3b3727b7a5012 (patch)
treebe329b75b782315db1d5c77bd761c4ad7900f4fa /anaconda.spec
parent8d9ac8504fa66c455c1c85c67ad82c2c1b87b306 (diff)
downloadanaconda-ffd4baadc58f21b692535d3704b3b3727b7a5012.tar.gz
anaconda-ffd4baadc58f21b692535d3704b3b3727b7a5012.tar.xz
anaconda-ffd4baadc58f21b692535d3704b3b3727b7a5012.zip
bump
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 3e1bae36d..625991a5c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.12
+Version: 11.1.0.13
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,18 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed May 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.13-1
+- Fix image building typo
+- Remove some dead code (clumens, dcantrel)
+- More thread fixing (dcantrel)
+- Fix rescue mode (clumens)
+- Fix upgrades (clumens)
+- Don't try to mount protected partitions on hd ugprades (clumens)
+- Hook copyExtraModules back up (clumens, #185344)
+- Don't modify the main fs for user/password info on --rootpath install
+- Fix kickstart bootloader install
+- Some fixes for live CD
+
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.12-1
- Make mousedev loading less verbose for built-in case (#191814)
- Ellipsize text (roozbeh, #191844)