New version 26.17-1
- Fix a GTK Widget related deprecation warning (mkolman) - Fix GTK screen/display related deprecation warnings (mkolman) - Fix GObject and GLib deprecation warnings (mkolman) - Fix selection of no software environment (#1400045) (vponcova) - Use signals for Spoke & Hub entry/exit callbacks (mkolman) - Fix the name of StorageDiscoveryConfig attribute (#1395350) (vponcova) - Iutil PEP8 & formatting fixes (mkolman) - Add inst.ksstrict option to show kickstart warnings as errors. (vponcova) - Use the structured installation task classes (mkolman) - Improved password quality checking (mkolman) - Add unit tests for password quality checking (mkolman) - Use Enum for password status constants (mkolman) - Use a sane unified password checking policy (mkolman) - Add install task processing classes and unit tests (mkolman) - Add a signal/slot implementation (mkolman) - Set correctly the default partitioning. (vponcova)
This commit is contained in:
parent
093ff50bce
commit
5b309cbbea
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@
|
||||
/anaconda-26.14.tar.bz2
|
||||
/anaconda-26.15.tar.bz2
|
||||
/anaconda-26.16.tar.bz2
|
||||
/anaconda-26.17.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 26.16
|
||||
Release: 2%{?dist}
|
||||
Version: 26.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -325,8 +325,23 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 21 2016 Adam Williamson <awilliam@redhat.com> - 26.16-2
|
||||
- Rebuild for Python 3.6, again
|
||||
* Wed Jan 04 2017 Martin Kolman <mkolman@redhat.com> - 26.17-1
|
||||
- Fix a GTK Widget related deprecation warning (mkolman)
|
||||
- Fix GTK screen/display related deprecation warnings (mkolman)
|
||||
- Fix GObject and GLib deprecation warnings (mkolman)
|
||||
- Fix selection of no software environment (#1400045) (vponcova)
|
||||
- Use signals for Spoke & Hub entry/exit callbacks (mkolman)
|
||||
- Fix the name of StorageDiscoveryConfig attribute (#1395350) (vponcova)
|
||||
- Iutil PEP8 & formatting fixes (mkolman)
|
||||
- Add inst.ksstrict option to show kickstart warnings as errors. (vponcova)
|
||||
- Use the structured installation task classes (mkolman)
|
||||
- Improved password quality checking (mkolman)
|
||||
- Add unit tests for password quality checking (mkolman)
|
||||
- Use Enum for password status constants (mkolman)
|
||||
- Use a sane unified password checking policy (mkolman)
|
||||
- Add install task processing classes and unit tests (mkolman)
|
||||
- Add a signal/slot implementation (mkolman)
|
||||
- Set correctly the default partitioning. (vponcova)
|
||||
|
||||
* Wed Dec 14 2016 Martin Kolman <mkolman@redhat.com> - 26.16-1
|
||||
- rpmostreepayload: Rework binds to be recursive (walters)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-26.16.tar.bz2) = e00552c9866b090667bfe9bdff61e3ec6c3cc1f050087af7e14122cdfa13c369ac3381511ab008ee2558fd8a9653d26e9600808f6b7ed0a8c883a9c33e005567
|
||||
SHA512 (anaconda-26.17.tar.bz2) = b21ec97594d32582f9f0ae73895495b32f75f73a7b6194bc422b62042c48ec8bee9fe5de8b4c3e7391f06ba29c370aa6e0747ae1403f6f4f13d64da9ee700323
|
||||
|
Loading…
Reference in New Issue
Block a user