Change IsBeta to IsFinal (mgracik)

edd: do not traceback with cciss devices. (akozumpl)
edd: do not traceback when can not find the respective pci device. (akozumpl)
Use unsigned long long type in doTotalMemory() (dcantrell)
Do not traceback on mpath errors caused by faulty hardware. (akozumpl)
Fix a bunch of stupid little errors pylint caught. (clumens)
There's no more booty module, so don't bother checking it. (clumens)
Ignore false positives in kickstart.py. (clumens)
Ignore reimport warnings from pylint. (clumens)
Handle any amount of whitespace between keyword and rhbz reference.
(dcantrell)
dispath -> dispatch in kickstart.py. (clumens)
This commit is contained in:
Chris Lumens 2011-07-26 16:01:19 -04:00
parent 28f4f8f8d3
commit 332665368c
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ anaconda-15.2.tar.bz2
/anaconda-16.11.tar.bz2
/anaconda-16.12.tar.bz2
/anaconda-16.13.tar.bz2
/anaconda-16.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 16.13
Version: 16.14
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -234,6 +234,20 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Jul 26 2011 Chris Lumens <clumens@redhat.com> - 16.14-1
- Change IsBeta to IsFinal (mgracik)
- edd: do not traceback with cciss devices. (akozumpl)
- edd: do not traceback when can not find the respective pci device. (akozumpl)
- Use unsigned long long type in doTotalMemory() (dcantrell)
- Do not traceback on mpath errors caused by faulty hardware. (akozumpl)
- Fix a bunch of stupid little errors pylint caught. (clumens)
- There's no more booty module, so don't bother checking it. (clumens)
- Ignore false positives in kickstart.py. (clumens)
- Ignore reimport warnings from pylint. (clumens)
- Handle any amount of whitespace between keyword and rhbz reference.
(dcantrell)
- dispath -> dispatch in kickstart.py. (clumens)
* Wed Jul 20 2011 Chris Lumens <clumens@redhat.com> - 16.13-1
- progressWindow takes a bunch of new arguments for pulsing (#723345).
(clumens)

View File

@ -1 +1 @@
22ab2b6ef4b78ac22c8cef32c23932ec anaconda-16.13.tar.bz2
ce09c0361cc0c9957619d08e8cc78407 anaconda-16.14.tar.bz2