- Apply language attributes to all labels within anaconda. (dshea)
- Add a function to apply a PangoAttrLanguage to a label. (dshea) - Add functions to watch changes to a container widget. (dshea) - Switch to the adwaita icon theme. (dshea) - Fix duplicate network settings in dracut (#1293539) (jkonecny) - Fix create device with bad name when parsing KS (#1293539) (jkonecny) - Use a lock for repoStore access (#1315414) (bcl) - Add missing inst prefix to the nokill option in docs (mkolman) - Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods) - fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
This commit is contained in:
parent
985c528a5c
commit
6d55caa538
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/anaconda-25.0.tar.bz2
|
/anaconda-25.0.tar.bz2
|
||||||
/anaconda-25.1.tar.bz2
|
/anaconda-25.1.tar.bz2
|
||||||
/anaconda-25.2.tar.bz2
|
/anaconda-25.2.tar.bz2
|
||||||
|
/anaconda-25.3.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 25.2
|
Version: 25.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -314,6 +314,18 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 19 2016 Brian C. Lane <bcl@redhat.com> - 25.3-1
|
||||||
|
- Apply language attributes to all labels within anaconda. (dshea)
|
||||||
|
- Add a function to apply a PangoAttrLanguage to a label. (dshea)
|
||||||
|
- Add functions to watch changes to a container widget. (dshea)
|
||||||
|
- Switch to the adwaita icon theme. (dshea)
|
||||||
|
- Fix duplicate network settings in dracut (#1293539) (jkonecny)
|
||||||
|
- Fix create device with bad name when parsing KS (#1293539) (jkonecny)
|
||||||
|
- Use a lock for repoStore access (#1315414) (bcl)
|
||||||
|
- Add missing inst prefix to the nokill option in docs (mkolman)
|
||||||
|
- Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods)
|
||||||
|
- fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
|
||||||
|
|
||||||
* Fri Mar 11 2016 Brian C. Lane <bcl@redhat.com> - 25.2-1
|
* Fri Mar 11 2016 Brian C. Lane <bcl@redhat.com> - 25.2-1
|
||||||
- Load the system-wide Xresources (#1241724) (dshea)
|
- Load the system-wide Xresources (#1241724) (dshea)
|
||||||
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
|
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user