diff --git a/.gitignore b/.gitignore index 50f6aaf..8658f79 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.30.1.tar.bz2 /anaconda-19.30.2.tar.bz2 /anaconda-19.30.3.tar.bz2 +/anaconda-19.30.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cb2e7c0..ef7e031 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.30.3 +Version: 19.30.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -253,6 +253,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 11 2013 Brian C. Lane - 19.30.4-1 +- Set environment before selecting it (#971109) (bcl) +- Add documentation for the geoloc boot option (mkolman) +- Rewrite the yum config on yum reset (#967805) (bcl) +- Set system time from HW clock and guess if it is UTC (#881403) (vpodzime) +- Use a constant for the Datetime spoke initialization thread (vpodzime) +- Return bool value from the GRUB.has_windows method (vpodzime) +- Use the new Fedora GeoIP API (#963531) (mkolman) +- Add check for THREAD_PAYLOAD_MD to storage software test (bcl) +- Network spoke: add secret agent (static wep and wpa) (rvykydal) +- extlinux: Fix missing format specifier (bcl) + * Thu Jun 06 2013 Brian C. Lane - 19.30.3-1 - Remove the commented lines for the CapsLock warning (vpodzime) - Do not refer to kickstart in the root password spoke (#963968) (vpodzime) diff --git a/sources b/sources index 60e4f83..2b55b0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b9860620880c2d55f15017426f9e92c anaconda-19.30.3.tar.bz2 +2b9bf9171dde2f33bc210fab92eaeede anaconda-19.30.4.tar.bz2