From 88a4c428012feef3b7b716b56f907dd395e47338 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 12 2016 01:12:24 +0000 Subject: New version - 25.2 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index 8eeb70f..81de130 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -314,6 +314,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 11 2016 Brian C. Lane - 25.2-1 +- Load the system-wide Xresources (#1241724) (dshea) +- Use an icon that exists in Adwaita for the dasd confirmation (dshea) +- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman) +- Add a function for empty file creation (#1285519) (mkolman) +- Run actions for argparse arguments (#1285519) (mkolman) + * Wed Mar 09 2016 Brian C. Lane - 25.1-1 - don't install kernel-PAE on x86_64 (#1313957) (awilliam) - except block in py3.5 undefines the variable (bcl) diff --git a/configure.ac b/configure.ac index 60dfdc8..fbc61bd 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [25.1], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [25.2], [anaconda-devel-list@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake diff --git a/po/anaconda.pot b/po/anaconda.pot index e24bf74..9ffa5a3 100644 --- a/po/anaconda.pot +++ b/po/anaconda.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: anaconda 25.0\n" +"Project-Id-Version: anaconda 25.1\n" "Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n" -"POT-Creation-Date: 2016-03-09 17:09-0800\n" +"POT-Creation-Date: 2016-03-11 17:12-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,14 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: anaconda.py:334 +#: anaconda.py:338 #, python-format msgid "" "%(product_name)s requires %(needed_ram)s MB of memory to install, but you " "only have %(total_ram)s MB on this machine.\n" msgstr "" -#: anaconda.py:336 +#: anaconda.py:340 #, python-format msgid "" "The %(product_name)s graphical installer requires %(needed_ram)s MB of " @@ -33,17 +33,17 @@ msgid "" "." msgstr "" -#: anaconda.py:339 +#: anaconda.py:343 msgid "" "\n" "Press to reboot your system.\n" msgstr "" -#: anaconda.py:341 +#: anaconda.py:345 msgid "Not enough RAM" msgstr "" -#: anaconda.py:342 +#: anaconda.py:346 msgid "" " Try the text mode installer by running:\n" "\n" @@ -52,47 +52,47 @@ msgid "" " from a root terminal." msgstr "" -#: anaconda.py:345 +#: anaconda.py:349 msgid " Starting text mode." msgstr "" -#: anaconda.py:381 +#: anaconda.py:385 msgid "The installation cannot continue and the system will be rebooted" msgstr "" -#: anaconda.py:382 pyanaconda/ui/tui/simpleline/base.py:571 +#: anaconda.py:386 pyanaconda/ui/tui/simpleline/base.py:571 msgid "Press ENTER to continue" msgstr "" -#: anaconda.py:505 +#: anaconda.py:509 msgid "DISPLAY variable not set. Starting text mode." msgstr "" -#: anaconda.py:513 +#: anaconda.py:517 msgid "Graphical installation is not available. Starting text mode." msgstr "" -#: anaconda.py:521 +#: anaconda.py:525 msgid "" "Text mode provides a limited set of installation options. It does not offer " "custom partitioning for full control over the disk layout. Would you like to " "use VNC mode instead?" msgstr "" -#: anaconda.py:617 +#: anaconda.py:621 #, python-format msgid "Please ssh install@%s to begin the install." msgstr "" -#: anaconda.py:619 +#: anaconda.py:623 msgid "Please ssh install@ to continue installation." msgstr "" -#: anaconda.py:807 +#: anaconda.py:821 msgid "Unable to create PID file" msgstr "" -#: anaconda.py:808 +#: anaconda.py:822 #, python-format msgid "" "Anaconda is unable to create %s because the file already exists. Anaconda is " @@ -529,28 +529,28 @@ msgstr "" msgid "Running post-installation scripts" msgstr "" -#: pyanaconda/install.py:168 +#: pyanaconda/install.py:174 #, python-format msgid "Waiting for %s threads to finish" msgstr "" -#: pyanaconda/install.py:175 +#: pyanaconda/install.py:181 msgid "Setting up the installation environment" msgstr "" -#: pyanaconda/install.py:199 pyanaconda/kickstart.py:2172 +#: pyanaconda/install.py:205 pyanaconda/kickstart.py:2172 msgid "Running pre-installation scripts" msgstr "" -#: pyanaconda/install.py:207 +#: pyanaconda/install.py:213 msgid "Discovering realm to join" msgstr "" -#: pyanaconda/install.py:242 +#: pyanaconda/install.py:248 msgid "Installing boot loader" msgstr "" -#: pyanaconda/install.py:245 pyanaconda/packaging/livepayload.py:182 +#: pyanaconda/install.py:251 pyanaconda/packaging/livepayload.py:182 #: pyanaconda/packaging/dnfpayload.py:788 msgid "Performing post-installation setup tasks" msgstr ""