- 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:43:28 -07:00
parent 1901fdb6ba
commit dd0ff9d2af
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.25.1.tar.bz2
/anaconda-20.25.2.tar.bz2
/anaconda-20.25.3.tar.bz2
/anaconda-20.25.4.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.3
Version: 20.25.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,20 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Oct 25 2013 Brian C. Lane <bcl@redhat.com> - 20.25.4-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> - 20.25.3-1
- remove signal disconnect (#996899) (bcl)
- Always use decimal notation for Size specs (dshea)

View File

@ -1 +1 @@
0861d7ed997917fe00d064170500c741 anaconda-20.25.3.tar.bz2
e5a650c5e71366387a0e31bd8652ef30 anaconda-20.25.4.tar.bz2