- 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)
This commit is contained in:
Brian C. Lane 2013-02-08 17:56:54 -08:00
parent 42e08c590a
commit dbaced47c6
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 19.4-1
- Remove libcurl requirement from configure.ac. (dlehman)
- DMI_CHASSIS_VENDOR has moved into blivet. (dlehman)

View File

@ -1 +1 @@
e79ab225517b9ea107f240cf682418d8 anaconda-19.4.tar.bz2
b0008d07cea7265c21924e56a37f4d88 anaconda-19.5.tar.bz2