diff --git a/.gitignore b/.gitignore index 6158067..df1cf7e 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /anaconda-25.12.tar.bz2 /anaconda-25.13.tar.bz2 /anaconda-25.14.tar.bz2 +/anaconda-25.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4a61d77..6582678 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.14 +Version: 25.15 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -325,6 +325,16 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 27 2016 Brian C. Lane - 25.15-1 +- Resolve shortcut conflict between "Desired Capacity" and "Done" (yaneti) +- network: don't crash on devices with zero MAC address (#1334632) (rvykydal) +- Remove Authors lines from the tops of all files. (clumens) +- Related: rhbz#1298444 (rvykydal) +- New Anaconda documentation - 25.14 (bcl) +- Catch DNF MarkingError during group installation (#1337731) (bcl) +- Fix TUI ErrorDialog processing (#1337427) (bcl) +- Clean up yelp processes (#1282432) (dshea) + * Fri May 20 2016 Brian C. Lane - 25.14-1 - Temporarily disable translations (bcl) - Don't crash when selecting the same hdd ISO again (#1275771) (mkolman) diff --git a/sources b/sources index 71fce7d..fc9f2a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4668f21680149c61879ba66234b116d anaconda-25.14.tar.bz2 +da61d8130fba8334513556baa7c31be3 anaconda-25.15.tar.bz2