- Fix two small problems with the UID/GID spin buttons (#929173, #929138).

(clumens)
- The Update Settings button should only be sensitive if you change something.
  (clumens)
- Move datetime spoke initialization into its own thread, too. (clumens)
- Make it more clear nothing will happen immediately on custom storage
  (#883195). (clumens)
- Replace the custom part size spinner with an entry. (clumens)
- Add a factory class for our various communications queues. (clumens)
- Make exception handling in the rescue mode work (#926913) (vpodzime)
This commit is contained in:
Brian C. Lane 2013-04-02 16:55:03 -07:00
parent e85a756799
commit 91b8dbb76c
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -67,3 +67,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.12.tar.bz2
/anaconda-19.13.tar.bz2
/anaconda-19.14.tar.bz2
/anaconda-19.15.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.14
Version: 19.15
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -70,7 +70,7 @@ BuildRequires: s390utils-devel
%endif
Requires: anaconda-widgets = %{version}-%{release}
Requires: python-blivet >= 0.6
Requires: python-blivet >= 0.8
Requires: gnome-icon-theme-symbolic
Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
@ -234,6 +234,18 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Tue Apr 02 2013 Brian C. Lane <bcl@redhat.com> - 19.15-1
- Fix two small problems with the UID/GID spin buttons (#929173, #929138).
(clumens)
- The Update Settings button should only be sensitive if you change something.
(clumens)
- Move datetime spoke initialization into its own thread, too. (clumens)
- Make it more clear nothing will happen immediately on custom storage
(#883195). (clumens)
- Replace the custom part size spinner with an entry. (clumens)
- Add a factory class for our various communications queues. (clumens)
- Make exception handling in the rescue mode work (#926913) (vpodzime)
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 19.14-1
- Handle the end of the %%addon section (vpodzime)
- Don't allow setting a mountpoint for an fstype we cannot mount. (dlehman)

View File

@ -1 +1 @@
c09c775eb08915fa0bdf7488f01dd607 anaconda-19.14.tar.bz2
19d1e8e3cfe1f14cce345b2011b438df anaconda-19.15.tar.bz2