[Groonga-commit] pgroonga/pgroonga.github.io at 418550d [master] Translate 1.1.1 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 30 23:47:17 JST 2016


Kouhei Sutou	2016-08-30 23:47:17 +0900 (Tue, 30 Aug 2016)

  New Revision: 418550d572f126298576724b871f06293ac20a94
  https://github.com/pgroonga/pgroonga.github.io/commit/418550d572f126298576724b871f06293ac20a94

  Message:
    Translate 1.1.1 entry

  Modified files:
    _po/ja/news/index.po
    ja/news/index.md
    news/index.md

  Modified: _po/ja/news/index.po (+36 -8)
===================================================================
--- _po/ja/news/index.po    2016-08-30 23:43:10 +0900 (f86ba7a)
+++ _po/ja/news/index.po    2016-08-30 23:47:17 +0900 (35fa12e)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-06-06 15:48+0900\n"
+"PO-Revision-Date: 2016-08-30 23:46+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,12 +20,46 @@ msgstr ""
 msgid "# News"
 msgstr "# おしらせ"
 
-msgid "## 1.1.0: 2016-06-06 {#version-1-1-0}"
+msgid "## 1.1.1: 2016-08-30 {#version-1-1-1}"
 msgstr ""
 
 msgid "### Improvements"
 msgstr "### 改良"
 
+msgid "  * Supported estimation. It improves performance."
+msgstr "  * ヒット件数の見積に対応しました。これにより性能が向上します。"
+
+msgid "  * Updated bundled xxHash to 0.6.2."
+msgstr "  * バンドルしているxxHashを0.6.2にアップデートしました。"
+
+msgid ""
+"  * Added [`pgroonga.match_positions_character`] function that returns match p"
+"ositions in character."
+msgstr "  * 文字単位でのマッチした位置を返す[`pgroonga.match_positions_character`]関数を追加しました。"
+
+msgid "  * Added [`pgroonga.flush`] function that flushes buffered changes in memory."
+msgstr "  * メモリー上にバッファーされている変更を書き出す[`pgroonga.flush`]関数を追加しました。"
+
+msgid "### Fixes"
+msgstr "### 修正"
+
+msgid ""
+"  * Fixed a crash bug when background worker is used. [GitHub#17][Reported by "
+"svsool]"
+msgstr "  * バックグラウンドワーカーが使われているときにクラッシュする問題を修正しました。[GitHub#17][svsoolさんが報告]"
+
+msgid "  * Fixed a bug that needless recheck is ran on bitmap heap scan."
+msgstr "  * ビットマップヒープスキャン実行時に不必要なrecheckが走ることがある問題を修正しました。"
+
+msgid "### Thanks"
+msgstr "### 感謝"
+
+msgid "  * svsool"
+msgstr "  * svsoolさん"
+
+msgid "## 1.1.0: 2016-06-06 {#version-1-1-0}"
+msgstr ""
+
 msgid "  * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 6.0.4."
 msgstr ""
 
@@ -58,18 +92,12 @@ msgstr ""
 msgid "  * [Windows] Upgraded bundled Groonga to 6.0.2."
 msgstr ""
 
-msgid "### Fixes"
-msgstr "### 修正"
-
 msgid ""
 "  * Fixed a bug that [`pgroonga.match_positions_byte`](../reference/functions/"
 "pgroonga-match-positions-byte.html) function returns wrong positions when text"
 " has 17 or more keywords. [Reported by 张建春]"
 msgstr ""
 
-msgid "### Thanks"
-msgstr "### 感謝"
-
 msgid "  * 张建春"
 msgstr ""
 

  Modified: ja/news/index.md (+22 -0)
===================================================================
--- ja/news/index.md    2016-08-30 23:43:10 +0900 (0531e4b)
+++ ja/news/index.md    2016-08-30 23:47:17 +0900 (6f91be7)
@@ -4,6 +4,28 @@ title: おしらせ
 
 # おしらせ
 
+## 1.1.1: 2016-08-30 {#version-1-1-1}
+
+### 改良
+
+  * ヒット件数の見積に対応しました。これにより性能が向上します。
+
+  * バンドルしているxxHashを0.6.2にアップデートしました。
+
+  * 文字単位でのマッチした位置を返す[`pgroonga.match_positions_character`]関数を追加しました。
+
+  * メモリー上にバッファーされている変更を書き出す[`pgroonga.flush`]関数を追加しました。
+
+### 修正
+
+  * バックグラウンドワーカーが使われているときにクラッシュする問題を修正しました。[GitHub#17][svsoolさんが報告]
+
+  * ビットマップヒープスキャン実行時に不必要なrecheckが走ることがある問題を修正しました。
+
+### 感謝
+
+  * svsoolさん
+
 ## 1.1.0: 2016-06-06 {#version-1-1-0}
 
 ### 改良

  Modified: news/index.md (+1 -2)
===================================================================
--- news/index.md    2016-08-30 23:43:10 +0900 (4fd74d4)
+++ news/index.md    2016-08-30 23:47:17 +0900 (f60e936)
@@ -18,8 +18,7 @@ title: News
 
 ### Fixes
 
-  * Fixed a crash bug when background worker is used.
-    [GitHub#17][Reported by svsool]
+  * Fixed a crash bug when background worker is used. [GitHub#17][Reported by svsool]
 
   * Fixed a bug that needless recheck is ran on bitmap heap scan.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index