- Text network spoke: basic configuration support (#909299) (rvykydal)
- Add support for network configuration in TUI. (#909299) (sbueno+anaconda) - Remove partial matches from Koji search results (mkolman) - Handle >=,<=,= for package version, fix -a/--add (mkolman) - Return only network devices supported in installer from nm_devices (#999514) (rvykydal) - Obtain network device type specific dbus interface dynamically (#999514) (rvykydal) - Catch no-hwaddr exception only for the respective call (#999514) (rvykydal) - Don't catch hwaddr not found exception for ethernet devices (#999514) (rvykydal) - Added a validation test for the GUI group list (dshea) - Validate input fields on the user spoke. (#967245) (dshea) - Added an input validation framework. (dshea) - Pre-fetch widgets in advanced user dialog (dshea) - Change validatePassword to be more flexible. (dshea) - Moved regexes into regexes.py. (dshea)
This commit is contained in:
parent
da06022683
commit
8e38fb685a
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@ anaconda-15.2.tar.bz2
|
||||
/anaconda-20.6.tar.bz2
|
||||
/anaconda-20.7.tar.bz2
|
||||
/anaconda-20.8.tar.bz2
|
||||
/anaconda-20.9.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 20.8
|
||||
Version: 20.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -255,6 +255,25 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2013 Brian C. Lane <bcl@redhat.com> - 20.9-1
|
||||
- Text network spoke: basic configuration support (#909299) (rvykydal)
|
||||
- Add support for network configuration in TUI. (#909299) (sbueno+anaconda)
|
||||
- Remove partial matches from Koji search results (mkolman)
|
||||
- Handle >=,<=,= for package version, fix -a/--add (mkolman)
|
||||
- Return only network devices supported in installer from nm_devices (#999514)
|
||||
(rvykydal)
|
||||
- Obtain network device type specific dbus interface dynamically (#999514)
|
||||
(rvykydal)
|
||||
- Catch no-hwaddr exception only for the respective call (#999514) (rvykydal)
|
||||
- Don't catch hwaddr not found exception for ethernet devices (#999514)
|
||||
(rvykydal)
|
||||
- Added a validation test for the GUI group list (dshea)
|
||||
- Validate input fields on the user spoke. (#967245) (dshea)
|
||||
- Added an input validation framework. (dshea)
|
||||
- Pre-fetch widgets in advanced user dialog (dshea)
|
||||
- Change validatePassword to be more flexible. (dshea)
|
||||
- Moved regexes into regexes.py. (dshea)
|
||||
|
||||
* Fri Aug 23 2013 Brian C. Lane <bcl@redhat.com> - 20.8-1
|
||||
- Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
|
||||
- makebumpver: Fix problem with single line body (bcl)
|
||||
|
Loading…
Reference in New Issue
Block a user