Add release-notes 3.3.22-3.7.5.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 31 Jul 2018 00:02:15 +0000 (09:02 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 31 Jul 2018 00:04:26 +0000 (09:04 +0900)
doc.ja/src/sgml/release-3.3.sgml
doc.ja/src/sgml/release-3.4.sgml
doc.ja/src/sgml/release-3.5.sgml
doc.ja/src/sgml/release-3.6.sgml
doc.ja/src/sgml/release-3.7.sgml
doc/src/sgml/release-3.3.sgml
doc/src/sgml/release-3.4.sgml
doc/src/sgml/release-3.5.sgml
doc/src/sgml/release-3.6.sgml
doc/src/sgml/release-3.7.sgml

index a261b8fb4c2a5a1a38067469a09b468826328c4e..a3e7cae5357f7ab31a912a2d96f6778b83b52494 100644 (file)
@@ -1,6 +1,64 @@
 <!-- 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>
index 62d27552ab1a1d93acae105e0fd14b624e985b01..ec77bf3e852aed57b0134136b1f84508f316d287 100644 (file)
@@ -1,6 +1,103 @@
 <!-- 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>
index 47be5a024a940e515cd0cfae94c30cc554419394..05565b1bf914f087520dce9c78fe45fc289139af 100644 (file)
@@ -1,6 +1,105 @@
 <!-- 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>
index e4a3349c6b291bf21fd2f043975df87e770f8f7d..0c1bdb423ce35a0f9677689a216e68873566ed55 100644 (file)
@@ -1,6 +1,142 @@
 <!-- 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>
index 3823b521435385e9a9ddd98d3cdf04659ef1a163..29b445d8241e6f2f39115ab1412ace7e9870e2a0 100644 (file)
@@ -1,6 +1,203 @@
 <!-- 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>
index 3c5f8e0aac54f0d4b8cb28da86a6738f107a2eb5..1bccecba5011befeddd7ca5cbfc09c92ebd42ec8 100644 (file)
@@ -1,6 +1,45 @@
 <!-- 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>
 
index 4aa92bb6b8655067ff834b998036324909e362af..63c70134769eeaad22cd161cce62d11fbc6dc208 100644 (file)
@@ -1,6 +1,76 @@
 <!-- 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>
 
index 6a1ac47b1e6c3148575aba1022abea9160133f49..d9aa78b44428f978ad514d823565224e9c8c99a0 100644 (file)
@@ -1,6 +1,76 @@
 <!-- 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>
 
index d62fc8d2038f3f167eb0ecddabc13d81dd49ae74..f2f381f0e48e8e50229b12b899942d65e6b63a4b 100644 (file)
@@ -1,6 +1,101 @@
 <!-- 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>
index 37daf1c75f885aa9eb688eaf4e40c8b44208e4ba..8cf01a9013afaff8582ed9028c56e6807c3ff9cb 100644 (file)
@@ -1,6 +1,144 @@
 <!-- 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>