[Groonga-commit] groonga/groonga at 6f3b315 [master] doc: add 5.0.0 entry

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Feb 6 17:04:09 JST 2015


HAYASHI Kentaro	2015-02-06 17:04:09 +0900 (Fri, 06 Feb 2015)

  New Revision: 6f3b3159ccb7906e876519a6d1083cf892cbea72
  https://github.com/groonga/groonga/commit/6f3b3159ccb7906e876519a6d1083cf892cbea72

  Message:
    doc: add 5.0.0 entry

  Modified files:
    doc/source/news.rst
    doc/source/reference/grn_expr/script_syntax.rst

  Modified: doc/source/news.rst (+15 -0)
===================================================================
--- doc/source/news.rst    2015-02-06 14:44:57 +0900 (8c968ed)
+++ doc/source/news.rst    2015-02-06 17:04:09 +0900 (3d72c50)
@@ -17,12 +17,27 @@ Release 5.0.0 - 2015/02/09
 Improvements
 ^^^^^^^^^^^^
 
+* [doc] Added :ref:`script-syntax-security` about :doc:`/reference/grn_expr/script_syntax`.
+* [experimental] Added sharding plugin. Execute `register sharding` to
+  enable this feature in advance, then use :doc:`/reference/commands/logical_count` to select records.
+* [cmake] Supported embedded Groonga with Clang. It fixed compilation failure
+  on FreeBSD 10.1. `[MDEV-7293] <https://mariadb.atlassian.net/browse/MDEV-7293>`_
+  [Reported by Bernard Spil]
+* Supported to customize plugins directory. Set `GRN_PLUGINS_DIR` environment variable.
+
 Fixes
 ^^^^^
 
+* Fixed build failure when system has an incompatible version of onigmo/oniguruma
+  headers installed. [GitHub#276] [Patch by Akinori MUSHA]
+* Fixed time related build failure on MSVC [GitHub#237]
+
 Thanks
 ^^^^^^
 
+* Akinori MUSHA
+* Bernard Spil
+
 The old releases
 ----------------
 

  Modified: doc/source/reference/grn_expr/script_syntax.rst (+2 -0)
===================================================================
--- doc/source/reference/grn_expr/script_syntax.rst    2015-02-06 14:44:57 +0900 (4bca75c)
+++ doc/source/reference/grn_expr/script_syntax.rst    2015-02-06 17:04:09 +0900 (00dd34b)
@@ -22,6 +22,8 @@ statement. Function definion is not supported too. But script syntax
 addes the original additional operators.  They are described after
 ECMAScript syntax is described.
 
+.. _script-syntax-security:
+
 Security
 --------
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index