- 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:<dev>: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)
This commit is contained in:
Brian C. Lane 2013-10-25 17:23:29 -07:00
parent 13b75b60c6
commit f3564b2898
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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:<dev>: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 <bcl@redhat.com> - 21.2-1
- remove signal disconnect (#996899) (bcl)
- Re-saved every glade file with glade-3.16.0 (dshea)

View File

@ -1 +1 @@
8fd0f58b1804ffd9f34480b00e56aa9b anaconda-21.2.tar.bz2
bd2159e01a0f8f35d9a0f67cf10258c2 anaconda-21.3.tar.bz2