From 348b652d1fd5225839303344a6e23b49ec587cb7 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 03 2016 23:48:08 +0000 Subject: - Add a button to refresh the disk list. (dlehman) - Only try to restart payload in the Anaconda environment (mkolman) - Make current runtime environment identifiers available via flags (mkolman) - Display storage errors that cause no disks to be selected (#1340240) (bcl) - Fix the SourceSwitchHandler pylint errors differently. (clumens) - Fix pylint errors. (clumens) - Update the disk summary on Ctrl-A (dshea) - Revert "Refresh the view of on-disk storage state every 30 seconds." (dlehman) - Refresh the view of on-disk storage state every 30 seconds. (dlehman) - Handle unsupported disklabels. (dlehman) - Use a blivet method to remove everything from a device. (dlehman) - Tighten up ResizeDialog._recursive_remove a bit. (dlehman) - Only look for partitions on partitioned disks. (dlehman) - NFS DDs installation now works correctly (#1269915) (japokorn) - Remove unused on_proxy_ok_clicked from Source spoke (jkonecny) - send all layouts to localed for keymap conversion (#1333998) (awilliam) - Small cleanup (mkolman) --- diff --git a/.gitignore b/.gitignore index df1cf7e..9adf64a 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /anaconda-25.13.tar.bz2 /anaconda-25.14.tar.bz2 /anaconda-25.15.tar.bz2 +/anaconda-25.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6582678..3adcf4b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.15 +Version: 25.16 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -325,6 +325,26 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* 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) +- Make current runtime environment identifiers available via flags (mkolman) +- Display storage errors that cause no disks to be selected (#1340240) (bcl) +- Fix the SourceSwitchHandler pylint errors differently. (clumens) +- Fix pylint errors. (clumens) +- Update the disk summary on Ctrl-A (dshea) +- Revert "Refresh the view of on-disk storage state every 30 seconds." + (dlehman) +- Refresh the view of on-disk storage state every 30 seconds. (dlehman) +- Handle unsupported disklabels. (dlehman) +- Use a blivet method to remove everything from a device. (dlehman) +- Tighten up ResizeDialog._recursive_remove a bit. (dlehman) +- Only look for partitions on partitioned disks. (dlehman) +- NFS DDs installation now works correctly (#1269915) (japokorn) +- Remove unused on_proxy_ok_clicked from Source spoke (jkonecny) +- send all layouts to localed for keymap conversion (#1333998) (awilliam) +- Small cleanup (mkolman) + * 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) diff --git a/sources b/sources index fc9f2a1..890f1e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da61d8130fba8334513556baa7c31be3 anaconda-25.15.tar.bz2 +b57ce847a01a6d1819014b369f09ecf8 anaconda-25.16.tar.bz2