diff --git a/.gitignore b/.gitignore index 8568b30..91dbb36 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.15.tar.bz2 /anaconda-20.16.tar.bz2 /anaconda-20.17.tar.bz2 +/anaconda-20.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9af01b1..f37a517 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.17 +Version: 20.18 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,21 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 18 2013 Brian C. Lane - 20.18-1 +- ProgressHub no longer exists in pyanaconda/ui/tui/hubs. (clumens) +- Search all disk types for install media (#1004726) (dshea) +- git commit check for ack flag on rhel branches (bcl) +- Fix Lightbox for compositing window managers (#1008446) (dshea) +- Add metalink support to yumpayload (bcl) +- Make progress screen in text mode standalone spoke instead of hub (vpodzime) +- Render the right arrow based on the widget direction (#1008397) (vpodzime) +- Mirror the GUI if an RTL language is chosen (#1008397) (vpodzime) +- Removed unused GUI elements (dshea) +- Clean up what is and isn't translatable and how. (dshea) +- Removed the exceptionsText constant (dshea) +- Add comments for translators to TUI input strings (#854226) (dshea) +- Use python-format on all intltool-extract strings (dshea) + * Mon Sep 16 2013 Brian C. Lane - 20.17-1 - Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman) - Block resize slider value changed handler when setting range. (#1007387) diff --git a/sources b/sources index 53749a2..898d42f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9e5815eaa4f730c423f588bab1ae871 anaconda-20.17.tar.bz2 +b1d2825179542c83f33a4ef43d0cfe75 anaconda-20.18.tar.bz2