Doc: update release note.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 18 Nov 2025 00:44:44 +0000 (09:44 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 18 Nov 2025 00:50:29 +0000 (09:50 +0900)
doc.ja/src/sgml/release-4.2.sgml
doc/src/sgml/release-4.2.sgml

index 96e098f8fdd4ca7750b3c7e4a3a0e5010a330533..16df60287d4b0e4e7a3ca48c12ae1c4b2e378bc1 100644 (file)
@@ -5,7 +5,7 @@
  <title>リリース 4.2.24</title>
  <note>
   <title>リリース日</title>
-  <simpara>2025-11-20</simpara>
+  <simpara>2025-11-25</simpara>
  </note>
 
  <sect2>
  <sect2>
   <title>不具合修正</title>
   <itemizedlist>
+   <listitem>
+    <!--
+    2025-11-16 [b113027dd]
+    -->
+    <para>
+     <command>CopyOut</command>でのセグメンテーションフォルトを修正しました。(Tatsuo Ishii)
+    </para>
+    <para>
+     拡張プロトコルで<command>COPY relname TO STDOUT</command>が実行された場合、<productname>Pgpool-II</productname>がセグフォルトを起こしていました。
+    </para>
+    <para>
+     この問題は<ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>によって報告されました。
+    </para>
+    <para>
+     ディスカッション: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink>
+    </para>
+   </listitem>
    <listitem>
     <!--
     2025-10-03 [b84553bf0]
index 0ee70e8ef86d1d025d78d5bc7c720884dc051a26..b1eed052550a76a3a9f688ef9d3e065ab3dcc0d6 100644 (file)
@@ -5,7 +5,7 @@
  <title>Release 4.2.24</title>
  <note>
   <title>Release Date</title>
-  <simpara>2025-11-20</simpara>
+  <simpara>2025-11-25</simpara>
  </note>
 
  <sect2>
  <sect2>
   <title>Bug fixes</title>
   <itemizedlist>
+   <listitem>
+    <!--
+    2025-11-16 [b113027dd]
+    -->
+    <para>
+     Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii)
+    </para>
+    <para>
+     When <command>COPY relname TO STDOUT</command> is executed in the extended query
+     protocol mode, pgpool segfaulted.
+    </para>
+    <para>
+     This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>.
+    </para>
+    <para>
+     Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink>
+    </para>
+   </listitem>
    <listitem>
     <!--
     2025-10-03 [b84553bf0]