diff --git a/.gitignore b/.gitignore index 8866539..ca85836 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /anaconda-24.6.tar.bz2 /anaconda-24.7.tar.bz2 /anaconda-24.8.tar.bz2 +/anaconda-24.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7683678..780914e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 24.8 +Version: 24.9 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 08 2016 Brian C. Lane - 24.9-1 +- Handle unexpected DNF exit (bcl) +- Fix bad space needed messages (jkonecny) +- nosetests-3.5 is now the right version. (clumens) +- Ignore a pylint error about how we're using Popen (dshea) +- Mark an unused variable as unused (dshea) +- Ignore type-related errors for types pylint can't figure out (dshea) +- Import errors are just regular errors now (dshea) +- Replace the remaining log.warn calls with log.warning. (dshea) +- Fix an erroneously bare raise statement (dshea) +- Replace the deprecated assertEquals with assertEqual (dshea) +- Don't add a None to the list of things to unmount on ostree installs. + (clumens) + * Wed Dec 02 2015 Brian C. Lane - 24.8-1 - Fix pylint problems in the gui testing code. (clumens) - Merge 9c5e02392d0401a3bd0adecedea03535595773ef into diff --git a/sources b/sources index 063ba8d..da287dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c545f2afb5b740a0de3a9788932dc3a8 anaconda-24.8.tar.bz2 +a6602a0528152f0e1d1201317d77532c anaconda-24.9.tar.bz2