diff --git a/.gitignore b/.gitignore index cb15838..3f50777 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index f8961ec..cd9a462 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 16.13-1 - progressWindow takes a bunch of new arguments for pulsing (#723345). (clumens) diff --git a/sources b/sources index ac51df7..739dd96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22ab2b6ef4b78ac22c8cef32c23932ec anaconda-16.13.tar.bz2 +ce09c0361cc0c9957619d08e8cc78407 anaconda-16.14.tar.bz2