Yasuhiro Horimoto
null+****@clear*****
Wed Feb 7 17:12:57 JST 2018
Yasuhiro Horimoto 2018-02-07 17:12:57 +0900 (Wed, 07 Feb 2018) New Revision: 638758e46b2a4ebdb2dcd58a6d94370e1d264a2b https://github.com/groonga/groonga/commit/638758e46b2a4ebdb2dcd58a6d94370e1d264a2b Merged 8cbd1e7: Merge pull request #816 from komainu8/release8.0.0_update_news Message: doc: update news Modified files: doc/source/news.rst Modified: doc/source/news.rst (+43 -0) =================================================================== --- doc/source/news.rst 2018-02-06 20:29:24 +0900 (40a7ed400) +++ doc/source/news.rst 2018-02-07 17:12:57 +0900 (6c1e8bbb7) @@ -7,6 +7,49 @@ News ==== +.. _release-8-0-0: + +Release 8.0.0 - 2018-02-09 +-------------------------- + +Improvements +^^^^^^^^^^^^ + +* [:doc:`/reference/commands/select`] Added ``--drilldown_adjuster`` and + ``--drilldowns[LABEL].adjuster``. + You can score adjust against result of drilldown. + +* [:ref:`online-index-construction`] Changed environment variable name + ``GRN_II_REDUCE_EXPIRE_ENABLE`` to ``GRN_II_REDUCE_EXPIRE_THRESHOLD``. + + GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no. + GRN_II_REDUCE_EXPIRE_THRESHOLD=-1 (default) uses + ii->chunk->max_map_seg / 2 as threshold. + GRN_II_REDUCE_EXPIRE_THRESHOLD > 0 uses + MIN(ii->chunk->max_map_seg / 2, GRN_II_REDUCE_EXPIRE_THRESHOLD) + as threshold. + +* [:doc:`/reference/functions/between`] Accept between() without borders. + If the number of arguments passed to between() is 3, the 2nd and 3rd + arguments are handled as the inclusive edges.[GitHub#685] + +Fixes +^^^^^ + +* Fixed a memory leak for not tiny hash table. + [GitHub:mroonga/mroonga#190][Reported by fuku1] + +* Fix a memory leak for not tiny array. + +* [:doc:`/reference/commands/select`] Don't cache when output_columns uses not stable function. + +* [Windows] Fixed wrong value report on WSASend error. + +Thanks +^^^^^^ + +* fuku1 + .. _release-7-1-1: Release 7.1.1 - 2018-01-29 -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180207/a95cb773/attachment-0001.htm