diff options
author | Chris Lumens <clumens@redhat.com> | 2007-02-13 23:07:55 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-02-13 23:07:55 +0000 |
commit | 45fcba88a4f2b62cf959491b53038a5aa1019174 (patch) | |
tree | d522b5d20bb84185afa452eeaeee32c1239d04fe /anaconda.spec | |
parent | b689925d7c6371a115f8335a39b24fa9987943e8 (diff) | |
download | anaconda-45fcba88a4f2b62cf959491b53038a5aa1019174.tar.gz anaconda-45fcba88a4f2b62cf959491b53038a5aa1019174.tar.xz anaconda-45fcba88a4f2b62cf959491b53038a5aa1019174.zip |
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 2d69cb742..69e17cf8d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.2.0.21 +Version: 11.2.0.22 Release: 1 License: GPL Summary: Graphical system installer @@ -110,6 +110,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Feb 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.22-1 +- Load the ext3 module earlier to fix hd installs (#223749, #224534). +- Don't traceback in postconfig if it's not a kickstart install. +- Fix autopart string (dcantrell, #228192). +- Remove references to genheader (dcantrell). +- Rework text network UI to more closely follow graphical (dcantrell). + * Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.21-1 - BR device-mapper-devel |