- Rework the reclaim dialog to have a resize slider. (clumens)

- g_type_init call is no longer needed (bcl)
This commit is contained in:
Brian C. Lane 2013-01-14 17:41:15 -08:00
parent be76242266
commit d42da82d1b
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 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

View File

@ -1 +1 @@
749c1f9c6419e83640bf62a3ca71f6b3 anaconda-18.40.tar.bz2
e00036f1c5afd4f7155965ddcf81c554 anaconda-19.1.tar.bz2