[Groonga-commit] groonga/groonga at e0cb998 [master] doc: brush up unclear news topic for 8.0.5

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 25 15:09:58 JST 2018


YUKI Hiroshi	2018-07-25 15:09:58 +0900 (Wed, 25 Jul 2018)

  New Revision: e0cb9982d5574d26c62c3589c2a92bd4961cecad
  https://github.com/groonga/groonga/commit/e0cb9982d5574d26c62c3589c2a92bd4961cecad

  Message:
    doc: brush up unclear news topic for 8.0.5

  Modified files:
    doc/locale/ja/LC_MESSAGES/news.po
    doc/source/news.rst

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+22 -13)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2018-07-25 14:46:32 +0900 (2cce92e80)
+++ doc/locale/ja/LC_MESSAGES/news.po    2018-07-25 15:09:58 +0900 (1d3c9f249)
@@ -80,19 +80,6 @@ msgstr ""
 "[log] ``[ii][update][one]`` のエラーメッセージにインデックスカラム名を出力す"
 "るようにしました。"
 
-msgid ""
-"Deferred close of plugins on database, because a table may refer plugin. For "
-"example, normalizer with options call normalizer's close options function. "
-"``groonga-normalizer-mysql`` provides it as a plugin. If plugin is closed "
-"before the table that has normalizer with options, Groonga crashes."
-msgstr ""
-"テーブルがプラグインを参照している場合があるため、データベースを閉じる時にプ"
-"ラグインの終了を遅延するようにしました。例えば、オプションを指定されたノーマ"
-"ライザーはノーマライザーの終了オプション関数を実行します。``groonga-"
-"normalizer-mysql`` はこの機能をプラグインとして提供しています。もしオプション"
-"を指定されたノーマライザーを持つテーブルが閉じられるより前にプラグインが終了"
-"された場合、Groongaはクラッシュします。"
-
 msgid "[httpd] Updated bundled nginx to 1.15.1."
 msgstr "[httpd] バンドルしているnginxのバージョンを1.15.1に更新しました。"
 
@@ -129,6 +116,14 @@ msgstr ""
 "を追加しました。"
 
 msgid ""
+"Fixed crash on closing of a database, when a normalizer provided by a plugin "
+"(ex. ``groonga-normalizer-mysql``) is used with any option."
+msgstr ""
+"``groonga-normalizer-mysql`` のようにプラグインとして提供されているノーマライ"
+"ザーでオプションを使った場合に、データベースを終了するときにクラッシュする問"
+"題を修正しました。"
+
+msgid ""
 "Fixed a bug that normalizer/tokenizer options may be ignored. It's occurred "
 "when the same object ID is reused."
 msgstr ""
@@ -12197,3 +12192,17 @@ msgstr ""
 #~ msgstr ""
 #~ "Unicode 10.0に対応しました。Unicode 10.0に対応したノーマライザーを使う際"
 #~ "は、以下のオプションを指定して下さい:``--normalizer NormalizerNFKC100``"
+
+#~ msgid ""
+#~ "Deferred close of plugins on database, because a table may refer plugin. "
+#~ "For example, normalizer with options call normalizer's close options "
+#~ "function. ``groonga-normalizer-mysql`` provides it as a plugin. If plugin "
+#~ "is closed before the table that has normalizer with options, Groonga "
+#~ "crashes."
+#~ msgstr ""
+#~ "テーブルがプラグインを参照している場合があるため、データベースを閉じる時に"
+#~ "プラグインの終了を遅延するようにしました。例えば、オプションを指定された"
+#~ "ノーマライザーはノーマライザーの終了オプション関数を実行します。``groonga-"
+#~ "normalizer-mysql`` はこの機能をプラグインとして提供しています。もしオプ"
+#~ "ションを指定されたノーマライザーを持つテーブルが閉じられるより前にプラグイ"
+#~ "ンが終了された場合、Groongaはクラッシュします。"

  Modified: doc/source/news.rst (+2 -5)
===================================================================
--- doc/source/news.rst    2018-07-25 14:46:32 +0900 (5faa0204e)
+++ doc/source/news.rst    2018-07-25 15:09:58 +0900 (38593a93e)
@@ -32,11 +32,6 @@ Improvements
 
 * [log] Reported index column name for error message ``[ii][update][one]``.
 
-* Deferred close of plugins on database, because a table may refer plugin.
-  For example, normalizer with options call normalizer's close options function.
-  ``groonga-normalizer-mysql`` provides it as a plugin. If plugin is closed before
-  the table that has normalizer with options, Groonga crashes.
-
 * [httpd] Updated bundled nginx to 1.15.1.
 
 * [:doc:`/install/ubuntu`] Dropped Ubuntu 17.10 (Artful Aardvark) support.
@@ -54,6 +49,8 @@ Fixes
 
 * [:doc:`/reference/executables/grndb`] Added a missing label for the ``--force-truncate`` option.
 
+* Fixed crash on closing of a database, when a normalizer provided by a plugin (ex. ``groonga-normalizer-mysql``) is used with any option.
+
 * Fixed a bug that normalizer/tokenizer options may be ignored.
   It's occurred when the same object ID is reused.
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180725/cad396b4/attachment-0001.htm 



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