diff --git a/.gitignore b/.gitignore index 88b51f0..765a0fa 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.21.tar.bz2 /anaconda-21.22.tar.bz2 /anaconda-21.23.tar.bz2 +/anaconda-21.24.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 196f4af..45cfff5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.23 +Version: 21.24 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -299,6 +299,22 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Feb 21 2014 Brian C. Lane - 21.24-1 +- setup default environment in initialize (bcl) +- Move environmentAddons into packaging (bcl) +- Skip running efibootmgr for image and dir installations (#1067749) (bcl) +- Move translatable format strings into python. (dshea) +- Added a check for translatable format strings in glade. (dshea) +- Use a single script to run the glade tests. (dshea) +- Check that s390x LVM configuration is valid. (#873135, 885011) + (sbueno+anaconda) +- Re-apply disk selection on error in TUI storage. (#1056316) (sbueno+anaconda) +- Properly retry package downloads (#924860) (mkolman) +- Change the CSS class name of the sidebar (#1067049). (clumens) +- Preserve ipv6.disable=1 on target system (#1040751) (wwoods) +- Remove an unused import in driver-updates. (clumens) +- Fix heredoc usage in generated /etc/grub.d/01_users (#1044404). (dcantrell) + * Tue Feb 18 2014 Brian C. Lane - 21.23-1 - driverdisk: Parse all blkid output (#857248) (bcl) - Fix blkid output parsing and our output (vpodzime) diff --git a/sources b/sources index 0978272..65f835d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a09e2120e4c7cef0e99a6e5016444f17 anaconda-21.23.tar.bz2 +f87fac4497796bc273f8bfc050a1cdb5 anaconda-21.24.tar.bz2