From 985c528a5c49fe71d9d20f73bd184eb284905c40 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 12 2016 01:17:08 +0000 Subject: - Load the system-wide Xresources (#1241724) (dshea) - Use an icon that exists in Adwaita for the dasd confirmation (dshea) - Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman) - Add a function for empty file creation (#1285519) (mkolman) - Run actions for argparse arguments (#1285519) (mkolman) --- diff --git a/.gitignore b/.gitignore index ed07e90..71cf02d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /anaconda-24.13.tar.bz2 /anaconda-25.0.tar.bz2 /anaconda-25.1.tar.bz2 +/anaconda-25.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1444fa4..3525e4a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.1 +Version: 25.2 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -314,6 +314,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 11 2016 Brian C. Lane - 25.2-1 +- Load the system-wide Xresources (#1241724) (dshea) +- Use an icon that exists in Adwaita for the dasd confirmation (dshea) +- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman) +- Add a function for empty file creation (#1285519) (mkolman) +- Run actions for argparse arguments (#1285519) (mkolman) + * Wed Mar 09 2016 Brian C. Lane - 25.1-1 - don't install kernel-PAE on x86_64 (#1313957) (awilliam) - except block in py3.5 undefines the variable (bcl) diff --git a/sources b/sources index 761a0d1..690f288 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebfe43da0e99d3eab2e5b16c53f4852c anaconda-25.1.tar.bz2 +e0c08e237774ea0a29382b618973e62d anaconda-25.2.tar.bz2