Navigation Menu

Skip to content

Commit

Permalink
doc: add "experimental" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 28, 2015
1 parent fb67109 commit a975f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/news.rst
Expand Up @@ -17,7 +17,7 @@ Improvements

* [windows] Improved to show error message instead of
error code. It's easy to understand.
* [windows] Supported small start file size for database file.
* [experimental][windows] Supported small start file size for database file.
In previous versions, Groonga consumed larger initial file
size on windows in contrast to UNIX like environment.
To enable this feature, use ``GRN_IO_VERSION=1`` environment
Expand All @@ -27,7 +27,7 @@ Improvements
It returns drilldown result with max value in group.
* Supported ``MIN``, ``MAX``, ``AVG`` feature for drilldown. The syntax is same as
sum feature. You can specify multiple 'calc_types' at the same time.
* Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/free()``.
* [experimental] Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/free()``.
It'll improve performance on multi-threading usage.
* groonga-httpd: Supported long error message over ``NGX_MAX_ERROR_STR``.
By this change, long error message (>=2048) is not truncated.
Expand Down

0 comments on commit a975f42

Please sign in to comment.