<title>Release Date</title>
-->
<title>リリース日</title>
- <simpara>2020-11-xx</simpara>
+ <simpara>2020-11-26</simpara>
</note>
<sect2>
<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]
<title>主なドキュメントの改善点</title>
<itemizedlist>
+ <listitem>
+ <!--
+ 2020-11-25 [48d25a8]
+ -->
+ <para>
+ 新しいドキュメント<xref linkend="EXAMPLE-KUBERNETES">「Kubernetesの設定例」を追加しました。(Bo Peng)
+ </para>
+ </listitem>
+
<listitem>
<!--
2020-10-27 [317c39e]
<title>Release 4.2.0</title>
<note>
<title>Release Date</title>
- <simpara>2020-11-xx</simpara>
+ <simpara>2020-11-26</simpara>
</note>
<sect2>
<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]
<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]