<!-- doc/src/sgml/release-3.3.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-3-22">
+<!--
+ <title>Release 3.3.22</title>
+-->
+ <title>リリース 3.3.22</title>
+
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [8fe9a65]
+ -->
+ <para>
+ <!--
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ -->
+「write on backend 0 failed with error :"Success"」エラーを修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+<function>write()</function> が 0 を返した場合、エラーとして扱わないように修正しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [7111ebb]
+ -->
+ <para>
+ <!--
+ Fix segfault in per_node_error_log() on armhf architecture. (Tatsuo Ishii)
+ -->
+armhf アーキテクチャで発生する <function>per_node_error_log()</function> のセグメンテーション違反を修正しました。( Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Patch provided by Christian Ehrhardt.
+ -->
+修正パッチは Christian Ehrhardt によって提供されました。
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-3-21">
<!--
<title>Release 3.3.21</title>
<!-- doc/src/sgml/release-3.4.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-4-19">
+<!--
+ <title>Release 3.4.19</title>
+ -->
+ <title>リリース 3.4.19</title>
+
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [c26135e]
+ -->
+ <para>
+ <!--
+ Fix "write on backend 0 failed with error :"Success"" error.
+ -->
+「write on backend 0 failed with error :"Success"」エラーを修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+<function>write()</function> が 0 を返した場合、エラーとして扱わないように修正しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a393d0e]
+ -->
+ <para>
+ <!--
+ Fix memory leaks related to pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> で発生するメモリリークを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [45df6fd]
+ -->
+ <para>
+ <!--
+ Fix an incorrect declare as bool, rather than int in pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> 関数での誤ったデータ型の変数宣言を修正しました。 (Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ This led to a segfault issue mentioned on certain platform.
+ -->
+これにより、特定のプラットフォームでセグメンテーション違反が発生する可能性がありました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [91f141e]
+ -->
+ <para>
+ <!--
+ Fix segfault in per_node_error_log() on armhf architecture. (Tatsuo Ishii)
+ -->
+<literal>armhf</literal> アーキテクチャで発生する <function>per_node_error_log()</function> のセグメンテーション違反を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Patch provided by Christian Ehrhardt.
+ -->
+修正パッチは Christian Ehrhardt によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [b8228d5]
+ 2018-07-11 [bad92c4]
+ -->
+ <para>
+ <!--
+ Fix 006.memqcache test failure. (Tatsuo Ishii)
+ -->
+Test: テスト006.memqcache の失敗を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-4-18">
<!--
<title>Release 3.4.18</title>
<!-- doc/src/sgml/release-3.5.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-5-16">
+<!--
+ <title>Release 3.5.16</title>
+ -->
+ <title>リリース 3.5.16</title>
+
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [eec52a4]
+ -->
+ <para>
+ <!--
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ -->
+「write on backend 0 failed with error :"Success"」エラーを修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+<function>write()</function> が 0 を返した場合、エラーとして扱わないように修正しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a73a255]
+ -->
+ <para>
+ <!--
+ Fix memory leaks related to pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> で発生するメモリリークを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [bf61ea2]
+ -->
+ <para>
+ <!--
+ Fix an incorrect declare as bool, rather than int in pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> 関数での誤ったデータ型の変数宣言を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ This led to a segfault issue mentioned on certain platform.
+ -->
+これにより、特定のプラットフォームでセグメンテーション違反が発生する可能性がありました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [95f32d2]
+ -->
+ <para>
+ <!--
+ Fix segfault in per_node_error_log() on armhf architecture. (Tatsuo Ishii)
+ -->
+<literal>armhf</literal> アーキテクチャで発生する <function>per_node_error_log()</function> のセグメンテーション違反を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Patch provided by Christian Ehrhardt.
+ -->
+修正パッチは Christian Ehrhardt によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [cc270ce]
+ 2018-07-11 [b37e629]
+ -->
+ <para>
+ <!--
+ [Test] Fix 006.memqcache test failure. (Tatsuo Ishii)
+ -->
+Test: テスト006.memqcache の失敗を修正しました。( Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
+
<sect1 id="release-3-5-15">
<!--
<title>Release 3.5.15</title>
<!-- doc/src/sgml/release-3.6.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-6-12">
+<!--
+ <title>Release 3.6.12</title>
+ -->
+ <title>リリース 3.6.12</title>
+
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>不具合修正</title>
+ <itemizedlist>
+
+ <listitem>
+ <!--
+ 2018-07-04 [06a1d33]
+ -->
+ <para>
+ <!--
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ -->
+「write on backend 0 failed with error :"Success"」エラーを修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+<function>write()</function> が 0 を返した場合、エラーとして扱わないように修正しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-03 [7f9aad9]
+ -->
+ <para>
+ <!--
+ Fix for 0000409: worker process is not restarted after failover on standby Pgpool-II.
+ -->
+フェイルオーバ後、スタンバイ Pgpool-II で worker プロセスが起動されない不具合を修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=409">bug 409</ulink>) (Muhammad Usama)
+ </para>
+ <para>
+ <!--
+ Patch contributed by Yugo Nagata.
+ -->
+修正パッチは Yugo Nagataによって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [9956328]
+ -->
+ <para>
+ <!--
+ Fix memory leaks related to pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> で発生するメモリリークを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [8aadbd3]
+ -->
+ <para>
+ <!--
+ Fix an incorrect declare as bool, rather than int in pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> 関数での誤ったデータ型の変数宣言を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ This led to a segfault issue mentioned on certain platform.
+ -->
+これにより、特定のプラットフォームでセグメンテーション違反が発生する可能性がありました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [ff2260f]
+ -->
+ <para>
+ <!--
+ Fix segfault in per_node_error_log() on armhf architecture. (Tatsuo Ishii)
+ -->
+<literal>armhf</literal> アーキテクチャで発生する <function>per_node_error_log()</function> のセグメンテーション違反を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Patch provided by Christian Ehrhardt.
+ -->
+修正パッチは Christian Ehrhardt によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-24 [68f9645]
+ -->
+ <para>
+ <!--
+ Fix document typos. (Bo Peng)
+ -->
+Doc:「クライアント認証」、「Pgpool-II のインストール」、「pg_md5」などのドキュメントを改善しました。(Bo Peng)
+ </para>
+ <para>
+ <!--
+ Patch provided by Takuma Hoshiai.
+ -->
+修正パッチは Takuma Hoshiai によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [7c4aff8]
+ 2018-07-11 [893b1ef]
+ -->
+ <para>
+ <!--
+ Test: Fix 006.memqcache test failure. (Tatsuo Ishii)
+ -->
+Test: テスト006.memqcache の失敗を修正しました。( Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-6-11">
<!--
<title>Release 3.6.11</title>
<!-- doc/src/sgml/release-3.7.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-7-5">
+ <!--
+ <title>Release 3.7.5</title>
+ -->
+ <title>リリース 3.7.5</title>
+
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+
+ <listitem>
+ <!--
+ 2018-07-10 [3a3045f]
+ -->
+ <para>
+ <!--
+ Allow not to use pool_passwd in raw mode.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=411">bug 411</ulink>) (Tatsuo Ishii)
+ -->
+<literal>raw</literal> モードで<filename>pool_passwd</filename> を使用しないように修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=411">bug 411</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Since in raw there's only 1 backend is actually involved, there's no
+ need to use pool_passwd with md5 authentication.
+ -->
+<literal>raw</literal> モードではバックエンドが 1つしかないので、<literal>md5</literal> 認証で<filename>pool_passwd</filename> を使用する必要はありません。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-04 [17be8d4]
+ -->
+ <para>
+ <!--
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ -->
+「write on backend 0 failed with error :"Success"」エラーを修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+<function>write()</function> が 0 を返した場合、エラーとして扱わないように修正しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-03 [bbdf0d9]
+ -->
+ <para>
+ <!--
+ Fix for 0000409: worker process is not restarted after failover on standby Pgpool-II.
+ -->
+フェイルオーバ後、スタンバイ Pgpool-II で worker プロセスが起動されない不具合を修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=409">bug 409</ulink>) (Muhammad Usama)
+ </para>
+ <para>
+ <!--
+ Patch contributed by Yugo Nagata.
+ -->
+修正パッチは Yugo Nagataによって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-28 [1648cb8]
+ -->
+ <para>
+ <!--
+ Fix for 0000406: failover called with wrong old-primary.
+ -->
+フェイルオーバ時に、誤ったノード ID を渡す不具合を修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=406">bug 406</ulink>) (Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-22 [07380e4]
+ -->
+ <para>
+ <!--
+ Start health check process at failback.
+ -->
+最初にダウンしたノードがフェイルバックした後にヘルスチェックプロセスが起動されない不具合を修正しました。
+(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=407">bug 407</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a50025b]
+ -->
+ <para>
+ <!--
+ Fix memory leaks related to pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> で発生するメモリリークを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [02c49ae]
+ -->
+ <para>
+ <!--
+ Fix an incorrect declare as bool, rather than int in pool_extract_error_message(). (Tatsuo Ishii)
+ -->
+<function>pool_extract_error_message()</function> 関数での誤ったデータ型の変数宣言を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ This led to a segfault issue mentioned on certain platform.
+ -->
+これにより、特定のプラットフォームでセグメンテーション違反が発生する可能性がありました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [cada384]
+ -->
+ <para>
+ <!--
+ Fix segfault in per_node_error_log() on armhf architecture. (Tatsuo Ishii)
+ -->
+<literal>armhf</literal> アーキテクチャで発生する <function>per_node_error_log()</function> のセグメンテーション違反を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ <!--
+ Patch provided by Christian Ehrhardt.
+ -->
+修正パッチは Christian Ehrhardt によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-14 [3c02bd0]
+ -->
+ <para>
+ <!--
+ Fix for wrong backend roles on standby after the failover. (Muhammad Usama)
+ -->
+フェイルオーバ後、スタンバイ <productname>Pgpool-II</productname> で間違ったバックエンドのロールが表示される不具合を修正しました。(Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-24 [68f9645]
+ -->
+ <para>
+ <!--
+ Fix document typos. (Bo Peng)
+ -->
+Doc:「MD5パスワード認証」、「Pgpool-II のインストール」、「pg_md5」などのドキュメントを改善しました。(Bo Peng)
+ </para>
+ <para>
+ <!--
+ Patch provided by Takuma Hoshiai.
+ -->
+修正パッチは Takuma Hoshiai によって提供されました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [2e87b18]
+ 2018-07-11 [801927a]
+ -->
+ <para>
+ <!--
+ [Test] Fix 006.memqcache test failure. (Tatsuo Ishii)
+ -->
+Test: テスト006.memqcache の失敗を修正しました。( Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-7-4">
<!--
<title>Release 3.7.4</title>
<!-- doc/src/sgml/release-3.3.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-3-22">
+ <title>Release 3.3.22</title>
+
+ <note>
+ <title>Release Date</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [8fe9a65]
+ -->
+ <para>
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Don't treated it as an error if <function>write()</function> returns 0.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [7111ebb]
+ -->
+ <para>
+ Fix segfault in <function>per_node_error_log()</function> on armhf architecture. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch provided by Christian Ehrhardt.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-3-21">
<title>Release 3.3.21</title>
<!-- doc/src/sgml/release-3.4.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-4-19">
+ <title>Release 3.4.19</title>
+
+ <note>
+ <title>Release Date</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [c26135e]
+ -->
+ <para>
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Don't treated it as an error if <function>write()</function> returns 0.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a393d0e]
+ -->
+ <para>
+ Fix memory leaks related to <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [45df6fd]
+ -->
+ <para>
+ Fix an incorrect declare as bool, rather than int in <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ <para>
+ This led to a segfault issue mentioned on certain platform.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [91f141e]
+ -->
+ <para>
+ Fix segfault in <function>per_node_error_log()</function> on armhf architecture. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch provided by Christian Ehrhardt.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [b8228d5]
+ 2018-07-11 [bad92c4]
+ -->
+ <para>
+ Test: Fix 006.memqcache test failure. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-4-18">
<title>Release 3.4.18</title>
<!-- doc/src/sgml/release-3.5.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-5-16">
+ <title>Release 3.5.16</title>
+
+ <note>
+ <title>Release Date</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+
+ <listitem>
+ <!--
+ 2018-07-04 [eec52a4]
+ -->
+ <para>
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Don't treated it as an error if <function>write()</function> returns 0.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a73a255]
+ -->
+ <para>
+ Fix memory leaks related to <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [bf61ea2]
+ -->
+ <para>
+ Fix an incorrect declare as bool, rather than int in <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ <para>
+ This led to a segfault issue mentioned on certain platform.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [95f32d2]
+ -->
+ <para>
+ Fix segfault in <function>per_node_error_log()</function> on armhf architecture. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch provided by Christian Ehrhardt.
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2018-06-20 [cc270ce]
+ 2018-07-11 [b37e629]
+ -->
+ <para>
+ Test: Fix 006.memqcache test failure. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-5-15">
<title>Release 3.5.15</title>
<!-- doc/src/sgml/release-3.6.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-6-12">
+ <title>Release 3.6.12</title>
+
+ <note>
+ <title>Release Date</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2018-07-04 [06a1d33]
+ -->
+ <para>
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Don't treated it as an error if <function>write()</function> returns 0.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-03 [7f9aad9]
+ -->
+ <para>
+ Fix for 0000409: worker process is not restarted after failover on standby.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=409">bug 409</ulink>) (Muhammad Usama)
+ </para>
+ <para>
+ Patch contributed by Yugo Nagata.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [9956328]
+ -->
+ <para>
+ Fix memory leaks related to <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [8aadbd3]
+ -->
+ <para>
+ Fix an incorrect declare as bool, rather than int in <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ <para>
+ This led to a segfault issue mentioned on certain platform.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [ff2260f]
+ -->
+ <para>
+ Fix segfault in <function>per_node_error_log()</function> on armhf architecture. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch provided by Christian Ehrhardt.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-24 [68f9645]
+ -->
+ <para>
+ Doc: Improve documents of "MD5 Password Authentication", "Installing Pgpool-II" and "pg_md5".(Bo Peng)
+ </para>
+ <para>
+ Patch provided by Takuma Hoshiai.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [7c4aff8]
+ 2018-07-11 [893b1ef]
+ -->
+ <para>
+ Test: Fix 006.memqcache test failure. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-6-11">
<title>Release 3.6.11</title>
Also I fixed <function>pgpool_recovery</function> function so that it quotes an
empty string argument with double quotes.
</para>
- </listitem>
+ </listitem>
</itemizedlist>
</sect2>
</sect1>
<!-- doc/src/sgml/release-3.7.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-7-5">
+ <title>Release 3.7.5</title>
+
+ <note>
+ <title>Release Date</title>
+ <simpara>2018-07-31</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+
+ <listitem>
+ <!--
+ 2018-07-10 [3a3045f]
+ -->
+ <para>
+ Allow not to use <filename>pool_passwd</> in raw mode.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=411">bug 411</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Since in raw there's only 1 backend is actually involved, there's no
+ need to use pool_passwd with <literal>md5</> authentication.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-04 [17be8d4]
+ -->
+ <para>
+ Fix "write on backend 0 failed with error :"Success"" error.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=403">bug 403</ulink>) (Tatsuo Ishii)
+ </para>
+ <para>
+ Don't treated it as an error if <function>write()</function> returns 0.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-03 [bbdf0d9]
+ -->
+ <para>
+ Fix for 0000409: worker process is not restarted after failover on standby <productname>Pgpool-II</>.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=409">bug 409</ulink>) (Muhammad Usama)
+ </para>
+ <para>
+ Patch contributed by Yugo Nagata.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-28 [1648cb8]
+ -->
+ <para>
+ Fix for 0000406: failover called with wrong old-primary.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=406">bug 406</ulink>) (Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-22 [07380e4]
+ -->
+ <para>
+ Fixed that the health check process was not started after failed back.
+ (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=407">bug 407</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-20 [a50025b]
+ -->
+ <para>
+ Fix memory leaks related to <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [02c49ae]
+ -->
+ <para>
+ Fix an incorrect declare as bool, rather than int in <function>pool_extract_error_message()</function>. (Tatsuo Ishii)
+ </para>
+ <para>
+ This led to a segfault issue mentioned on certain platform.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-19 [cada384]
+ -->
+ <para>
+ Fix segfault in <function>per_node_error_log()</function> on armhf architecture. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch provided by Christian Ehrhardt.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-06-14 [3c02bd0]
+ -->
+ <para>
+ Fix for wrong backend roles on standby after the failover. (Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2018-07-24 [68f9645]
+ -->
+ <para>
+ Doc: Improve documents of "MD5 Password Authentication", "Installing Pgpool-II" and "pg_md5".(Bo Peng)
+ </para>
+ <para>
+ Patch provided by Takuma Hoshiai.
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2018-06-20 [2e87b18]
+ 2018-07-11 [801927a]
+ -->
+ <para>
+ Test: Fix 006.memqcache test failure. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-3-7-4">
<title>Release 3.7.4</title>