From 6d55caa538965a1f7282e02f6e77bc0e21e38194 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 19 2016 15:19:55 +0000 Subject: - Apply language attributes to all labels within anaconda. (dshea) - Add a function to apply a PangoAttrLanguage to a label. (dshea) - Add functions to watch changes to a container widget. (dshea) - Switch to the adwaita icon theme. (dshea) - Fix duplicate network settings in dracut (#1293539) (jkonecny) - Fix create device with bad name when parsing KS (#1293539) (jkonecny) - Use a lock for repoStore access (#1315414) (bcl) - Add missing inst prefix to the nokill option in docs (mkolman) - Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods) - fix multiple inst.dd= args (rhbz#1268792) (wwoods) --- diff --git a/.gitignore b/.gitignore index 71cf02d..94d13da 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /anaconda-25.0.tar.bz2 /anaconda-25.1.tar.bz2 /anaconda-25.2.tar.bz2 +/anaconda-25.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3525e4a..f7cf979 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.2 +Version: 25.3 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -314,6 +314,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Sat Mar 19 2016 Brian C. Lane - 25.3-1 +- Apply language attributes to all labels within anaconda. (dshea) +- Add a function to apply a PangoAttrLanguage to a label. (dshea) +- Add functions to watch changes to a container widget. (dshea) +- Switch to the adwaita icon theme. (dshea) +- Fix duplicate network settings in dracut (#1293539) (jkonecny) +- Fix create device with bad name when parsing KS (#1293539) (jkonecny) +- Use a lock for repoStore access (#1315414) (bcl) +- Add missing inst prefix to the nokill option in docs (mkolman) +- Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods) +- fix multiple inst.dd= args (rhbz#1268792) (wwoods) + * Fri Mar 11 2016 Brian C. Lane - 25.2-1 - Load the system-wide Xresources (#1241724) (dshea) - Use an icon that exists in Adwaita for the dasd confirmation (dshea) diff --git a/sources b/sources index 690f288..22dab9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0c08e237774ea0a29382b618973e62d anaconda-25.2.tar.bz2 +c06eeaf55e5b73dec7a3d5462ee46c00 anaconda-25.3.tar.bz2