diff options
| author | Bo Peng | 2020-05-18 20:16:27 +0000 |
|---|---|---|
| committer | Bo Peng | 2020-05-18 20:23:55 +0000 |
| commit | 2f6bcbebe47c62ea198e4f5285b7decd939c30a0 (patch) | |
| tree | 837eff4f98b0f04065f2c4531478c1fcb46e04a5 | |
| parent | 2e005002e67704f09c7c187e87ba7d4d0a30936b (diff) | |
Doc: Add release-note.
| -rw-r--r-- | doc.ja/src/sgml/release-3.5.sgml | 65 | ||||
| -rw-r--r-- | doc.ja/src/sgml/release-3.6.sgml | 132 | ||||
| -rw-r--r-- | doc.ja/src/sgml/version.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/release-3.5.sgml | 44 | ||||
| -rw-r--r-- | doc/src/sgml/release-3.6.sgml | 92 | ||||
| -rw-r--r-- | doc/src/sgml/version.sgml | 2 |
6 files changed, 335 insertions, 2 deletions
diff --git a/doc.ja/src/sgml/release-3.5.sgml b/doc.ja/src/sgml/release-3.5.sgml index e84370eea..a0e674f7e 100644 --- a/doc.ja/src/sgml/release-3.5.sgml +++ b/doc.ja/src/sgml/release-3.5.sgml @@ -1,6 +1,71 @@ <!-- doc/src/sgml/release-3.5.sgml --> <!-- See header comment in release.sgml about typical markup --> +<sect1 id=release-3-5-25> + <!-- + <title>Release 3.5.25</title> + --> + <title>リリース 3.5.25</title> + <note> + <!-- + <title>Release Date</title> + --> + <title>リリース日</title> + <simpara>2020-05-21</simpara> + </note> + + <sect2> + <!-- + <title>Bug fixes</title> + --> + <title>不具合修正</title> + <itemizedlist> + <listitem> + <!-- + 2020-05-16 [2fd983b] + 2020-04-26 [1304dcc] + --> + <para> + <!-- + Fix build error on some system (Fedora 32). (Tatsuo Ishii) + --> + 一部のシステム(Fedora 32)で発生するビルドエラーを修正しました。(Tatsuo Ishii) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [1221a65] + --> + <para> + <!-- + Fix unnecessary checks. (Tatsuo Ishii) + --> + 不要なチェックを削除しました。(Tatsuo Ishii) + </para> + <para> + <!-- + Patch contributed by sherlockcpp. Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + --> + パッチはsherlockcppによって提供されました。Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-03-06 [5ce6273] + --> + <para> + <!-- + Fix watchdog ping probes fail with long hostnames due to small buffer. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + --> + ホスト名が長い場合、バッファサイズの制限によってWatchdogのpingが失敗する問題を修正しました。(<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + </para> + </listitem> + </itemizedlist> + </sect2> +</sect1> + <sect1 id=release-3-5-24> <!-- <title>Release 3.5.24</title> diff --git a/doc.ja/src/sgml/release-3.6.sgml b/doc.ja/src/sgml/release-3.6.sgml index 24d6c84a8..e021f170c 100644 --- a/doc.ja/src/sgml/release-3.6.sgml +++ b/doc.ja/src/sgml/release-3.6.sgml @@ -1,6 +1,138 @@ <!-- doc/src/sgml/release-3.6.sgml --> <!-- See header comment in release.sgml about typical markup --> +<sect1 id=release-3-6-21> + <!-- + <title>Release 3.6.21</title> + --> + <title>リリース 3.6.21</title> + <note> + <!-- + <title>Release Date</title> + --> + <title>リリース日</title> + <simpara>2020-05-21</simpara> + </note> + + <sect2> + <!-- + <title>Bug fixes</title> + --> + <title>不具合修正</title> + <itemizedlist> + <listitem> + <!-- + 2020-05-16 [2fd983b] + 2020-04-26 [1304dcc] + --> + <para> + <!-- + Fix build error on some system (Fedora 32). (Tatsuo Ishii) + --> + 一部のシステム(Fedora 32)で発生するビルドエラーを修正しました。(Tatsuo Ishii) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [1221a65] + --> + <para> + <!-- + Fix unnecessary checks. (Tatsuo Ishii) + --> + 不要なチェックを削除しました。(Tatsuo Ishii) + </para> + <para> + <!-- + Patch contributed by sherlockcpp. Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + --> + パッチはsherlockcppによって提供されました。Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [8ea84b9] + --> + <para> + <!-- + Doc: Fix typo. (Tatsuo Ishii) + --> + Doc: ドキュメントのタイポを修正しました。(Tatsuo Ishii) + </para> + <para> + <!-- + Patch contributed by Umar Hayat. + --> + パッチはUmar Hayatによって提供されました。 + Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-hackers/2020-April/003587.html">[pgpool-hackers: 3587]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-04-16 [75432c0] + --> + <para> + <!-- + Fix for segmentation fault in PCP process. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=598">bug 598</ulink>) (Muhammad Usama) + --> + PCP プロセスのセグメンテーション違反を修正しました。(<ulink url="https://www.pgpool.net/mantisbt/view.php?id=598">bug 598</ulink>) (Muhammad Usama) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-12 [237793e] + 2020-04-06 [225290a] + --> + <para> + <!-- + Doc: Fix typo. (Tatsuo Ishii, Bo Peng) + --> + Doc: タイポを修正しました。(Tatsuo Ishii, Bo Peng) + </para> + <para> + <!-- + Patch provided by sherlockcpp. + --> + パッチはsherlockcppによって提供されました。 + </para> + </listitem> + + <listitem> + <!-- + 2020-03-11 [a639141] + --> + <para> + <!-- + Fix possible data inconsistency in native replication mode. (Tatsuo Ishii) + --> + ネイティブレプリケーションモードで起こりうるデータの不整合を修正しました。(Tatsuo Ishii) + </para> + <para> + Discussions: + <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-March/006954.html">[pgpool-general: 6896]</ulink> + <ulink url="https://www.pgpool.net/pipermail/pgpool-hackers/2020-March/003540.html">[pgpool-hackers: 3540]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-03-06 [5ce6273] + --> + <para> + <!-- + Fix watchdog ping probes fail with long hostnames due to small buffer. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + --> + ホスト名が長い場合、バッファサイズの制限によってWatchdogのpingが失敗する問題を修正しました。(<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + </para> + </listitem> + </itemizedlist> + </sect2> +</sect1> + <sect1 id=release-3-6-20> <!-- <title>Release 3.6.20</title> diff --git a/doc.ja/src/sgml/version.sgml b/doc.ja/src/sgml/version.sgml index 31b8c625d..de0d7c176 100644 --- a/doc.ja/src/sgml/version.sgml +++ b/doc.ja/src/sgml/version.sgml @@ -1 +1 @@ -<!ENTITY version "3.6.20"> +<!ENTITY version "3.6.21"> diff --git a/doc/src/sgml/release-3.5.sgml b/doc/src/sgml/release-3.5.sgml index 6edaf7e58..18cb012ae 100644 --- a/doc/src/sgml/release-3.5.sgml +++ b/doc/src/sgml/release-3.5.sgml @@ -1,6 +1,50 @@ <!-- doc/src/sgml/release-3.5.sgml --> <!-- See header comment in release.sgml about typical markup --> +<sect1 id=release-3-5-25> + <title>Release 3.5.25</title> + <note> + <title>Release Date</title> + <simpara>2020-05-21</simpara> + </note> + + <sect2> + <title>Bug fixes</title> + <itemizedlist> + <listitem> + <!-- + 2020-05-16 [2fd983b] + 2020-04-26 [1304dcc] + --> + <para> + Fix build error on some system (Fedora 32). (Tatsuo Ishii) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [1221a65] + --> + <para> + Fix unnecessary checks. (Tatsuo Ishii) + </para> + <para> + Patch contributed by sherlockcpp. Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-03-06 [5ce6273] + --> + <para> + Fix watchdog ping probes fail with long hostnames due to small buffer. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + </para> + </listitem> + </itemizedlist> + </sect2> +</sect1> + <sect1 id=release-3-5-24> <title>Release 3.5.24</title> <note> diff --git a/doc/src/sgml/release-3.6.sgml b/doc/src/sgml/release-3.6.sgml index 0c3c4d7fc..96fae0505 100644 --- a/doc/src/sgml/release-3.6.sgml +++ b/doc/src/sgml/release-3.6.sgml @@ -1,6 +1,98 @@ <!-- doc/src/sgml/release-3.6.sgml --> <!-- See header comment in release.sgml about typical markup --> +<sect1 id=release-3-6-21> + <title>Release 3.6.21</title> + <note> + <title>Release Date</title> + <simpara>2020-05-21</simpara> + </note> + + <sect2> + <title>Bug fixes</title> + <itemizedlist> + <listitem> + <!-- + 2020-05-16 [2fd983b] + 2020-04-26 [1304dcc] + --> + <para> + Fix build error on some system (Fedora 32). (Tatsuo Ishii) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [1221a65] + --> + <para> + Fix unnecessary checks. (Tatsuo Ishii) + </para> + <para> + Patch contributed by sherlockcpp. Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-April/007062.html">[pgpool-general: 7004]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-04-23 [8ea84b9] + --> + <para> + Doc: Fix typo. (Tatsuo Ishii) + </para> + <para> + Patch contributed by Umar Hayat. Discussion: <ulink url="https://www.pgpool.net/pipermail/pgpool-hackers/2020-April/003587.html">[pgpool-hackers: 3587]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-04-16 [75432c0] + --> + <para> + Fix for segmentation fault in PCP process. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=598">bug 598</ulink>) (Muhammad Usama) + </para> + </listitem> + + <listitem> + <!-- + 2020-04-12 [237793e] + 2020-04-06 [225290a] + --> + <para> + Doc: Fix typo. (Tatsuo Ishii, Bo Peng) + </para> + <para> + Patch provided by sherlockcpp. + </para> + </listitem> + + <listitem> + <!-- + 2020-03-11 [a639141] + --> + <para> + Fix possible data inconsistency in native replication mode. (Tatsuo Ishii) + </para> + <para> + Discussions: + <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2020-March/006954.html">[pgpool-general: 6896]</ulink> + <ulink url="https://www.pgpool.net/pipermail/pgpool-hackers/2020-March/003540.html">[pgpool-hackers: 3540]</ulink> + </para> + </listitem> + + <listitem> + <!-- + 2020-03-06 [5ce6273] + --> + <para> + Fix watchdog ping probes fail with long hostnames due to small buffer. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=516">bug 516</ulink>) (Bo Peng) + </para> + </listitem> + </itemizedlist> + </sect2> +</sect1> + <sect1 id=release-3-6-20> <title>Release 3.6.20</title> <note> diff --git a/doc/src/sgml/version.sgml b/doc/src/sgml/version.sgml index 31b8c625d..de0d7c176 100644 --- a/doc/src/sgml/version.sgml +++ b/doc/src/sgml/version.sgml @@ -1 +1 @@ -<!ENTITY version "3.6.20"> +<!ENTITY version "3.6.21"> |
