From 696c5e56dc74858c7fa8d4ac0b4bd7d31481d893 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 07 2016 00:35:56 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 7004188..ced9ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /anaconda-25.8.tar.bz2 /anaconda-25.9.tar.bz2 /anaconda-25.10.tar.bz2 +/anaconda-25.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 451e0e1..cde1a84 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.10 +Version: 25.11 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -323,6 +323,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 06 2016 Brian C. Lane - 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 - 25.10-1 - Handle unmounting ostree when exiting (bcl) - ostree: Use bind mounts to setup ostree root (bcl) diff --git a/sources b/sources index c2d31c3..48bdb6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bf407a4e79c8cebc1a370aa7ffd87b8 anaconda-25.10.tar.bz2 +31ff7d28979f18485ef4d220e9913abd anaconda-25.11.tar.bz2