[Groonga-commit] groonga/groonga at ac91dbd [master] doc: add news topics for 8.1.0

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Thu Dec 27 16:37:19 JST 2018


Yasuhiro Horimoto	2018-12-27 16:37:19 +0900 (Thu, 27 Dec 2018)

  Revision: ac91dbd132fc914e1bba455a296fdf111d2c0428
  https://github.com/groonga/groonga/commit/ac91dbd132fc914e1bba455a296fdf111d2c0428

  Message:
    doc: add news topics for 8.1.0

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

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+57 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2018-12-27 14:32:16 +0900 (ca9ef256b)
+++ doc/locale/ja/LC_MESSAGES/news.po    2018-12-27 16:37:19 +0900 (2ad51fe16)
@@ -33,13 +33,68 @@ msgstr ""
 msgid "News"
 msgstr "お知らせ"
 
-msgid "Release 8.0.9 - 2018-11-29"
-msgstr "8.0.9リリース - 2018-11-29"
+msgid "Release 8.1.0 - 2018-12-29"
+msgstr "8.1.0リリース - 2018-12-29"
 
 msgid "Improvements"
 msgstr "改良"
 
 msgid ""
+"[:doc:`/reference/commands/logical_select`] Added new options ``load_table`` "
+"and ``load_columns``, ``load_values``."
+msgstr ""
+"[:doc:`/reference/commands/logical_select`] 新しいオプション "
+"``load_table`` 、``load_columns`` 、 ``load_values`` を追加しました。 "
+
+msgid ""
+"You can store a result of ``logical_select`` in a table that specifying "
+"``load_table``."
+msgstr ""
+"``logical_select`` の結果を ``load_table`` で指定したテーブルへ格納できます。"
+
+msgid ""
+"``load_values`` option specifies columns of result of ``logical_select``."
+msgstr ""
+"``load_values`` オプションは、``logical_select`` の結果のカラムを指定します。"
+
+msgid ""
+"``load_columns`` options specifies columns of table that specifying "
+"``load_table``."
+msgstr ""
+"``load_columns`` オプションは、``load_table`` で指定したテーブルのカラムを指"
+"定します。"
+
+msgid ""
+"In this way, you can store values of columns that specifying with "
+"``load_values`` into columns that specifying with ``load_columns``."
+msgstr ""
+"このようにして、``load_values`` で指定したカラムの値を、 ``load_columns`` で"
+"指定したカラムへ格納できます。"
+
+msgid "[httpd] Updated bundled nginx to 1.15.8."
+msgstr "[httpd] バンドルしているnginxのバージョンを1.15.8に更新しました。"
+
+msgid "Fixes"
+msgstr "修正"
+
+msgid ""
+"Fixed a bug that unlock against DB is always executed after flush when after "
+"execute a ``io_flush`` command."
+msgstr ""
+"``io_flush`` コマンド実行後に、DBに対するアンロックが常にフラッシュの実行後に"
+"なってしまうバグを修正しました。"
+
+msgid ""
+"Fixed a bug that ``reindex`` command doesn't finish when execute a "
+"``reindex`` command against table that has record that has not references."
+msgstr ""
+"参照先を持たないレコードを持つテーブルに対して ``reindex`` コマンドを実行した"
+"際に、 ``reindex`` コマンドが終了しないバグを修正しました。"
+
+msgid "Release 8.0.9 - 2018-11-29"
+msgstr "8.0.9リリース - 2018-11-29"
+
+msgid ""
 "[:doc:`/reference/tokenizers`] Improved that output a tokenizer name in "
 "error message when create tokenizer fail."
 msgstr ""
@@ -179,9 +234,6 @@ msgstr "[httpd] バンドルしているnginxのバージョンを1.15.7に更
 msgid "contains security fix for CVE-2018-16843 and CVE-2018-16844."
 msgstr "CVE-2018-16843とCVE-2018-16844のセキュリティの修正が含まれています。"
 
-msgid "Fixes"
-msgstr "修正"
-
 msgid "Fixed a memory leak when evaluating window function."
 msgstr "ウインドウ関数を評価する際にメモリリークする問題を修正しました。"
 

  Modified: doc/source/news.rst (+24 -0)
===================================================================
--- doc/source/news.rst    2018-12-27 14:32:16 +0900 (e5454cb77)
+++ doc/source/news.rst    2018-12-27 16:37:19 +0900 (0654c5b55)
@@ -7,6 +7,30 @@
 News
 ====
 
+.. _release-8-1-0:
+
+Release 8.1.0 - 2018-12-29
+--------------------------
+
+Improvements
+^^^^^^^^^^^^
+
+* [:doc:`/reference/commands/logical_select`] Added new options ``load_table`` and ``load_columns``, ``load_values``.
+
+  * You can store a result of ``logical_select`` in a table that specifying ``load_table``.
+  * ``load_values`` option specifies columns of result of ``logical_select``.
+  * ``load_columns`` options specifies columns of table that specifying ``load_table``.
+  * In this way, you can store values of columns that specifying with ``load_values`` into columns that specifying with ``load_columns``.
+
+* [httpd] Updated bundled nginx to 1.15.8.
+
+Fixes
+^^^^^
+
+* Fixed a bug that unlock against DB is always executed after flush when after execute a ``io_flush`` command.
+
+* Fixed a bug that ``reindex`` command doesn't finish when execute a ``reindex`` command against table that has record that has not references.
+
 .. _release-8-0-9:
 
 Release 8.0.9 - 2018-11-29
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181227/2ffcfbf1/attachment-0001.html>


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