summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-11 15:38:48 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-09-11 15:38:48 -1000
commitac9a6c511eacf8c2312740089225b8e903c4820c (patch)
treeb44210547b82f57b6d371e105ac612e904e06151
parent9efcc6a4a983ed006a6b6e7a86f4e70bcc07c2d2 (diff)
downloadanaconda-11.1.2.122-1.tar.gz
anaconda-11.1.2.122-1.tar.xz
anaconda-11.1.2.122-1.zip
-rw-r--r--anaconda.spec25
1 files changed, 24 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index cb4de13b3..307000dea 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.121
+Version: 11.1.2.122
Release: 1
License: GPL
Summary: Graphical system installer
@@ -104,6 +104,29 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
+- Add full CHAP support to iSCSI (pjones)
+ Resolves: rhbz#432819
+- Don't set iscsi devices to autostart (pjones)
+ Resolves: rhbz#437891
+- Support iSCSI CHAP and Reverse CHAP authentication (pjones)
+ Resolves: rhbz#402431
+ Resolves: rhbz#432819
+- Partitions growing fixed (rvykydal)
+ Resolves: rhbz#442628
+- Do not traceback when no root partitions are found in upgrade (rvykydal)
+ Resolves: rhbz#444527
+- Add support for ext4dev/ext4 filesystem (rvykydal)
+ Resolves: rhbz#444527
+- Add support for reading NIC setup from the iBFT table (msivak)
+ Resolves: rhbz#445721
+- Add 802.1q driver (rvykydal)
+ Resolves: rhbz#431915
+- Add libfipscheck to the images (clumens)
+ Resolves: rhbz#461923
+- Display drive model and size in MB in partitioning UI (dcantrell)
+ Resolves: rhbz#460697
+
* Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
- Enable the dlabel=on for RHEL by default (msivak).
Related: rhbz#316481.