- Set ONBOOT=yes for FCoE devices (#755147) (rvykydal)
- Add details to transifex.doc for branching (bcl) - 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)
This commit is contained in:
parent
d460568bf3
commit
ff82e98e3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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-18.0.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 17.6
|
||||
Version: 18.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -232,6 +232,21 @@ update-desktop-database &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 09 2012 Brian C. Lane <bcl@redhat.com> - 18.0-1
|
||||
- Set ONBOOT=yes for FCoE devices (#755147) (rvykydal)
|
||||
- Add details to transifex.doc for branching (bcl)
|
||||
|
||||
* Wed Feb 08 2012 Brian C. Lane <bcl@redhat.com> - 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 <bcl@redhat.com> - 17.6-1
|
||||
- Set the boot flag on the GPT PMBR (#754850) (bcl)
|
||||
- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell)
|
||||
|
Loading…
Reference in New Issue
Block a user