HAYASHI Kentaro
null+****@clear*****
Wed Nov 21 19:26:35 JST 2012
HAYASHI Kentaro 2012-11-21 19:26:35 +0900 (Wed, 21 Nov 2012) New Revision: bef08ab5b00f3d1640fe8cad5c1693aa7d347232 https://github.com/groonga/groonga/commit/bef08ab5b00f3d1640fe8cad5c1693aa7d347232 Log: doc: update news Modified files: doc/source/news.txt doc/source/spec/gqtp.txt Modified: doc/source/news.txt (+22 -20) =================================================================== --- doc/source/news.txt 2012-11-21 19:08:41 +0900 (7f4e8da) +++ doc/source/news.txt 2012-11-21 19:26:35 +0900 (b1d3c0d) @@ -13,37 +13,39 @@ Release 2.0.9 - 2012/11/29 Improvements ^^^^^^^^^^^^ -* Splitted query logger from normal logger. -* Supported nonexistent column in ``output columns``. -* Supported vector in offline index construction. * Supported to calculate the value of distance accross border - in ``geo_distance`` [#1534] -* Supported network byte order for GQTP Header. -* [doc] Added the GQTP specification. -* Supported 1 token with normalization. -* Improved to ignore non critical ``getaddrinfo()`` error. -* [experimental] Added ``snippet_html()`` function. -* Supported to report error reason when reading table record error occured. -* Added ``TokenDelimit`` tokenizer. -* Supported tokenized delimiter for ``TokenMecab``, ``TokenKyTea``. -* Supported correct type output for nonexistent reference by ``select`` command. -* Supported nested index search. + in ``geo_distance`` with ``rectangle`` as approximate type. [#1534] +* [doc] Added the :doc:`/spec/gqtp` specification. +* Supported normalization even if 1 token was passed to tokenizer. +* Improved to ignore non critical ``getaddrinfo()`` error which groonga command emits on startup. +* [experimental] Added ``snippet_html()`` function which extract keyword and surrounding text. +* Supported to report error reason when error occured during reading table record. +* Supported nested index search which enables you to search keyword from multiple table column + by concatinate multiple indexed column name with dot character. * Supported to log "[tokenizer][mecab]" tag by ``TokenMecab``. * Supported to log "[tokenizer][kytea]" tag by ``TokenKyTea``. Fixes ^^^^^ -* Fixed a bug that UTF-8 normalization computes wrong offset. +* Fixed to use network byte order for status code of :ref:`gqtp-header-spec` header. + This change affects that groonga <= 2.0.8 client can not connect to groonga 2.0.9 or later. +* Fixed a bug that UTF-8 normalization computes wrong offset which affects. [#1531] [Reported by Tomoatsu Shimada] -* [windows] Fixed over allocated memory access. [#1532] [Patch by Akio Tajima] -* [windows] Fixed a bug that over 128MB column value can't be read. - [groonga-dev,01088] [Reported by ongaeshi] +* [windows] Fixed over allocated memory access which cause segmentation fault + on startup by groonga command. [#1532] [Patch by Akio Tajima] +* [windows] Fixed a bug that column value couldn't be read when total amount of column data + exceeds 128MB. [groonga-dev,01088] [Reported by ongaeshi] * Fixed offline index construction for index of ``_key``. -* Fixed a bug that index search for ``Int*`` and ``UInt*`` +* Fixed a bug that searching with indexed column for ``Int*`` and ``UInt*`` except ``Int32/Uint32`` is broken. * Fixed a bug that deleting record can be found. -* Fixed a bug that latin1 and koi8r normalizations require NULL terminated string. +* Fixed a bug that latin1 and koi8r normalizations could not process all string data + if given string contains NULL character on the way. +* Fixed to return the correct default value of type when nonexistent reference + was executed by ``select`` command. +* Fixed to exclude the value of vector column metadata in offline index construction + which affects search results. Thanks ^^^^^^ Modified: doc/source/spec/gqtp.txt (+2 -0) =================================================================== --- doc/source/spec/gqtp.txt 2012-11-21 19:08:41 +0900 (fd97c4d) +++ doc/source/spec/gqtp.txt 2012-11-21 19:26:35 +0900 (c44b086) @@ -26,6 +26,8 @@ Both request and response consist of GQTP header and body. GQTP header is fixed size data. Body is variable size data and its size is stored in GQTP header. The content of body isn't defined in GQTP. +.. _gqtp-header-spec: + GQTP header ^^^^^^^^^^^ -------------- next part -------------- HTML����������������������������... 다운로드