diff options
author | obache <obache> | 2015-01-29 10:34:14 +0000 |
---|---|---|
committer | obache <obache> | 2015-01-29 10:34:14 +0000 |
commit | 01a77073b78f5e4398af51021104ae74f3f89407 (patch) | |
tree | ca3fac3c8f15a98c13411ec6a4f6e6920f29616f | |
parent | 8c33d28397c3edaa0063d335cd3c3adb441a8dae (diff) | |
download | pkgsrc-01a77073b78f5e4398af51021104ae74f3f89407.tar.gz |
Update groonga to 4.1.1.
Release 4.1.1 - 2015-01-29
--------------------------
Improvements
^^^^^^^^^^^^
* [windows] Improved to show error message instead of
error code. It's easy to understand.
* [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
variable. This feature isn't enabled by default because it is in experimental stage.
* Supported ``SUM``, ``MIN``, ``MAX``, ``AVG`` feature for drilldown.
This feature is supported by extending newer drilldown syntax which supports label.
Specify ``SUM``, ``MIN``, ``MAX`` or ``AVG`` for :ref:`select-drilldown-calc-types`
and target column for :ref:`select-drilldown-calc-target`.
The return value is calculated based on drilldown result in group.
* [experimental] Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/free()``.
It'll improve performance on multi-threading usage. For example, the performance
of :doc:`/reference/executables/groonga` or `Mroonga <http://mroonga.org/>`__ will be improved.
Note that this feature doesn't affect to :doc:`/reference/executables/groonga-httpd` because
groonga-httpd uses multi-process model instead of multi-threading.
* groonga-httpd: Supported long error message over 2048 bytes.
By this change, long error message (>2048) is not truncated.
* groonga-httpd: Supported streaming dump functionality.
Fixes
^^^^^
* Fixed mismatch between error code and error message when
``strerror()`` is failed. There was a case that Groonga shows
incorrect error code as syscall error.
* Fixed to show errno in error message when unknow error is occurred.
* [windows] Fixed to return proper error code.
* Fixed a bug that there is only one section for multi-column index for
:ref:`select-match-columns`, it doesn't return correct search results.
For example, consider the case that there is multi-column index which is
named as ``memo_index`` for ``title`` column and ``content`` column.
Thus, this bug occurs when ``memo_index[0]`` which means index
for ``title`` column is specified for :ref:`select-match-columns`.
* mecab: Added workaround for ``mecab_strerror(NULL)`` on MeCab 0.993.
Without this workaround, Groonga aborts if there is no MeCab
dictionary. [Reported by Shuhei Tanuma]
* groonga-httpd: Fixed a bug that custom log file is ignored.
* groonga-httpd: Fixed a bug that empty dump doesn't return.
Thanks
^^^^^^
* Shuhei Tanuma
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 11 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
3 files changed, 16 insertions, 7 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 0b92d253d43..38fe99d6b5a 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2015/01/11 09:03:40 obache Exp $ +# $NetBSD: Makefile,v 1.52 2015/01/29 10:34:14 obache Exp $ # -DISTNAME= groonga-4.1.0 +DISTNAME= groonga-4.1.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 436856334e6..64677a4e5cc 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.27 2014/12/31 02:35:54 obache Exp $ +@comment $NetBSD: PLIST,v 1.28 2015/01/29 10:34:14 obache Exp $ bin/groonga bin/groonga-benchmark bin/groonga-suggest-create-dataset ${PLIST.learner}bin/groonga-suggest-httpd ${PLIST.learner}bin/groonga-suggest-learner include/groonga/groonga.h +include/groonga/groonga/command.h include/groonga/groonga/expr.h include/groonga/groonga/groonga.h include/groonga/groonga/ii.h @@ -94,7 +95,9 @@ share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt share/doc/groonga/en/html/_sources/reference/api/plugin.txt share/doc/groonga/en/html/_sources/reference/cast.txt share/doc/groonga/en/html/_sources/reference/column.txt +share/doc/groonga/en/html/_sources/reference/columns/index.txt share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +share/doc/groonga/en/html/_sources/reference/columns/scalar.txt share/doc/groonga/en/html/_sources/reference/columns/vector.txt share/doc/groonga/en/html/_sources/reference/command.txt share/doc/groonga/en/html/_sources/reference/command/command_version.txt @@ -299,7 +302,9 @@ share/doc/groonga/en/html/reference/api/grn_user_data.html share/doc/groonga/en/html/reference/api/plugin.html share/doc/groonga/en/html/reference/cast.html share/doc/groonga/en/html/reference/column.html +share/doc/groonga/en/html/reference/columns/index.html share/doc/groonga/en/html/reference/columns/pseudo.html +share/doc/groonga/en/html/reference/columns/scalar.html share/doc/groonga/en/html/reference/columns/vector.html share/doc/groonga/en/html/reference/command.html share/doc/groonga/en/html/reference/command/command_version.html @@ -481,7 +486,9 @@ share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt share/doc/groonga/ja/html/_sources/reference/api/plugin.txt share/doc/groonga/ja/html/_sources/reference/cast.txt share/doc/groonga/ja/html/_sources/reference/column.txt +share/doc/groonga/ja/html/_sources/reference/columns/index.txt share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt share/doc/groonga/ja/html/_sources/reference/columns/vector.txt share/doc/groonga/ja/html/_sources/reference/command.txt share/doc/groonga/ja/html/_sources/reference/command/command_version.txt @@ -686,7 +693,9 @@ share/doc/groonga/ja/html/reference/api/grn_user_data.html share/doc/groonga/ja/html/reference/api/plugin.html share/doc/groonga/ja/html/reference/cast.html share/doc/groonga/ja/html/reference/column.html +share/doc/groonga/ja/html/reference/columns/index.html share/doc/groonga/ja/html/reference/columns/pseudo.html +share/doc/groonga/ja/html/reference/columns/scalar.html share/doc/groonga/ja/html/reference/columns/vector.html share/doc/groonga/ja/html/reference/command.html share/doc/groonga/ja/html/reference/command/command_version.html diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 64603885bf3..672dec924a5 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2015/01/11 09:03:40 obache Exp $ +$NetBSD: distinfo,v 1.40 2015/01/29 10:34:14 obache Exp $ -SHA1 (groonga-4.1.0.tar.gz) = 186a2fd7c1634bce6a9a0c2629eaf7e486d1e56c -RMD160 (groonga-4.1.0.tar.gz) = fe8f5a79c9c9e715abf2c20a8368fb86b043ae13 -Size (groonga-4.1.0.tar.gz) = 11405016 bytes +SHA1 (groonga-4.1.1.tar.gz) = ecbdc965c018986f0605bae0a5038940de668f39 +RMD160 (groonga-4.1.1.tar.gz) = 42356a3c703a96668b64017bd7b2573356a475bd +Size (groonga-4.1.1.tar.gz) = 11375347 bytes |