From cc0085e347f423b5851a4eec3e5d0b7c98ea9e7f Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Oct 20 2014 18:26:24 +0000 Subject: - Don't panic prematurely on a missing size (#1154190) (amulhern) - Log when using updates from /tmp/updates/ (bcl) - Fix # handling in SimpleConfigFile (#1045687) (bcl) --- diff --git a/.gitignore b/.gitignore index 0045b53..88f7815 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /anaconda-21.48.8.tar.bz2 /anaconda-21.48.9.tar.bz2 /anaconda-21.48.10.tar.bz2 +/anaconda-21.48.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 07fdc1b..f3baff4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.48.10 +Version: 21.48.11 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -311,6 +311,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 20 2014 Samantha N. Bueno - 21.48.11-1 +- Don't panic prematurely on a missing size (#1154190) (amulhern) +- Log when using updates from /tmp/updates/ (bcl) +- Fix # handling in SimpleConfigFile (#1045687) (bcl) + * Wed Oct 15 2014 Samantha N. Bueno - 21.48.10-1 - Change our docs that are close to ReST to proper ReST (vpodzime) - Run restorecon on /etc/hostname (#1133368) (bcl) diff --git a/sources b/sources index bb2fe14..4c2222f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43a4e7637e3078a19b1dd7f464c8a5f3 anaconda-21.48.10.tar.bz2 +e5769decc7c14f61a271526ff6cc4054 anaconda-21.48.11.tar.bz2