HAYASHI Kentaro
null+****@clear*****
Thu Dec 20 17:31:37 JST 2012
HAYASHI Kentaro 2012-12-20 17:31:37 +0900 (Thu, 20 Dec 2012) New Revision: 2d12b882165f7aa29fa7d26e34c4098a01d09b76 https://github.com/groonga/groonga/commit/2d12b882165f7aa29fa7d26e34c4098a01d09b76 Log: doc: add 2.1.0 entry Modified files: doc/source/news.txt doc/source/tutorial/match_columns.txt Modified: doc/source/news.txt (+37 -0) =================================================================== --- doc/source/news.txt 2012-12-20 14:51:26 +0900 (8ac6c9e) +++ doc/source/news.txt 2012-12-20 17:31:37 +0900 (a197b4f) @@ -5,6 +5,43 @@ News ==== +.. _release-2-1-0: + +Release 2.1.0 - 2012/12/29 +-------------------------- + +Improvements +^^^^^^^^^^^^ + +* [doc] Added documentation about :ref:`nested-index-search`. +* Supported to customize snippet tag with literal expression as + :doc:`/reference/functions/snippet_html` arguments. + This change enable you to use ``snippet_html("STRING" + "STRING")`` syntax. + [Reported by Tomoatsu Shimada] +* Supported to create own normalizer as a plugin. +* Changed to provide ``groonga-query-log-analyzer`` as + `groonga-query-log <http://rubygems.org/gems/groonga-query-log>`_ ruby gem. + It is enable you to analyze query logs without installing groonga package. +* Supported ``--normalizer`` option for :doc:`/reference/commands/table_create` command. + This change enable you to specify normalizer plugin. + +Fixes +^^^^^ + +* [windows] Added missing ``O_BINARY`` flag to open file correctly. + This change fixes the infinite loop problem about groonga HTTP server. + [GitHub#47] [Patch by Shimomura Tatsuya] +* Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept + negative value to disable functionality. + This fix enable you to disable search escalation. + see :option:`--default-match-escalation-threshold` about details. + +Thanks +^^^^^^ + +* Tomoatsu Shimada +* Shimomura Tatsuya + .. _release-2-0-9: Release 2.0.9 - 2012/11/29 Modified: doc/source/tutorial/match_columns.txt (+2 -0) =================================================================== --- doc/source/tutorial/match_columns.txt 2012-12-20 14:51:26 +0900 (0ed05c8) +++ doc/source/tutorial/match_columns.txt 2012-12-20 17:31:37 +0900 (8aa5779) @@ -84,6 +84,8 @@ match_columnsオプションで、検索対象のカラムを複数指定する .. TODO: match_columnsにインデックス名を指定しての検索についても触れる。 +.. _nested-index-search: + Nested index search among related table by column index -------------------------------------------------------- -------------- next part -------------- HTML����������������������������...Download