diff --git a/.gitignore b/.gitignore index e822f9c..870130b 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.16.tar.bz2 /anaconda-19.17.tar.bz2 /anaconda-19.18.tar.bz2 +/anaconda-19.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4919858..7318ce4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.18 +Version: 19.19 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -245,6 +245,15 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Mon Apr 15 2013 Brian C. Lane - 19.19-1 +- Show device size with full precision to avoid spurious resize. (#951276) + (dlehman) +- Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman) +- Fix typo encryption_changed->changed_encryption. (#950700) (dlehman) +- Remove some remnants of old multipath code. (#951259) (dlehman) +- Protect the block device containing the stage2 image. (dlehman) +- Clarify code for iutil.get_active_console() etc. (wwoods) + * Thu Apr 11 2013 Brian C. Lane - 19.18-1 - Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones) - Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones) diff --git a/sources b/sources index 476b33b..1515619 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7219c06cb7329b16106f769d04a1832 anaconda-19.18.tar.bz2 +e3fc6ea1781137b071b829c8fac7a5dc anaconda-19.19.tar.bz2