- Refresh metadata when updates checkbox changes (#1211907) (bcl)

- network: handle null wireless AP SSID object (#1262556) (awilliam)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Make the list-harddrives script mode robust (mkolman)
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
- Log non-critical user/group errors (#1308679) (bcl)
This commit is contained in:
Samantha N. Bueno 2016-04-18 16:20:52 -04:00
parent f531534dd2
commit a775a04144
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@
/anaconda-24.13.1.tar.bz2
/anaconda-24.13.2.tar.bz2
/anaconda-24.13.3.tar.bz2
/anaconda-24.13.4.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 24.13.3
Version: 24.13.4
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -318,6 +318,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Apr 18 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.4-1
- Refresh metadata when updates checkbox changes (#1211907) (bcl)
- network: handle null wireless AP SSID object (#1262556) (awilliam)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Make the list-harddrives script mode robust (mkolman)
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
- Log non-critical user/group errors (#1308679) (bcl)
* Mon Apr 04 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.3-1
- Don't use booleans in Requires (#1323314) (dshea)
- Set CSS names on all of the anaconda classes. (#1322036) (dshea)

View File

@ -1 +1 @@
5e0b8b85146314cd27ef49c8904f87d6 anaconda-24.13.3.tar.bz2
9d2c9adeaeda6ba3f5c1e9705b24fc6e anaconda-24.13.4.tar.bz2