- 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)
This commit is contained in:
Brian C. Lane 2016-01-29 17:39:30 -08:00
parent d5d4dae9ff
commit 1e02268530
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/anaconda-24.7.tar.bz2
/anaconda-24.8.tar.bz2
/anaconda-24.9.tar.bz2
/anaconda-24.10.tar.bz2

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 24.9-1
- Handle unexpected DNF exit (bcl)
- Fix bad space needed messages (jkonecny)

View File

@ -1 +1 @@
a6602a0528152f0e1d1201317d77532c anaconda-24.9.tar.bz2
a78df7cf977c3c2cc900532ffcc61a4c anaconda-24.10.tar.bz2