From b50972b42ca004f6c9af02c7acfa3eac3a7a1644 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 10 2016 16:08:28 +0000 Subject: New version - 25.17 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index a98a824..e1c31f4 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -325,6 +325,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jun 10 2016 Brian C. Lane - 25.17-1 +- Revert "Temporarily disable translations" (bcl) +- Change where to look for the iscsi object (#1344131) (dshea) +- Fix old blivet identifiers (#1343907) (dshea) +- Fix a covscan warning about fetch-driver-net (#1269915) (bcl) +- Fix crash when NM get_setting* methods return None (#1273497) (jkonecny) +- Overwrite network files when using ks liveimg (#1342639) (bcl) +- Stop using undocumented DNF logging API (bcl) +- Use the LUKS device for encrypted swap on RAID (dshea) +- Keep the subdir in driver disk update paths (dshea) +- Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny) +- Make the anaconda-generator exit early outside of the installation + environment (#1289179) (mkolman) + * Fri Jun 03 2016 Brian C. Lane - 25.16-1 - Add a button to refresh the disk list. (dlehman) - Only try to restart payload in the Anaconda environment (mkolman) diff --git a/configure.ac b/configure.ac index 9ce0348..94251ad 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [25.16], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [25.17], [anaconda-devel-list@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake