- network: handle null wireless AP SSID object (#1262556) (awilliam)

- Change new_tmpfs to new_tmp_fs. (clumens)
- Add support for kickstart %onerror scripts. (clumens)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- network: copy static routes configured in installer to system (#1255801)
  (rvykydal)
- network: fix vlan over bond in kickstart (#1234849) (rvykydal)
- network: use NAME to find ifcfg on s390 with net.ifnames=0 (#1249750)
  (rvykydal)
- Get rid of the reimport of MultipathDevice. (clumens)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Fix adding offload iSCSI devices (vtrefny)
- Make the list-harddrives script mode robust (mkolman)
This commit is contained in:
Brian C. Lane 2016-04-15 18:04:08 -07:00
parent d9c73e283e
commit 1610e5c01b
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@
/anaconda-25.5.tar.bz2
/anaconda-25.6.tar.bz2
/anaconda-25.7.tar.bz2
/anaconda-25.8.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.7
Version: 25.8
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -21,7 +21,7 @@ Source0: %{name}-%{version}.tar.bz2
# Also update in AM_GNU_GETTEXT_VERSION in configure.ac
%define gettextver 0.19.1
%define intltoolver 0.31.2-3
%define pykickstartver 2.20
%define pykickstartver 2.28
%define dnfver 0.6.4
%define partedver 1.8.1
%define pypartedver 2.5-2
@ -318,6 +318,21 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Apr 15 2016 Brian C. Lane <bcl@redhat.com> - 25.8-1
- network: handle null wireless AP SSID object (#1262556) (awilliam)
- Change new_tmpfs to new_tmp_fs. (clumens)
- Add support for kickstart %%onerror scripts. (clumens)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- network: copy static routes configured in installer to system (#1255801)
(rvykydal)
- network: fix vlan over bond in kickstart (#1234849) (rvykydal)
- network: use NAME to find ifcfg on s390 with net.ifnames=0 (#1249750)
(rvykydal)
- Get rid of the reimport of MultipathDevice. (clumens)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Fix adding offload iSCSI devices (vtrefny)
- Make the list-harddrives script mode robust (mkolman)
* Fri Apr 08 2016 Brian C. Lane <bcl@redhat.com> - 25.7-1
- Blivet API change getDeviceBy* is now get_device_by_* (bcl)
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)

View File

@ -1 +1 @@
15e6a6d04fe9189aa1151f58240370c0 anaconda-25.7.tar.bz2
b5cbd9683a6bc3c3624e328b26f1b082 anaconda-25.8.tar.bz2