pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/groonga Update groonga to 4.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ccdd3cb26d0
branches: trunk
changeset: 645504:5ccdd3cb26d0
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jan 29 10:34:14 2015 +0000
description:
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
diffstat:
textproc/groonga/Makefile | 4 ++--
textproc/groonga/PLIST | 11 ++++++++++-
textproc/groonga/distinfo | 8 ++++----
3 files changed, 16 insertions(+), 7 deletions(-)
diffs (82 lines):
diff -r 944bb7c11186 -r 5ccdd3cb26d0 textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Thu Jan 29 10:29:13 2015 +0000
+++ b/textproc/groonga/Makefile Thu Jan 29 10:34:14 2015 +0000
@@ -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 -r 944bb7c11186 -r 5ccdd3cb26d0 textproc/groonga/PLIST
--- a/textproc/groonga/PLIST Thu Jan 29 10:29:13 2015 +0000
+++ b/textproc/groonga/PLIST Thu Jan 29 10:34:14 2015 +0000
@@ -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/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/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/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/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 -r 944bb7c11186 -r 5ccdd3cb26d0 textproc/groonga/distinfo
--- a/textproc/groonga/distinfo Thu Jan 29 10:29:13 2015 +0000
+++ b/textproc/groonga/distinfo Thu Jan 29 10:34:14 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index