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:
parent
28f4f8f8d3
commit
332665368c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user