diff --git a/.gitignore b/.gitignore index 3a42da8..8866539 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /anaconda-24.5.tar.bz2 /anaconda-24.6.tar.bz2 /anaconda-24.7.tar.bz2 +/anaconda-24.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 58bd19d..7683678 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 24.7 +Version: 24.8 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Dec 02 2015 Brian C. Lane - 24.8-1 +- Fix pylint problems in the gui testing code. (clumens) +- Merge 9c5e02392d0401a3bd0adecedea03535595773ef into + 67b569253c724639c2490f5fab70f7111f699b3f (atodorov) +- Fix the replacement suggestion for "hostname" (dshea) +- Automatically generate sr (dshea) +- Fix PropertyNotFoundError PermHwAddress (#1269298) (jkonecny) +- Make sure python3.5 code can run in early initrd (bcl) +- Replace .delete() with .remove() in user.py (sujithpandel) +- Rename everything that still refers to LiveCD (atodorov) +- Updates to progress and storage tests (atodorov) +- Multiple changes to DogtailTestCase (atodorov) +- Move all Python files into the main gui/ directory (atodorov) +- Simplify tests by removing OutsideMixin and update Creator (atodorov) +- Modify existing tests to match latest anaconda behavior and environment + (atodorov) +- Temporary disable test code which doesn't work (atodorov) +- Make tests/gui/ execute ./anaconda from git (atodorov) +- Add window title (#1280077) (mkolman) +- Replace execReadlines with check_output in parse-kickstart_test.py (bcl) +- Fix a spelling error in the hardware error message (#1284165). (clumens) + * Wed Nov 18 2015 Brian C. Lane - 24.7-1 - Collect test-suite.log from all 'make check' invocations. Closes #452 (atodorov) diff --git a/sources b/sources index 01f781d..063ba8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78f757b6ee1bec0ea1fa2d176bffaae3 anaconda-24.7.tar.bz2 +c545f2afb5b740a0de3a9788932dc3a8 anaconda-24.8.tar.bz2