summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-10-29 10:27:00 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2020-10-29 10:27:00 +0000
commitf665a6d423b98dca211f311e2d8807fb3fc2395c (patch)
treee6b05c39b54f68b1ae7c7c577d84523dec9c5e6b /releasenotes
parent6b7eecab5de70b454fa836515183432e1a97359c (diff)
downloadswift-f665a6d423b98dca211f311e2d8807fb3fc2395c.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ic8a087c600ef0624ee815a330119ccc12c287f0f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po54
1 files changed, 52 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index dab90c40a..3f1c34c88 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -5,11 +5,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Swift Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-07 00:35+0000\n"
+"POT-Creation-Date: 2020-10-29 09:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2020-10-10 02:41+0000\n"
+"PO-Revision-Date: 2020-10-28 11:21+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -40,6 +40,21 @@ msgid ""
"Otherwise, new writes to objects with non-ASCII characters in their paths "
"may result in corrupted downloads when read from a proxy-server still "
"running old swift on Python 2. See `bug 1888037 <https://bugs.launchpad.net/"
+"swift/+bug/1888037>`__ for more information."
+msgstr ""
+"**If your cluster has encryption enabled and is still running Swift under "
+"Python 2**, we recommend upgrading Swift *before* transitioning to Python 3. "
+"Otherwise, new writes to objects with non-ASCII characters in their paths "
+"may result in corrupted downloads when read from a proxy-server still "
+"running old swift on Python 2. See `bug 1888037 <https://bugs.launchpad.net/"
+"swift/+bug/1888037>`__ for more information."
+
+msgid ""
+"**If your cluster has encryption enabled and is still running Swift under "
+"Python 2**, we recommend upgrading Swift *before* transitioning to Python 3. "
+"Otherwise, new writes to objects with non-ASCII characters in their paths "
+"may result in corrupted downloads when read from a proxy-server still "
+"running old swift on Python 2. See `bug 1888037 <https://bugs.launchpad.net/"
"swift/+bug/1888037>`__ for more information. Note that new tags including a "
"fix for the bug are planned for all maintained stable branches; upgrading to "
"any one of those should be sufficient to ensure a smooth upgrade to the "
@@ -145,12 +160,18 @@ msgstr "2.23.0"
msgid "2.23.1"
msgstr "2.23.1"
+msgid "2.23.2"
+msgstr "2.23.2"
+
msgid "2.24.0"
msgstr "2.24.0"
msgid "2.25.0"
msgstr "2.25.0"
+msgid "2.25.1"
+msgstr "2.25.1"
+
msgid "2.26.0"
msgstr "2.26.0"
@@ -591,6 +612,11 @@ msgid "Cache all answers from nameservers in cname_lookup."
msgstr "Cache all answers from nameservers in cname_lookup."
msgid ""
+"Certain S3 API headers are now lower case as they would be coming from AWS."
+msgstr ""
+"Certain S3 API headers are now lower case as they would be coming from AWS."
+
+msgid ""
"Change the behavior of the EC reconstructor to perform a fragment rebuild to "
"a handoff node when a primary peer responds with 507 to the REPLICATE "
"request. This changes EC to match the existing behavior of replication when "
@@ -870,6 +896,13 @@ msgstr ""
msgid ""
"Errors encountered while validating static symlink targets no longer cause "
+"BadResponseLength errors in the proxy-server."
+msgstr ""
+"Errors encountered while validating static symlink targets no longer cause "
+"BadResponseLength errors in the proxy-server."
+
+msgid ""
+"Errors encountered while validating static symlink targets no longer cause "
"``BadResponseLength`` errors in the proxy-server."
msgstr ""
"Errors encountered while validating static symlink targets no longer cause "
@@ -1074,6 +1107,13 @@ msgstr ""
"bodies to 400. This was previously fixed in 2.20.0."
msgid ""
+"Fixed an issue when reading or writing objects with a content-type like "
+"``message/*``. Previously, Swift would fail to respond."
+msgstr ""
+"Fixed an issue when reading or writing objects with a content-type like "
+"``message/*``. Previously, Swift would fail to respond."
+
+msgid ""
"Fixed an issue where S3 API v4 signatures would not be validated against the "
"body of the request, allowing a replay attack if request headers were "
"captured by a malicious third party."
@@ -1987,6 +2027,13 @@ msgstr ""
"checking that the device list is current when rings change."
msgid ""
+"Region name config option is now respected when configuring S3 credential "
+"caching."
+msgstr ""
+"Region name config option is now respected when configuring S3 credential "
+"caching."
+
+msgid ""
"Remove ``swift-temp-url`` script. The functionality has been in swiftclient "
"for a long time and this script has been deprecated since 2.10.0."
msgstr ""
@@ -2531,6 +2578,9 @@ msgstr ""
"instead of going disk-by-disk. This eliminates single-disk I/O contention "
"and allows continued scaling as concurrency is increased."
+msgid "The formpost middleware now works with unicode file names."
+msgstr "The formpost middleware now works with Unicode file names."
+
msgid ""
"The improvements to EC reads made in Swift 2.10.0 have also been applied to "
"the reconstructor. This allows fragments to be rebuilt in more "