diff --git a/.gitignore b/.gitignore index a09819b..a1a45a1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.38.tar.bz2 /anaconda-18.39.tar.bz2 /anaconda-18.40.tar.bz2 +/anaconda-19.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 294b6fc..5648c27 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.40 +Version: 19.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -303,6 +303,10 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Mon Jan 14 2013 Brian C. Lane - 19.1-1 +- Rework the reclaim dialog to have a resize slider. (clumens) +- g_type_init call is no longer needed (bcl) + * Fri Jan 11 2013 Brian C. Lane - 18.40-1 - Prepare structures to save spoke completenes for firstboot and GIE (msivak) - Do not call exit at the end of GUI interface, just quit the main loop diff --git a/sources b/sources index 61aab8e..2e55bd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -749c1f9c6419e83640bf62a3ca71f6b3 anaconda-18.40.tar.bz2 +e00036f1c5afd4f7155965ddcf81c554 anaconda-19.1.tar.bz2