summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-22 20:01:25 +0000
committerChris Lumens <clumens@redhat.com>2007-06-22 20:01:25 +0000
commit7f182787ff36cc2bf02d95ecc009f963c5a5dd83 (patch)
tree2f56aa5c448dabc0af83d2e40158c15d23fefb06 /anaconda.spec
parent42da03aa72d3c56d80ade41c7619b9b4181d0631 (diff)
downloadanaconda-7f182787ff36cc2bf02d95ecc009f963c5a5dd83.tar.gz
anaconda-7f182787ff36cc2bf02d95ecc009f963c5a5dd83.tar.xz
anaconda-7f182787ff36cc2bf02d95ecc009f963c5a5dd83.zip
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 30520c59f..d21907b5f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.3
+Version: 11.3.0.4
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.4-1
+- Add a firmware loader, remove nash firmware bits (pjones).
+- Fix module loading to work for multiple modules.cgz locations (pjones).
+- Handle IPv4 CIDR prefixes in iscsi config (hhara AT miraclelinux DOT com).
+- Better error handling in iscsi config (dwpang AT redflag-linux DOT com,
+ hhara AT miraclelinux DOT com).
+- Fix livecd traceback (#244764).
+- Copy over entire driver disk directory contents for new layout.
+
* Mon Jun 18 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.3-1
- Remove obsolete language and loader options (notting).
- Remove unused gzlib implementation (pjones).