diff --git a/.gitignore b/.gitignore index 4b3360e..c9872f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ anaconda-18.24.tar.bz2 /anaconda-18.25.tar.bz2 +/anaconda-18.26.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b6c952b..a425d04 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.25 +Version: 18.26 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -300,6 +300,15 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Tue Nov 06 2012 Brian C. Lane - 18.26-1 +- Fix group access after parsing btrfs subvol list output. (#868468) (dlehman) +- ignoredisk.onlyuse contains names, not StorageDevice instances. (#873463) + (dlehman) +- Correctly handle toggle of encryption state for devices. (#873445) (dlehman) +- Handle changes to encryption state of container members. (#873445) (dlehman) +- Change custom spoke to apply encryption to PVs, not LVs. (dlehman) +- Enable yum langpacks plugin to get conditional packages (#868869) (jkeating) + * Mon Nov 05 2012 Brian C. Lane - 18.25-1 - Fix up the InstallOptions3Dialog.refresh arguments (#873392). (clumens) - Mark strings at the top of spokes with N_; translate later with _ (#872791). diff --git a/sources b/sources index de6dc33..e649ad5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38f99062e2a795acf4d0c4b5285b8988 anaconda-18.25.tar.bz2 +35c8826ba4bf73a746f0e1d8f551573b anaconda-18.26.tar.bz2