- Add more stuff to the exception reporting skip list. (clumens)

- Compare Sizes to Sizes in the reclaim dialog (#913484). (clumens)
- The disk cart summary does not need a mnemonic. (clumens)
This commit is contained in:
Brian C. Lane 2013-02-21 09:15:06 -08:00
parent 158e7a9cea
commit dad0dbdfa9
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.5.tar.bz2
/anaconda-19.6.tar.bz2
/anaconda-19.7.tar.bz2
/anaconda-19.8.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.7
Version: 19.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -233,6 +233,11 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Thu Feb 21 2013 Brian C. Lane <bcl@redhat.com> - 19.8-1
- Add more stuff to the exception reporting skip list. (clumens)
- Compare Sizes to Sizes in the reclaim dialog (#913484). (clumens)
- The disk cart summary does not need a mnemonic. (clumens)
* Wed Feb 20 2013 Brian C. Lane <bcl@redhat.com> - 19.7-1
- Fix RAID level test (bcl)
- unpack product.img to /updates (#911873) (bcl)

View File

@ -1 +1 @@
cdb1ff35d1af857833cbbd42b1d291e0 anaconda-19.7.tar.bz2
8ca7c3ff64a035ff7f32ebe324f5de99 anaconda-19.8.tar.bz2