- clear software environment (#1029536) (bcl)

- Update source on errors (#1030997) (bcl)
- Round float values coming from the Gtk stack (#1013586) (vpodzime)
- Generate missing machine-id (bcl)
- Fix problems reported by pylint. (dshea)
- Add HDD ISO support for TUI (#1000327) (mkolman)
This commit is contained in:
Brian C. Lane 2013-11-27 17:40:59 -08:00
parent d21edbb484
commit e9f00ea9e2
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -119,3 +119,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.9.tar.bz2
/anaconda-20.25.10.tar.bz2
/anaconda-20.25.11.tar.bz2
/anaconda-20.25.12.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.11
Version: 20.25.12
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -251,6 +251,14 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Nov 27 2013 Brian C. Lane <bcl@redhat.com> - 20.25.12-1
- clear software environment (#1029536) (bcl)
- Update source on errors (#1030997) (bcl)
- Round float values coming from the Gtk stack (#1013586) (vpodzime)
- Generate missing machine-id (bcl)
- Fix problems reported by pylint. (dshea)
- Add HDD ISO support for TUI (#1000327) (mkolman)
* Mon Nov 25 2013 Brian C. Lane <bcl@redhat.com> - 20.25.11-1
- Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
- Use en_spec for blivet Size spec strings with constant components. (#1029616)

View File

@ -1 +1 @@
4b1eb0368f7788d352e3d1e0cdddf9ca anaconda-20.25.11.tar.bz2
f7017e848ebb84e909906e9a85f2c5e7 anaconda-20.25.12.tar.bz2