summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-13 22:05:14 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-13 22:05:14 +0200
commitb2951a2cffce3e30c98bd956d026eddb4a9e3ea2 (patch)
treed5c1923be5d823c59f63f1d8f8f8a9b87097606e
parent34c88b9fef1437f20342cf37acad3966c609d025 (diff)
downloadanaconda-b2951a2cffce3e30c98bd956d026eddb4a9e3ea2.tar.gz
anaconda-b2951a2cffce3e30c98bd956d026eddb4a9e3ea2.tar.xz
anaconda-b2951a2cffce3e30c98bd956d026eddb4a9e3ea2.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index a8ca51b1b..f5fa05b16 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.140
+Version: 11.1.2.141
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,12 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
+- Prevent creation of encrypted swraid partitions (dlehman).
+ Resolves: rhbz:#456283
+- Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
+ Resolves: rhbz:#445721
+
* Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
- Don't display errors from nl_set_device_mtu() (dcantrell)
Resolves: rhbz#466305