diff --git a/.gitignore b/.gitignore index bb1ba08..58f784f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index dd6c10d..418563a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 20.8-1 - Fix a SIGSEGV when returning from storage spoke (#983319) (dshea) - makebumpver: Fix problem with single line body (bcl) diff --git a/sources b/sources index fb24895..c3e4d0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -989790f1d0fb7c5c8d9e33058be945d5 anaconda-20.8.tar.bz2 +dd3cc1bc55052937005a821d9659eb14 anaconda-20.9.tar.bz2