From 25c6e9289b2a97dada4b0ee1365c705945cd9c2d Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Sep 10 2013 19:27:38 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 9f795e7..7f024f5 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.11.tar.bz2 /anaconda-20.12.tar.bz2 /anaconda-20.13.tar.bz2 +/anaconda-20.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1b13112..b611545 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.13 +Version: 20.14 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 10 2013 Brian C. Lane - 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 - 20.13-1 - Fix handling of flexible specs in onpart for member devices. (#1004885) (dlehman) diff --git a/sources b/sources index 47142be..469d61f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -baada097bca8fb030a77ec9c24f0ecba anaconda-20.13.tar.bz2 +c93acc21e777a77a8ec0ecb043db8f26 anaconda-20.14.tar.bz2