From 14692b6cab4f260b2d61ec47f1230b917d497b9c Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 05 2014 23:25:59 +0000 Subject: - Use format strings in the new kickstart error message translations. (clumens) - Mark kickstart errors as translatable, and hopefully make them more useful too. (clumens) - install: Move Payload postInstall() after bootloader (walters) - iutil: Transparently redirect anyone who asks root=/mnt/sysimage to sysroot (walters) - Fix the way categories are handled in text mode. (sbueno+anaconda) - Move GUI-specific helper classes to a separate module (#1091542) (dshea) - Fix license in parse-kickstart (mkolman) - main: Set flags.extlinux if extlinux is used in interactive-defaults.ks (walters) - anaconda.service: Set GIO_USE_VFS=local (walters) - Use a gettext context where necessary when retranslating (#1091207) (dshea) - Update makebumpver for python-bugzilla 1.0.0 (bcl) - Skip source and software spoke in text live installations (#1092763) (bcl) - Add correct kernel params if rootfs is btrfs on s390x. (#874622) (sbueno+anaconda) - Don't crash on anaconda-yum output containing multiple colons (#1092441) (mkolman) - Revert chrooting when setting user/root password (vpodzime) - network: fix device configuration in text mode (#1058336) (rvykydal) - Change order in which packages/groups are selected/excluded (#1091952) (vpodzime) - Check the correct button when saving changes in the Custom spoke (#1090786) (vpodzime) - Fix unloading modules in driver-updates (#1085099) (wwoods) - Re-saved some of the glade files with a newer version of glade. (dshea) - Add viewports for the ListBoxes in the software spoke. (dshea) - Extend format string checks to translated format strings. (dshea) - Fix typo in nm_is_connected method check. (rvykydal) - iutil: Introduce getSysroot()/getTargetPhysicalRoot(), use instead of ROOT_PATH (walters) --- diff --git a/.gitignore b/.gitignore index 713f2d1..a1ccccb 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.32.tar.bz2 /anaconda-21.33.tar.bz2 /anaconda-21.34.tar.bz2 +/anaconda-21.35.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 55f86d9..0c965fc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.34 +Version: 21.35 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -302,6 +302,40 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon May 05 2014 Brian C. Lane - 21.35-1 +- Use format strings in the new kickstart error message translations. (clumens) +- Mark kickstart errors as translatable, and hopefully make them more useful + too. (clumens) +- install: Move Payload postInstall() after bootloader (walters) +- iutil: Transparently redirect anyone who asks root=/mnt/sysimage to sysroot + (walters) +- Fix the way categories are handled in text mode. (sbueno+anaconda) +- Move GUI-specific helper classes to a separate module (#1091542) (dshea) +- Fix license in parse-kickstart (mkolman) +- main: Set flags.extlinux if extlinux is used in interactive-defaults.ks + (walters) +- anaconda.service: Set GIO_USE_VFS=local (walters) +- Use a gettext context where necessary when retranslating (#1091207) (dshea) +- Update makebumpver for python-bugzilla 1.0.0 (bcl) +- Skip source and software spoke in text live installations (#1092763) (bcl) +- Add correct kernel params if rootfs is btrfs on s390x. (#874622) + (sbueno+anaconda) +- Don't crash on anaconda-yum output containing multiple colons (#1092441) + (mkolman) +- Revert chrooting when setting user/root password (vpodzime) +- network: fix device configuration in text mode (#1058336) (rvykydal) +- Change order in which packages/groups are selected/excluded (#1091952) + (vpodzime) +- Check the correct button when saving changes in the Custom spoke (#1090786) + (vpodzime) +- Fix unloading modules in driver-updates (#1085099) (wwoods) +- Re-saved some of the glade files with a newer version of glade. (dshea) +- Add viewports for the ListBoxes in the software spoke. (dshea) +- Extend format string checks to translated format strings. (dshea) +- Fix typo in nm_is_connected method check. (rvykydal) +- iutil: Introduce getSysroot()/getTargetPhysicalRoot(), use instead of + ROOT_PATH (walters) + * Thu Apr 24 2014 Brian C. Lane - 21.34-1 - Improve the "adding yum repo" message structure (mkolman) - Fix missing log message about adding a repository (#1089297) (mkolman) diff --git a/sources b/sources index e9cce4c..fe144ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd2df9179ff8ded79870f504082b92bf anaconda-21.34.tar.bz2 +8ee982875bc488dee4291497d5f95e92 anaconda-21.35.tar.bz2