summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-14 19:53:32 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-14 19:53:32 +0200
commit003d2f0d1dbd9a1e445cda20169db344f3afd2ba (patch)
tree31d82531c586ccb361f122ee6c79c3d719db0c60
parentd3453b7e1b1858efb89d066a822e8ee65bdd9ce0 (diff)
downloadanaconda-003d2f0d1dbd9a1e445cda20169db344f3afd2ba.tar.gz
anaconda-003d2f0d1dbd9a1e445cda20169db344f3afd2ba.tar.xz
anaconda-003d2f0d1dbd9a1e445cda20169db344f3afd2ba.zip
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index f5fa05b16..0582a0aba 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.141
+Version: 11.1.2.142
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,14 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
+- Add the enic driver (jgranado).
+ Resolves: rhbz:#462387
+- Get the right list elements for the iscsi text interface (clumens).
+ Resolves: rhbz:#466902
+- Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
+ Resolves: rhbz:#466868
+
* Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
- Prevent creation of encrypted swraid partitions (dlehman).
Resolves: rhbz:#456283