From 17676d8cc296f81ebdedae2ddab2205e89744a2f Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 21 2013 23:37:26 +0000 Subject: - Adds additional debug logging to yumpayload.py. (amulhern) - Handle invalid JSON in geoloc (#1021410) (dshea) - Revert "Only prompt for LUKS password if the user has chosen to configure automatically." (amulhern) - Add context support to check_accelerators (dshea) - Added translation contexts to the TUI. (dshea) - Added translation contexts to the GUI. (dshea) - Add support for context-based translations (dshea) - Reset checks on both password fields. (#1020580) (dshea) - Fix swaps added to fstab for noformat (gene) - Don't update hub's continue button and label for every spoke (#1020373) (vpodzime) - Add storage tests. (clumens) - Add option to select all hard drives in text mode. (#965580) (sbueno+anaconda) - BootLoaderError should not reset storage (#1019541) (bcl) - Only prompt for LUKS password if the user has chosen to configure automatically. (amulhern) - Remove an unused string (dshea) - Translate AM and PM (dshea) - Translate strings marked as translatable (dshea) - network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal) - network: look for device settings also based on DEVICE value (#1017788) (rvykydal) - Fix liveinst to work with livemedia-creator (#1009711) (bcl) - Remove the button-label property on SpokeWindow. (clumens) - Log entering/exiting spokes and hubs in the GUI. (clumens) - Escape text inserted into markup strings (dshea) - Move markup out of translatable strings (dshea) - Move formating markup out of python where possible (dshea) - Use explicit children to set label attributes (dshea) - Turn on the image on the "Add a disk..." button. (dshea) --- diff --git a/.gitignore b/.gitignore index 6202795..baebb81 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.24.tar.bz2 /anaconda-20.25.tar.bz2 /anaconda-20.26.tar.bz2 +/anaconda-21.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9fa3b10..4dd4f34 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.26 +Version: 21.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2 %define firewalldver 0.3.5-1 %define pythonurlgrabberver 3.9.1-5 %define utillinuxver 2.15.1 -%define dracutver 024-25 +%define dracutver 034-7 %define isomd5sum 1.0.10 %define fcoeutilsver 1.0.12-3.20100323git %define iscsiver 6.2.0.870-3 @@ -254,6 +254,40 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 21 2013 Brian C. Lane - 21.1-1 +- Adds additional debug logging to yumpayload.py. (amulhern) +- Handle invalid JSON in geoloc (#1021410) (dshea) +- Revert "Only prompt for LUKS password if the user has chosen to configure + automatically." (amulhern) +- Add context support to check_accelerators (dshea) +- Added translation contexts to the TUI. (dshea) +- Added translation contexts to the GUI. (dshea) +- Add support for context-based translations (dshea) +- Reset checks on both password fields. (#1020580) (dshea) +- Fix swaps added to fstab for noformat (gene) +- Don't update hub's continue button and label for every spoke (#1020373) + (vpodzime) +- Add storage tests. (clumens) +- Add option to select all hard drives in text mode. (#965580) + (sbueno+anaconda) +- BootLoaderError should not reset storage (#1019541) (bcl) +- Only prompt for LUKS password if the user has chosen to configure + automatically. (amulhern) +- Remove an unused string (dshea) +- Translate AM and PM (dshea) +- Translate strings marked as translatable (dshea) +- network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal) +- network: look for device settings also based on DEVICE value (#1017788) + (rvykydal) +- Fix liveinst to work with livemedia-creator (#1009711) (bcl) +- Remove the button-label property on SpokeWindow. (clumens) +- Log entering/exiting spokes and hubs in the GUI. (clumens) +- Escape text inserted into markup strings (dshea) +- Move markup out of translatable strings (dshea) +- Move formating markup out of python where possible (dshea) +- Use explicit children to set label attributes (dshea) +- Turn on the image on the "Add a disk..." button. (dshea) + * Wed Oct 16 2013 Brian C. Lane - 20.26-1 - Install bootloader to loop device in disk image installations. (#1019502) (dlehman) diff --git a/sources b/sources index 30e950d..f468bc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae5270887bacc397bf65de7fcfc37ddd anaconda-20.26.tar.bz2 +e03c68b2568a3a5e555a23752a97591e anaconda-21.1.tar.bz2