diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 8bc338ca..c74a3edf 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: keystonemiddleware\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-30 18:03+0000\n" +"POT-Creation-Date: 2024-02-07 16:09+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,6 +19,9 @@ msgstr "" "X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +msgid "10.0.0" +msgstr "10.0.0" + msgid "10.1.0" msgstr "10.1.0" @@ -205,6 +208,13 @@ msgstr "" "support Python 2.7 is OpenStack Train. The minimum version of Python now " "supported is Python 3.6." +msgid "" +"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now " +"supported is Python 3.8." +msgstr "" +"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now " +"supported is Python 3.8." + msgid "Queens Series Release Notes" msgstr "Queens Series Release Notes" @@ -458,6 +468,23 @@ msgstr "" "instantiating the auth_token middleware themselves and wish to use an " "existing configuration." +msgid "" +"[`bug 1540022 `_] The auth_token middleware will now accept a conf setting " +"named ``oslo_config_config``. If this is set its value must be an existing " +"oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over " +"``oslo_config_project``. This feature is useful to applications that are " +"instantiating the auth_token middleware themselves and wish to use an " +"existing configuration." +msgstr "" +"[`bug 1540022 `_] The auth_token middleware will now accept a conf setting " +"named ``oslo_config_config``. If this is set its value must be an existing " +"oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over " +"``oslo_config_project``. This feature is useful to applications that are " +"instantiating the auth_token middleware themselves and wish to use an " +"existing configuration." + msgid "" "[`bug 1540115 `_] Optional dependencies can now be installed using `extras`. "