- Convert the lightbox into a GObject (#1000927) (dshea)

- Remove some more unused imports. (clumens)
- Move the Anaconda class to a proper module (vpodzime)
- Firstboot should be disabled by default after automated installations
  (vpodzime)
- Fix typo introduced in refactorization (#1005511) (vpodzime)
- Remove unused imports in the network spoke. (clumens)
- Get rid of the now-unused new_firmware variable. (clumens)
- Remove magic from the passphrase dialog (#921948) (vpodzime)
- Don't pass extra arguments to LangLocaleHandler.__init__() (vpodzime)
- Fix check for device state when reading its IPXConfig (#1001776, # 1005198)
  (rvykydal)
This commit is contained in:
Brian C. Lane 2013-09-10 12:27:38 -07:00
parent 1566aad10e
commit 25c6e9289b
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -96,3 +96,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.11.tar.bz2 /anaconda-20.11.tar.bz2
/anaconda-20.12.tar.bz2 /anaconda-20.12.tar.bz2
/anaconda-20.13.tar.bz2 /anaconda-20.13.tar.bz2
/anaconda-20.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 20.13 Version: 20.14
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -255,6 +255,20 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Tue Sep 10 2013 Brian C. Lane <bcl@redhat.com> - 20.14-1
- Convert the lightbox into a GObject (#1000927) (dshea)
- Remove some more unused imports. (clumens)
- Move the Anaconda class to a proper module (vpodzime)
- Firstboot should be disabled by default after automated installations
(vpodzime)
- Fix typo introduced in refactorization (#1005511) (vpodzime)
- Remove unused imports in the network spoke. (clumens)
- Get rid of the now-unused new_firmware variable. (clumens)
- Remove magic from the passphrase dialog (#921948) (vpodzime)
- Don't pass extra arguments to LangLocaleHandler.__init__() (vpodzime)
- Fix check for device state when reading its IPXConfig (#1001776, # 1005198)
(rvykydal)
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 20.13-1 * Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 20.13-1
- Fix handling of flexible specs in onpart for member devices. (#1004885) - Fix handling of flexible specs in onpart for member devices. (#1004885)
(dlehman) (dlehman)

View File

@ -1 +1 @@
baada097bca8fb030a77ec9c24f0ecba anaconda-20.13.tar.bz2 c93acc21e777a77a8ec0ecb043db8f26 anaconda-20.14.tar.bz2