summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml8
-rw-r--r--releasenotes/source/index.rst1
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po24
-rw-r--r--releasenotes/source/queens.rst6
4 files changed, 37 insertions, 2 deletions
diff --git a/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml b/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml
new file mode 100644
index 0000000..c842b7d
--- /dev/null
+++ b/releasenotes/notes/fix_synchronous_reader-ca442ca9f07470ec.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Repaired the "synchronous_reader" modifier of enginefacade so that it
+ refers to the "writer" engine when set to True, thereby allowing
+ "synchronous" behavior with the writer. When set to False, this is
+ "asynchronous", so this should be associated with the async engines.
+ The flag had the reverse behavior previously.
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst
index 9b0e0b6..bb88d33 100644
--- a/releasenotes/source/index.rst
+++ b/releasenotes/source/index.rst
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ queens
pike
ocata
newton
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index e6fcd71..282373c 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -1,14 +1,15 @@
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
+# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-05 12:09+0000\n"
+"POT-Creation-Date: 2018-02-12 10:58+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2017-12-05 10:29+0000\n"
+"PO-Revision-Date: 2018-02-18 01:24+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@@ -36,6 +37,9 @@ msgstr "4.26.0"
msgid "4.30.0"
msgstr "4.30.0"
+msgid "4.33.0-8"
+msgstr "4.33.0-8"
+
msgid "4.6.0"
msgstr "4.6.0"
@@ -117,6 +121,22 @@ msgstr ""
"PyMySQL, which is an adequate replacement. Refer to https://wiki.openstack."
"org/wiki/PyMySQL_evaluation for details."
+msgid "Queens Series Release Notes"
+msgstr "Queens Series Release Notes"
+
+msgid ""
+"Repaired the \"synchronous_reader\" modifier of enginefacade so that it "
+"refers to the \"writer\" engine when set to True, thereby allowing "
+"\"synchronous\" behavior with the writer. When set to False, this is "
+"\"asynchronous\", so this should be associated with the async engines. The "
+"flag had the reverse behavior previously."
+msgstr ""
+"Repaired the \"synchronous_reader\" modifier of enginefacade so that it "
+"refers to the \"writer\" engine when set to True, thereby allowing "
+"\"synchronous\" behaviour with the writer. When set to False, this is "
+"\"asynchronous\", so this should be associated with the async engines. The "
+"flag had the reverse behaviour previously."
+
msgid ""
"The allowed values for the ``connection_debug`` option are now restricted to "
"the range between 0 and 100 (inclusive). Previously a number lower than 0 or "
diff --git a/releasenotes/source/queens.rst b/releasenotes/source/queens.rst
new file mode 100644
index 0000000..36ac616
--- /dev/null
+++ b/releasenotes/source/queens.rst
@@ -0,0 +1,6 @@
+===================================
+ Queens Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/queens