diff --git a/.gitignore b/.gitignore index db1ab55..9f95968 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ anaconda-18.24.tar.bz2 /anaconda-18.37.1.tar.bz2 /anaconda-18.37.2.tar.bz2 /anaconda-18.37.3.tar.bz2 +/anaconda-18.37.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f9f843b..cb1f459 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.37.3 +Version: 18.37.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -300,6 +300,23 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Tue Dec 18 2012 Brian C. Lane - 18.37.4-1 +- Always set passphrase for newly encrypted devices. (#888560) (dlehman) +- Encode unicode strings returned by pytz.country_timezones() (#887236) + (vpodzime) +- Revert "Remove idiomatic, hard to translate text (#865598)." (bcl) +- Handle edit of preexisting encrypted lv. (#885378) (dlehman) +- Don't allow resize of devices with no/unrecognized formatting. (#869841) + (dlehman) +- Don't resize NTFS partitions to smaller than the filesystem on them + (#885912). (clumens) +- Set line wrap on the info bar (#888112). (clumens) +- Don't crash when vg edit triggers spurious change event. (#883699) (dlehman) +- Add handling for incomplete lvm/md devices. (#876441) (dlehman) +- Fallback to mdN if no name was found for incomplete md array. (#873224) + (dlehman) +- Add product.py to POTFILES (#858628). (clumens) + * Fri Dec 14 2012 Brian C. Lane - 18.37.3-1 - Fix a couple pylint errors (#867125). (cherry picked from commit 037bdac4f6f213d36d5e6cc61cd236ed8f0842a1) (clumens) diff --git a/sources b/sources index ef6b680..b9f4c5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7aae9b78fdc2f9dd5c30653b5b96075c anaconda-18.37.3.tar.bz2 +9bc5d59253650417b08720f17162a3f9 anaconda-18.37.4.tar.bz2