summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-25 02:28:53 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-25 02:28:53 +0000
commita66806fec7edf1ff9a36791045ff60ecd57e1fb0 (patch)
treeb0bc53cb98d660d6767cc42ff83dd523055107dd /anaconda.spec
parent9fd033bc8142a9b67093b7c6a736c03c65ec7dd6 (diff)
downloadanaconda-a66806fec7edf1ff9a36791045ff60ecd57e1fb0.tar.gz
anaconda-a66806fec7edf1ff9a36791045ff60ecd57e1fb0.tar.xz
anaconda-a66806fec7edf1ff9a36791045ff60ecd57e1fb0.zip
2007-07-24 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
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 fac6e2cc7..44cbad092 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.8
+Version: 11.3.0.9
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,13 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jul 24 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.9-1
+- Rebuild keymaps (clumens, #240087)
+- Fix kickstart docs about dhcpclass (clumens, #248910)
+- Fix for usb-storage dance (pjones, #247830)
+- Fix protected partitions problem (clumens)
+- Improve stage2 generation
+
* Thu Jul 19 2007 Chris Lumens <clumens@redhat.com> 11.3.0.8-1
- Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com,
#245725).