From 45b2e73452d7060f32fb853699cf591ded61376a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 21 Feb 2013 08:59:31 -0800 Subject: New version. --- anaconda.spec.in | 5 +++++ configure.ac | 2 +- po/anaconda.pot | 9 ++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index cfb2e79d6..85585f029 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -233,6 +233,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Feb 21 2013 Brian C. Lane - 19.8-1 +- Add more stuff to the exception reporting skip list. (clumens) +- Compare Sizes to Sizes in the reclaim dialog (#913484). (clumens) +- The disk cart summary does not need a mnemonic. (clumens) + * Wed Feb 20 2013 Brian C. Lane - 19.7-1 - Fix RAID level test (bcl) - unpack product.img to /updates (#911873) (bcl) diff --git a/configure.ac b/configure.ac index 9ed57f929..71c3285da 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define(python_required_version, 2.5) AC_PREREQ([2.63]) -AC_INIT([anaconda], [19.7], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [19.8], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) AC_CONFIG_HEADERS([config.h]) diff --git a/po/anaconda.pot b/po/anaconda.pot index ef62e19f9..7ead20dd6 100644 --- a/po/anaconda.pot +++ b/po/anaconda.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: anaconda 19.6\n" +"Project-Id-Version: anaconda 19.7\n" "Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n" -"POT-Creation-Date: 2013-02-20 13:42-0800\n" +"POT-Creation-Date: 2013-02-21 08:58-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1749,10 +1749,9 @@ msgstr "" #: pyanaconda/ui/gui/spokes/lib/cart.py:138 #, python-format msgid "" -"%d d_isk; %s capacity; %s free space (unpartitioned and in " -"filesystems)" +"%d disk; %s capacity; %s free space (unpartitioned and in filesystems)" msgid_plural "" -"%d d_isks; %s capacity; %s free space (unpartitioned and in " +"%d disks; %s capacity; %s free space (unpartitioned and in " "filesystems)" msgstr[0] "" msgstr[1] "" -- cgit