From dbaced47c62c68d75e3ee1c5e8cd4d55eee1712b Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 09 2013 01:56:54 +0000 Subject: - Add --dirinstall command (bcl) - Convert the mount point entry to one containing a drop down. (clumens) - Move the Modify SW button into a link in the text. (clumens) - Rework all the dialogs after you click Done on the storage spoke (#903501). (clumens) - Overrides for the Gdk have _2BUTTON_PRESS defined (vpodzime) - Add entries with completions to the comboboxes (DatetimeSpoke) (vpodzime) - Make the custom partitioning bullet points take up less horizontal space. (clumens) - Don't say you can reuse existing mountpoints unless there are some. (clumens) - Point gobject-introspection at our updates directory for overrides. (clumens) --- diff --git a/.gitignore b/.gitignore index 3ba8690..88cd8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.2.tar.bz2 /anaconda-19.3.tar.bz2 /anaconda-19.4.tar.bz2 +/anaconda-19.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9c2af82..4074b20 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.4 +Version: 19.5 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -242,6 +242,19 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Feb 08 2013 Brian C. Lane - 19.5-1 +- Add --dirinstall command (bcl) +- Convert the mount point entry to one containing a drop down. (clumens) +- Move the Modify SW button into a link in the text. (clumens) +- Rework all the dialogs after you click Done on the storage spoke (#903501). + (clumens) +- Overrides for the Gdk have _2BUTTON_PRESS defined (vpodzime) +- Add entries with completions to the comboboxes (DatetimeSpoke) (vpodzime) +- Make the custom partitioning bullet points take up less horizontal space. + (clumens) +- Don't say you can reuse existing mountpoints unless there are some. (clumens) +- Point gobject-introspection at our updates directory for overrides. (clumens) + * Mon Feb 04 2013 Brian C. Lane - 19.4-1 - Remove libcurl requirement from configure.ac. (dlehman) - DMI_CHASSIS_VENDOR has moved into blivet. (dlehman) diff --git a/sources b/sources index 89759ec..7ee3fd6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e79ab225517b9ea107f240cf682418d8 anaconda-19.4.tar.bz2 +b0008d07cea7265c21924e56a37f4d88 anaconda-19.5.tar.bz2