diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 49b81de8..683a95ad 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: glance_store\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-14 13:59+0000\n" +"POT-Creation-Date: 2018-09-17 19:38+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-08-08 09:17+0000\n" +"PO-Revision-Date: 2018-08-28 02:06+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -57,6 +57,9 @@ msgstr "0.25.0" msgid "0.26.0" msgstr "0.26.0" +msgid "0.26.1" +msgstr "0.26.1" + msgid "" "A `BufferedReader`_ has been added to the Swift store driver in order to " "enable better recovery from errors during uploads of large image files. " @@ -163,6 +166,9 @@ msgstr "Bug 1764200_: Glance Cinder backed images & multiple regions" msgid "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint" msgstr "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint" +msgid "Bug 1784420_: Interface function for multihash not wrapped correctly" +msgstr "Bug 1784420_: Interface function for multihash not wrapped correctly" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -348,6 +354,17 @@ msgstr "" "threads (configured in **glance-api.conf** as the value of ``workers``). " "Disk utilisation will cap at the following value" +msgid "" +"The Rocky release of glance_store contains support for computing secure hash " +"values of stored data, but the function called by Glance to store data was " +"not wrapped correctly, thereby making the computed secure hash value " +"unavailable to Glance." +msgstr "" +"The Rocky release of glance_store contains support for computing secure hash " +"values of stored data, but the function called by Glance to store data was " +"not wrapped correctly, thereby making the computed secure hash value " +"unavailable to Glance." + msgid "" "The S3 driver has been removed completely from the glance_store source tree. " "All environments running and (or) using this s3-driver piece of code and "