- Don't join two absolute paths (#1249598) (mkolman)

- Don't crash when taking a screenshot on the hub (#1327456) (mkolman)
- Fix pylint errors. (phil)
- Factor out common grub1/grub2 stuff into mixin, and other factoring (phil)
- Add GRUB1 (legacy) support back to Anaconda (phil)
This commit is contained in:
Brian C. Lane 2016-05-06 17:35:56 -07:00
parent b44aeacd27
commit 696c5e56dc
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@
/anaconda-25.8.tar.bz2 /anaconda-25.8.tar.bz2
/anaconda-25.9.tar.bz2 /anaconda-25.9.tar.bz2
/anaconda-25.10.tar.bz2 /anaconda-25.10.tar.bz2
/anaconda-25.11.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 25.10 Version: 25.11
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
Group: Applications/System Group: Applications/System
@ -323,6 +323,13 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Fri May 06 2016 Brian C. Lane <bcl@redhat.com> - 25.11-1
- Don't join two absolute paths (#1249598) (mkolman)
- Don't crash when taking a screenshot on the hub (#1327456) (mkolman)
- Fix pylint errors. (phil)
- Factor out common grub1/grub2 stuff into mixin, and other factoring (phil)
- Add GRUB1 (legacy) support back to Anaconda (phil)
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 25.10-1 * Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 25.10-1
- Handle unmounting ostree when exiting (bcl) - Handle unmounting ostree when exiting (bcl)
- ostree: Use bind mounts to setup ostree root (bcl) - ostree: Use bind mounts to setup ostree root (bcl)

View File

@ -1 +1 @@
1bf407a4e79c8cebc1a370aa7ffd87b8 anaconda-25.10.tar.bz2 31ff7d28979f18485ef4d220e9913abd anaconda-25.11.tar.bz2