From 89a991ae25c1e5f7ecd504a1b43b2604469831ee Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 20 2016 01:14:21 +0000 Subject: - tests/gui enhancements (atodorov) - Fix gui tests for anaconda move to anaconda.py (atodorov) - Use a different ipmi command to log events. (clumens) - Clarify that a string in list-screens is actually a regex. (clumens) - Merge pull request #513 from wgwoods/update-dd-docs (wwoods) - updated driver updates docs (wwoods) - Add specification for the user interaction config file (mkolman) - Update zanata webui URL in translation doc. (dlehman) - Tweak partition removal in Custom spoke (jkonecny) - Do not skip evaluation after removing partitions (jkonecny) - Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens) - Make disconnect_client_callbacks more resilient (#1307063). (clumens) - Move the langpacks install into to a separate function. (dshea) - Fix _find_by_title method in Accordion (jkonecny) --- diff --git a/.gitignore b/.gitignore index ee6bc3c..ec65308 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /anaconda-24.10.tar.bz2 /anaconda-24.11.tar.bz2 /anaconda-24.12.tar.bz2 +/anaconda-24.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 98bc298..91dc144 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 24.12 +Version: 24.13 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -309,6 +309,22 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Feb 19 2016 Brian C. Lane - 24.13-1 +- tests/gui enhancements (atodorov) +- Fix gui tests for anaconda move to anaconda.py (atodorov) +- Use a different ipmi command to log events. (clumens) +- Clarify that a string in list-screens is actually a regex. (clumens) +- Merge pull request #513 from wgwoods/update-dd-docs (wwoods) +- updated driver updates docs (wwoods) +- Add specification for the user interaction config file (mkolman) +- Update zanata webui URL in translation doc. (dlehman) +- Tweak partition removal in Custom spoke (jkonecny) +- Do not skip evaluation after removing partitions (jkonecny) +- Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens) +- Make disconnect_client_callbacks more resilient (#1307063). (clumens) +- Move the langpacks install into to a separate function. (dshea) +- Fix _find_by_title method in Accordion (jkonecny) + * Fri Feb 12 2016 Brian C. Lane - 24.12-1 - Use host storage for directory or image install dnf download (bcl) - Log payloadError so we know why installation failed. (bcl) diff --git a/sources b/sources index 38a80b6..48baf55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3df39fff23bbce8d7e58fdfdc9398030 anaconda-24.12.tar.bz2 +5cec7a40b66b6b37458e86ec19bf7d43 anaconda-24.13.tar.bz2