diff --git a/.gitignore b/.gitignore index f1ca165..be3548e 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.26.tar.bz2 /anaconda-21.1.tar.bz2 /anaconda-21.2.tar.bz2 +/anaconda-21.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3a46b76..8206fd9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.2 +Version: 21.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -254,6 +254,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 25 2013 Brian C. Lane - 21.3-1 +- Reset _proxyChange when a change is triggered (bcl) +- Setup No Update checkbox correctly (#1016801) (bcl) +- Fall back to closest mirror in source (#1016801) (bcl) +- anaconda-dracut: fix ks failure with hd::some/path.ks (wwoods) +- Make sure lower bound for resize is applied. (#986575) (dlehman) +- Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman) +- Disregard raid level combo when it isn't applicable. (#1022203) (dlehman) +- Mountpoint is an attr of the format, not the device. (#892747) (dlehman) +- Add bootloader execute before autopart (#1021258) (bcl) +- Do error checking of repository names on "Installation Source" screen. + (amulhern) +- Avoid configure-event loops. (#1021511) (dshea) + * Wed Oct 23 2013 Brian C. Lane - 21.2-1 - remove signal disconnect (#996899) (bcl) - Re-saved every glade file with glade-3.16.0 (dshea) diff --git a/sources b/sources index 508ba09..0a15e34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fd0f58b1804ffd9f34480b00e56aa9b anaconda-21.2.tar.bz2 +bd2159e01a0f8f35d9a0f67cf10258c2 anaconda-21.3.tar.bz2