Doc: update release-note.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 26 Nov 2020 00:55:23 +0000 (09:55 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 26 Nov 2020 00:56:48 +0000 (09:56 +0900)
doc.ja/src/sgml/release-4.2.sgml
doc/src/sgml/release-4.2.sgml

index f8d0c17e6ce6dbf43a995a0caffa4ae18b1ecf19..b9f408fea494f1106b78a51c9535727e36c0afaa 100644 (file)
@@ -11,7 +11,7 @@
   <title>Release Date</title>
   -->
   <title>リリース日</title>
-  <simpara>2020-11-xx</simpara>
+  <simpara>2020-11-26</simpara>
  </note>
 
  <sect2>
@@ -388,6 +388,19 @@ Author: Bo Peng <pengbo@sraoss.co.jp>
   <title>主な改善点</title>
   <itemizedlist>
 
+   <listitem>
+    <!--
+    2020-11-25 [935e045]
+    -->
+    <para>
+     ereportsからstrerror()呼び出しを削除します。(Muhammad Usama)
+    </para>
+    <para>
+     ereport()を呼び出すと、errno値がリセットされ、「strerror(errno)」を使用すると、誤ったエラーメッセージが出力されます。
+     正しい方法は、代わりに%mを使用することです。
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-03-09 [f0fe8fe9]
@@ -1120,6 +1133,15 @@ Author: Bo Peng <pengbo@sraoss.co.jp>
   <title>主なドキュメントの改善点</title>
   <itemizedlist>
 
+   <listitem>
+    <!--
+    2020-11-25 [48d25a8]
+    -->
+    <para>
+     新しいドキュメント<xref linkend="EXAMPLE-KUBERNETES">「Kubernetesの設定例」を追加しました。(Bo Peng)
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-10-27 [317c39e]
index 1a6e59734d43e240d89d329c1aa6aa49a7a49be9..bf1ccf8987a39c1605ce1b85b870caf8c7b56521 100644 (file)
@@ -5,7 +5,7 @@
  <title>Release 4.2.0</title>
  <note>
   <title>Release Date</title>
-  <simpara>2020-11-xx</simpara>
+  <simpara>2020-11-26</simpara>
  </note>
 
  <sect2>
@@ -355,6 +355,19 @@ Author: Bo Peng <pengbo@sraoss.co.jp>
   <title>Major Enhancements</title>
   <itemizedlist>
 
+   <listitem>
+    <!--
+    2020-11-25 [935e045]
+    -->
+    <para>
+     Removing strerror() call from ereports. (Muhammad Usama)
+    </para>
+    <para>
+     Call to ereport() resets the errno value and using the "strerror(errno)" emmits the wrong error message.
+     The right way is to use %m format specifier instead.
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-03-09 [f0fe8fe9]
@@ -920,6 +933,15 @@ Author: Bo Peng <pengbo@sraoss.co.jp>
   <title>Major Documentation Enhancements</title>
   <itemizedlist>
 
+   <listitem>
+    <!--
+    2020-11-25 [48d25a8]
+    -->
+    <para>
+     Add new documentation of <xref linkend="EXAMPLE-KUBERNETES"> "Pgpool-II on Kubernetes". (Bo Peng)
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-10-27 [317c39e]