diff --git a/.gitignore b/.gitignore index ca85836..5ed538e 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /anaconda-24.7.tar.bz2 /anaconda-24.8.tar.bz2 /anaconda-24.9.tar.bz2 +/anaconda-24.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 780914e..219c877 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 24.9 +Version: 24.10 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 29 2016 Brian C. Lane - 24.10-1 +- Add a finished method to spokes (#1300499) (bcl) +- Handle DeviceConfiguration with con = None (#1300499) (bcl) +- Log detailed information about installed packages (bcl) +- s/KickstartValueError/KickstartParseError. (clumens) +- Move requiredDeviceSize to the main Payload class (#1297905) (dshea) + * Fri Jan 08 2016 Brian C. Lane - 24.9-1 - Handle unexpected DNF exit (bcl) - Fix bad space needed messages (jkonecny) diff --git a/sources b/sources index da287dd..ff025e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6602a0528152f0e1d1201317d77532c anaconda-24.9.tar.bz2 +a78df7cf977c3c2cc900532ffcc61a4c anaconda-24.10.tar.bz2