diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-02-07 19:41:04 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-02-07 19:41:04 -0500 |
commit | 2622140c456ecf8056f871d3b10e62f45c3888cf (patch) | |
tree | 560fadb4acc234499daeb50851f059810a60671a /anaconda.spec | |
parent | 4a018ab410f33c2b0a89de42bfd8b88aedb6eb27 (diff) | |
download | anaconda-2622140c456ecf8056f871d3b10e62f45c3888cf.tar.gz anaconda-2622140c456ecf8056f871d3b10e62f45c3888cf.tar.xz anaconda-2622140c456ecf8056f871d3b10e62f45c3888cf.zip |
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index cdaebffe4..67e7aa6dc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.32 +Version: 11.4.0.33 Release: 1 License: GPLv2+ Group: Applications/System @@ -211,6 +211,19 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Feb 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.33-1 +- Fix error message on continuing after changing cds with mediacheck (katzj) +- Fix the progress bar during mediacheck (#431138) (katzj) +- Ensure we disable SELinux if the live image isn't using it (#417601) (katzj) +- Correct nl_ip2str() cache iteration. (dcantrell) +- Check the fstype of the live image (katzj) +- Check for device existence rather than starting with /dev (katzj) +- The FL_TEXT flag has no reason to be here. (#207657) (jgranado) +- Don't traceback when getLabels is called with DiskSet.anaconda set + to None. (dlehman) +- Pass arguments correctly to anaconda (katzj) +- Cancel on escape being pressed with autopart resizing (katzj) + * Wed Feb 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.32-1 - Make passwordEntry appear on the exn saving screen. (clumens) - Don't allow disabling default repositories. (clumens) |