Kouhei Sutou
null+****@clear*****
Thu Sep 29 10:51:48 JST 2016
Kouhei Sutou 2016-09-29 10:51:48 +0900 (Thu, 29 Sep 2016) New Revision: 759044ec656ea5d92f65cf53903b7dfb23304b59 https://github.com/pgroonga/pgroonga.github.io/commit/759044ec656ea5d92f65cf53903b7dfb23304b59 Message: Update translations Modified files: _po/ja/news/index.po _po/ja/upgrade/index.po ja/news/index.md ja/upgrade/index.md Modified: _po/ja/news/index.po (+54 -8) =================================================================== --- _po/ja/news/index.po 2016-09-29 10:48:18 +0900 (4c9ab66) +++ _po/ja/news/index.po 2016-09-29 10:51:48 +0900 (17fb29e) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-09-05 11:13+0900\n" +"PO-Revision-Date: 2016-09-05 17:39+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,12 +20,64 @@ msgstr "" msgid "# News" msgstr "# おしらせ" -msgid "## 1.1.1: 2016-08-31 {#version-1-1-1}" +msgid "## 1.1.3: 2016-09-29 {#version-1-1-2}" msgstr "" msgid "### Improvements" msgstr "### 改良" +msgid " * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 6.0.9." +msgstr "" + +msgid " * Supported `Windows-1252` encoding." +msgstr "" + +msgid "### Fixes" +msgstr "### 修正" + +msgid "" +" * Fixed a bug that [`pgroonga.flush`](../reference/functions/pgroonga-flush." +"html) function doesn't work against JSONB." +msgstr "" + +msgid " * Fixed a bug that searching against JSONB may return wrong result." +msgstr "" + +msgid "" +" * [[Windows](../install/windows.html)] Fixed a bug that [`pgroonga.flush`](." +"./reference/functions/pgroonga-flush.html) isn't found on `CREATE EXTENSION pg" +"roonga`. [Gitter:groonga/ja?at=57e1f1cfc8af41d45f31d2b2][Reported by Truong Di" +"nh Anh Duy]" +msgstr "" + +msgid "" +" * [[Windows](../install/windows.html)] Fixed a but that `SELECT` may be cras" +"hed." +msgstr "" + +msgid "### Thanks" +msgstr "### 感謝" + +msgid " * Truong Dinh Anh Duy" +msgstr "" + +msgid "## 1.1.2: 2016-09-07 {#version-1-1-2}" +msgstr "" + +msgid " * Supported `IN` by integer. [GitHub#21][Reported by yongxianggao-chanjet]" +msgstr "" + +msgid "" +" * Fixed a bug that PGroonga doesn't work with PostgreSQL 9.3. [GitHub#22][Re" +"ported by Tim Abbott]" +msgstr "" + +msgid " * yongxianggao-chanjet" +msgstr "" + +msgid " * Tim Abbott" +msgstr "" + msgid " * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 6.0.8." msgstr "" @@ -50,9 +102,6 @@ msgstr "" " * メモリー上にバッファーされている変更を書き出す[`pgroonga.flush`](../reference/functions/pgroonga-" "flush.html)関数を追加しました。" -msgid "### Fixes" -msgstr "### 修正" - msgid "" " * Fixed a crash bug when background worker is used. [GitHub#17][Reported by " "svsool]" @@ -61,9 +110,6 @@ msgstr " * バックグラウンドワーカーが使われているときに msgid " * Fixed a bug that needless recheck is ran on bitmap heap scan." msgstr " * ビットマップヒープスキャン実行時に不必要なrecheckが走ることがある問題を修正しました。" -msgid "### Thanks" -msgstr "### 感謝" - msgid " * svsool" msgstr " * svsoolさん" Modified: _po/ja/upgrade/index.po (+7 -1) =================================================================== --- _po/ja/upgrade/index.po 2016-09-29 10:48:18 +0900 (fb5c992) +++ _po/ja/upgrade/index.po 2016-09-29 10:51:48 +0900 (a63fbc3) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-09-05 11:21+0900\n" +"PO-Revision-Date: 2016-09-29 10:51+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,6 +32,12 @@ msgstr "" msgid "Here is a list of compatibility:" msgstr "以下は互換性のリストです。" +msgid " * 1.1.2 -> 1.1.3: Compatible" +msgstr " * 1.1.2 -> 1.1.3: 互換" + +msgid " * 1.1.1 -> 1.1.2: Compatible" +msgstr " * 1.1.1 -> 1.1.2: 互換" + msgid " * 1.1.0 -> 1.1.1: Compatible" msgstr " * 1.1.0 -> 1.1.1: 互換" Modified: ja/news/index.md (+37 -1) =================================================================== --- ja/news/index.md 2016-09-29 10:48:18 +0900 (362a19d) +++ ja/news/index.md 2016-09-29 10:51:48 +0900 (2455e3b) @@ -4,7 +4,43 @@ title: おしらせ # おしらせ -## 1.1.1: 2016-08-31 {#version-1-1-1} +## 1.1.3: 2016-09-29 {#version-1-1-2} + +### 改良 + + * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 6.0.9. + + * Supported `Windows-1252` encoding. + +### 修正 + + * Fixed a bug that [`pgroonga.flush`](../reference/functions/pgroonga-flush.html) function doesn't work against JSONB. + + * Fixed a bug that searching against JSONB may return wrong result. + + * [[Windows](../install/windows.html)] Fixed a bug that [`pgroonga.flush`](../reference/functions/pgroonga-flush.html) isn't found on `CREATE EXTENSION pgroonga`. [Gitter:groonga/ja?at=57e1f1cfc8af41d45f31d2b2][Reported by Truong Dinh Anh Duy] + + * [[Windows](../install/windows.html)] Fixed a but that `SELECT` may be crashed. + +### 感謝 + + * Truong Dinh Anh Duy + +## 1.1.2: 2016-09-07 {#version-1-1-2} + +### 改良 + + * Supported `IN` by integer. [GitHub#21][Reported by yongxianggao-chanjet] + +### 修正 + + * Fixed a bug that PGroonga doesn't work with PostgreSQL 9.3. [GitHub#22][Reported by Tim Abbott] + +### 感謝 + + * yongxianggao-chanjet + + * Tim Abbott ### 改良 Modified: ja/upgrade/index.md (+4 -0) =================================================================== --- ja/upgrade/index.md 2016-09-29 10:48:18 +0900 (287509b) +++ ja/upgrade/index.md 2016-09-29 10:51:48 +0900 (202a9b8) @@ -8,6 +8,10 @@ title: アップグレード 以下は互換性のリストです。 + * 1.1.2 -> 1.1.3: 互換 + + * 1.1.1 -> 1.1.2: 互換 + * 1.1.0 -> 1.1.1: 互換 * 1.0.9 -> 1.1.0: 互換 -------------- next part -------------- HTML����������������������������...Download