Skip to content

Commit

Permalink
Add 3.2.0 entry (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Apr 18, 2024
1 parent 94a4747 commit 08b30b4
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 8 deletions.
35 changes: 30 additions & 5 deletions _po/ja/news/index.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-04-13 07:36+0900\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"PO-Revision-Date: 2023-08-13 09:55+0900\n"
"Plural-Forms: nplurals=; plural=;\n"

msgid ""
"---\n"
Expand All @@ -22,6 +25,31 @@ msgstr ""
msgid "# News"
msgstr "# おしらせ"

msgid "## 3.2.0: 2024-04-18 {#version-3-2-0}"
msgstr ""

msgid "### Fixes"
msgstr "### 修正"

msgid " * Fixed a crash on connection close."
msgstr ""

msgid ""
" This occurred when the connection was closed \"during a transaction\n"
" and when releasing resources for a sequential search\"."
msgstr ""

msgid ""
" This was caused by a callback being run to release a sequential search\n"
" resource even though all resources had already been released."
msgstr ""

msgid ""
" Fixed unregistration of callbacks that are no longer needed when "
"releasing\n"
" all resources."
msgstr ""

msgid "## 3.1.9: 2024-03-27 {#version-3-1-9}"
msgstr ""

Expand All @@ -37,9 +65,6 @@ msgstr ""
msgid "## 3.1.8: 2024-02-27 {#version-3-1-8}"
msgstr ""

msgid "### Fixes"
msgstr "### 修正"

msgid ""
" * Fixed a crash bug when the last cached sequential search datum was "
"vacuumed that is happen every 100 queries."
Expand Down
27 changes: 24 additions & 3 deletions _po/ja/news/index.pot
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ msgstr ""
msgid "# News"
msgstr ""

msgid "## 3.2.0: 2024-04-18 {#version-3-2-0}"
msgstr ""

msgid "### Fixes"
msgstr ""

msgid " * Fixed a crash on connection close."
msgstr ""

msgid ""
" This occurred when the connection was closed \"during a transaction\n"
" and when releasing resources for a sequential search\"."
msgstr ""

msgid ""
" This was caused by a callback being run to release a sequential search\n"
" resource even though all resources had already been released."
msgstr ""

msgid ""
" Fixed unregistration of callbacks that are no longer needed when releasing\n"
" all resources."
msgstr ""

msgid "## 3.1.9: 2024-03-27 {#version-3-1-9}"
msgstr ""

Expand All @@ -29,9 +53,6 @@ msgstr ""
msgid "## 3.1.8: 2024-02-27 {#version-3-1-8}"
msgstr ""

msgid "### Fixes"
msgstr ""

msgid " * Fixed a crash bug when the last cached sequential search datum was vacuumed that is happen every 100 queries."
msgstr ""

Expand Down
15 changes: 15 additions & 0 deletions ja/news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ upper_level: ../

# おしらせ

## 3.2.0: 2024-04-18 {#version-3-2-0}

### 修正

* Fixed a crash on connection close.

This occurred when the connection was closed "during a transaction
and when releasing resources for a sequential search".

This was caused by a callback being run to release a sequential search
resource even though all resources had already been released.

Fixed unregistration of callbacks that are no longer needed when releasing
all resources.

## 3.1.9: 2024-03-27 {#version-3-1-9}

### 改良
Expand Down
15 changes: 15 additions & 0 deletions news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ upper_level: ../

# News

## 3.2.0: 2024-04-18 {#version-3-2-0}

### Fixes

* Fixed a crash on connection close.

This occurred when the connection was closed "during a transaction
and when releasing resources for a sequential search".

This was caused by a callback being run to release a sequential search
resource even though all resources had already been released.

Fixed unregistration of callbacks that are no longer needed when releasing
all resources.

## 3.1.9: 2024-03-27 {#version-3-1-9}

### Improvements
Expand Down

0 comments on commit 08b30b4

Please sign in to comment.