|
From: Masafumi Y. <yok...@cl...> - 2016-09-29 06:54:55
|
Hi, Groonga 6.0.9 has been released! Changes: http://groonga.org/docs/news.html#release-6-0-9 Blog: http://groonga.org/en/blog/2016/09/29/groonga-6.0.9.html Install: http://groonga.org/docs/install.html ## Changes Here are important changes in this release: * Fixed index search bug * Supported regular expression in location directive for groonga-httpd ### Fixed index search bug Fixed a bug that missing search results even though it should be matched Fixed fixed index search bug that missing search results even though it should be matched. It may occur in Groonga 6.0.3 or later. We recommend you to upgrade to 6.0.9 if you use Groonga 6.0.3 or later. If you can't immediately upgrade, you can avoid the bug by the following environment variable: GRN_II_CURSOR_SET_MIN_ENABLE=no ### Supported regular expression in location directive for groonga-httpd You can now use regular expression in location directive in configuration file of groonga-httpd. location ~ ^/d/(load|delete) { groonga on; groonga_base_path /d/; # Settings for the host } Please refer to the following about detailed changes since 6.0.8. Changes: http://groonga.org/docs/news.html#release-6-0-9 THanks, -- Masafumi Yokoyama <yok...@cl...> ClearCode Inc. |