diff --git a/.gitignore b/.gitignore index 7432f7c..36ee4b4 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.4.tar.bz2 /anaconda-17.5.tar.bz2 /anaconda-17.6.tar.bz2 +/anaconda-17.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cb36d22..fea12aa 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.6 +Version: 17.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -232,6 +232,17 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Feb 08 2012 Brian C. Lane - 17.7-1 +- anaconda_optparse.py: a new OptionParser that also reads boot args (wwoods) +- Add flags.set_cmdline_bool and flags.read_cmdline (wwoods) +- flags.py: add new BootArgs() object for dealing with boot args (wwoods) +- flags.py: rework/cleanup Flags object (wwoods) +- fix serial console option parsing (#767745) (wwoods) +- run convertfs on upgrade (#787893) (bcl) +- check if stdout and stderr are the same in execWithRedirect and open the file + only once in such cases (mmatsuya) +- Disable ipv6 on target system when using noipv6 option (#735791) (rvykydal) + * Mon Feb 06 2012 Brian C. Lane - 17.6-1 - Set the boot flag on the GPT PMBR (#754850) (bcl) - Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell) diff --git a/sources b/sources index 52b0cca..6411ee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c522f7e0be851f8f032afccd5f61370 anaconda-17.6.tar.bz2 +50714fb1a83eb43e4c0479301f5e01d7 anaconda-17.7.tar.bz2