From 602e943df5e4b2781f2a5f8cceedd46f93074309 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 24 2014 00:53:02 +0000 Subject: New version - 21.18 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index cc83931..a4cf428 100755 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -298,6 +298,21 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jan 23 2014 Brian C. Lane - 21.18-1 +- Use validate_label to check whether label should be updated (#1038590) + (amulhern) +- Always reject label if the format exists (#1038590) (amulhern) +- Make label field always sensitive (#1038590) (amulhern) +- Save module list after initial module load (#1050352) (bcl) +- Require gtk3 and glib2 documentation to build (dshea) +- Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea) +- Include the annotation-glossary (dshea) +- Set device.format.label field close to where we read it (#1056139) (amulhern) +- Install the rpmrc file to the initrd.img (#1016004) (vpodzime) +- Give users hint about VNC password restrictions (#1053546) (vpodzime) +- Be more liberal in what is accepted as a size unit. (dshea) +- Remove en_spec parameters from blivet.size.Size. (dshea) + * Tue Jan 21 2014 Brian C. Lane - 21.17-1 - Test for DataHolder Class (#1034427) (bcl) - Use DataHolder for TUI nfs data (#1034427) (bcl) diff --git a/configure.ac b/configure.ac index aaee850..3acc10a 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], [21.17], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [21.18], [anaconda-devel-list@redhat.com]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 tar-ustar]) AC_CONFIG_HEADERS([config.h]) diff --git a/po/anaconda.pot b/po/anaconda.pot index cf34a3d..2368de9 100644 --- a/po/anaconda.pot +++ b/po/anaconda.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: anaconda 21.16\n" +"Project-Id-Version: anaconda 21.17\n" "Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n" -"POT-Creation-Date: 2014-01-21 17:13-0800\n" +"POT-Creation-Date: 2014-01-23 16:52-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -438,7 +438,7 @@ msgid "" "'-'." msgstr "" -#: pyanaconda/network.py:1305 pyanaconda/ui/gui/spokes/custom.py:1049 +#: pyanaconda/network.py:1305 pyanaconda/ui/gui/spokes/custom.py:1054 #: pyanaconda/ui/gui/spokes/network.py:296 #: pyanaconda/ui/gui/spokes/lib/accordion.py:59 msgid "Unknown" @@ -867,8 +867,8 @@ msgstr "" #: pyanaconda/ui/tui/spokes/askvnc.py:120 msgid "" -"Please provide VNC password. You will have to type it twice. \n" -"Leave blank for no password" +"Please provide VNC password (must be six to eight characters long).\n" +"You will have to type it twice. Leave blank for no password" msgstr "" #: pyanaconda/ui/tui/spokes/askvnc.py:139 @@ -1585,8 +1585,8 @@ msgstr "" msgid "Disk" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:290 -#: pyanaconda/ui/gui/spokes/custom.py:634 +#: pyanaconda/ui/gui/spokes/custom.py:295 +#: pyanaconda/ui/gui/spokes/custom.py:639 #: pyanaconda/ui/gui/spokes/network.py:1094 widgets/src/SpokeSelector.c:56 #: pyanaconda/ui/gui/spokes/filter.glade:164 #: pyanaconda/ui/gui/spokes/filter.glade:575 @@ -1595,34 +1595,34 @@ msgstr "" msgid "None" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:365 +#: pyanaconda/ui/gui/spokes/custom.py:370 #, python-format msgctxt "GUI|Custom Partitioning|Confirm Delete Dialog" msgid "Delete _all other filesystems in the %s root as well." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:375 +#: pyanaconda/ui/gui/spokes/custom.py:380 #, python-format msgid "Are you sure you want to delete all of the data on %s?" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:377 +#: pyanaconda/ui/gui/spokes/custom.py:382 #, python-format msgid "" "Are you sure you want to delete all of the data on %s, including subvolumes " "and/or snapshots?" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:471 +#: pyanaconda/ui/gui/spokes/custom.py:476 msgid "container" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:669 +#: pyanaconda/ui/gui/spokes/custom.py:674 #: pyanaconda/ui/gui/spokes/custom.glade:715 msgid "MANUAL PARTITIONING" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:889 +#: pyanaconda/ui/gui/spokes/custom.py:894 #, python-format msgctxt "GUI|Custom Partitioning" msgid "%d _storage device selected" @@ -1630,155 +1630,155 @@ msgid_plural "%d _storage devices selected" msgstr[0] "" msgstr[1] "" -#: pyanaconda/ui/gui/spokes/custom.py:1001 +#: pyanaconda/ui/gui/spokes/custom.py:1006 #, python-format msgid "" "When you create mount points for your %(name)s %(version)s installation, " "you'll be able to view their details here." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1072 +#: pyanaconda/ui/gui/spokes/custom.py:1077 msgid "" "The 'swap' area on your computer is used by the operating\n" "system when running low on memory." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1075 +#: pyanaconda/ui/gui/spokes/custom.py:1080 msgid "" "The 'boot' area on your computer is where files needed\n" "to start the operating system are stored." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1078 +#: pyanaconda/ui/gui/spokes/custom.py:1083 msgid "" "The 'root' area on your computer is where core system\n" "files and applications are stored." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1081 +#: pyanaconda/ui/gui/spokes/custom.py:1086 msgid "" "The 'home' area on your computer is where all your personal\n" "data is stored." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1084 +#: pyanaconda/ui/gui/spokes/custom.py:1089 msgid "" "The BIOS boot partition is required to enable booting\n" "from GPT-partitioned disks on BIOS hardware." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1087 +#: pyanaconda/ui/gui/spokes/custom.py:1092 msgid "" "The PReP boot partition is required as part of the\n" "bootloader configuration on some PPC platforms." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1283 +#: pyanaconda/ui/gui/spokes/custom.py:1288 #, python-format msgid "/boot/efi must be on a device of type %s" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1287 +#: pyanaconda/ui/gui/spokes/custom.py:1292 #, python-format msgid "%(fs)s must be on a device of type %(type)s" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1290 -#: pyanaconda/ui/gui/spokes/custom.py:1292 +#: pyanaconda/ui/gui/spokes/custom.py:1295 +#: pyanaconda/ui/gui/spokes/custom.py:1297 #, python-format msgid "%s cannot be encrypted" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1294 +#: pyanaconda/ui/gui/spokes/custom.py:1299 msgid "You must create a new filesystem on the root device." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1296 +#: pyanaconda/ui/gui/spokes/custom.py:1301 #, python-format msgid "Devices of type %s require a valid RAID level selection." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1529 +#: pyanaconda/ui/gui/spokes/custom.py:1534 msgid "Device resize request failed. Click for details." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1601 +#: pyanaconda/ui/gui/spokes/custom.py:1606 msgid "Device reformat request failed. Click for details." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1653 +#: pyanaconda/ui/gui/spokes/custom.py:1658 #, python-format msgid "Specified name %s already in use." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1930 +#: pyanaconda/ui/gui/spokes/custom.py:1937 msgid "" "The space available to this mountpoint can be changed by modifying the " "volume below." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:1932 +#: pyanaconda/ui/gui/spokes/custom.py:1939 msgid "This file system may not be resized." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2108 +#: pyanaconda/ui/gui/spokes/custom.py:2115 #, python-format msgid "Added new %(type)s to existing container %(name)s." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2120 +#: pyanaconda/ui/gui/spokes/custom.py:2127 msgid "Failed to add new device. Click for details." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2126 +#: pyanaconda/ui/gui/spokes/custom.py:2133 msgid "Invalid partition size set. Use a valid integer." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2151 +#: pyanaconda/ui/gui/spokes/custom.py:2158 msgid "Device removal request failed. Click for details." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2378 +#: pyanaconda/ui/gui/spokes/custom.py:2385 #, python-format msgid "Volume Group name %s is already in use. Not saving changes." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2403 +#: pyanaconda/ui/gui/spokes/custom.py:2410 #, python-format msgid "(%s free)" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2532 +#: pyanaconda/ui/gui/spokes/custom.py:2539 #, python-format msgid "" "This Software RAID array is missing %(missingMembers)d of %(totalMembers)d " "member partitions. You can remove it or select a different device." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2538 +#: pyanaconda/ui/gui/spokes/custom.py:2545 #, python-format msgid "" "This LVM Volume Group is missing %(missingPVs)d of %(totalPVs)d physical " "volumes. You can remove it or select a different device." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2607 +#: pyanaconda/ui/gui/spokes/custom.py:2614 msgid "No disks selected." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2613 +#: pyanaconda/ui/gui/spokes/custom.py:2620 msgid "Not enough free space on selected disks." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2619 +#: pyanaconda/ui/gui/spokes/custom.py:2626 msgid "Automatic partitioning failed. Click for details." msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2900 +#: pyanaconda/ui/gui/spokes/custom.py:2907 msgid "Failed to unlock encrypted block device. Click for details" msgstr "" -#: pyanaconda/ui/gui/spokes/custom.py:2925 +#: pyanaconda/ui/gui/spokes/custom.py:2932 #, python-format msgid "" "You have chosen to manually set up the filesystems for your new "