diff options
author | Chris Lumens <clumens@redhat.com> | 2006-02-09 21:36:24 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-02-09 21:36:24 +0000 |
commit | f533fd118eda31fa661f7ffcec1255f7fe0a65a7 (patch) | |
tree | edcbccd6a3bcd818bc61b2f7ddcde45014df2c4c | |
parent | 9d73cbacc7cde3c4a8bad96bffb6190c927dc30b (diff) | |
download | anaconda-f533fd118eda31fa661f7ffcec1255f7fe0a65a7.tar.gz anaconda-f533fd118eda31fa661f7ffcec1255f7fe0a65a7.tar.xz anaconda-f533fd118eda31fa661f7ffcec1255f7fe0a65a7.zip |
Bump version.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | anaconda.spec | 9 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-02-09 Chris Lumens <clumens@redhat.com> + + * anaconda.spec: Bump version. + 2006-02-09 Patrick Mansfield <patmans@us.ibm.com> * anaconda: Add handling of iscsi flag diff --git a/anaconda.spec b/anaconda.spec index b0138fe7d..b12d7f7f5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.91.17 +Version: 10.91.18 Release: 1 License: GPL Summary: Graphical system installer @@ -79,6 +79,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.18-1 +- Add iscsi support (Patrick Mansfield <patmans AT us.ibm.com>) +- Allow retry if CD image isn't found on NFS server (#109051, dcantrel) +- Fix location of video modes data files +- Add x86_64 kernel-xen-guest (katzj) +- Better loader debugging support (katzj) + * Wed Feb 08 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.17-1 - Handle bind mounts correctly (#160911, dcantrel) - Upgrade package black list and make upgrades work |