Kouhei Sutou
null+****@clear*****
Sun Dec 27 23:57:18 JST 2015
Kouhei Sutou 2015-12-27 23:57:18 +0900 (Sun, 27 Dec 2015) New Revision: 748d76e829e3234e6050f3b8748471cde9c0a71d https://github.com/groonga/groonga/commit/748d76e829e3234e6050f3b8748471cde9c0a71d Message: Add 5.1.1 entry Modified files: doc/source/news.rst Modified: doc/source/news.rst (+48 -0) =================================================================== --- doc/source/news.rst 2015-12-27 20:09:24 +0900 (0b7a043) +++ doc/source/news.rst 2015-12-27 23:57:18 +0900 (2a2fdd7) @@ -7,6 +7,54 @@ News ==== +.. _release-5-1-1: + +Release 5.1.1 - 2015-12-29 +-------------------------- + +Improvements +^^^^^^^^^^^^ + +* [:doc:`/reference/grn_expr/script_syntax`] Supported ``INDEX_COLUMN + == 'VALUE'`` as index search with an equal supported index. + +* Reduced the continuous same messages from inverted index module. + +* Supported detecting truncated tables by another process. + [GitHub#447] [groonga-dev,03761] [Reported by Yutaro SHIMAMURA] + +* [:c:func:`grn_db_recover()`] Supported detecting a broken object. + +* Improved performance for sequential scan search by + [:doc:`/reference/regular_expression`] match with constant pattern + such as ``COLUMN @~ CONSTANT_PATTERN``. + +Fixes +^^^^^ + +* Fixed build error on MessagePack support build. + [groonga-dev,03708] [Reported by Ryo Sugimoto] + +* [mruby] Fixed a crash bug on error. + mruby exception feature is disabled as workaround for now. + +* [:doc:`/reference/commands/thread_limit`] Fixed a bug that + ``thread_limit?max=1`` may not reduce the number of current running + threads to ``1``. + +* [:doc:`/reference/commands/thread_limit`] Fixed a bug that + ``thread_limit?max=1`` may not return. + +* [:doc:`/reference/tuning`] Fixed wrong ``sysctl`` argument. + [GitHub#448] [Reported by Hiroyuki Sato] + +Thanks +^^^^^^ + +* Ryo Sugimoto +* Yutaro SHIMAMURA +* Hiroyuki Sato + .. _release-5-1-0: Release 5.1.0 - 2015-11-29 -------------- next part -------------- HTML����������������������������... Download