diff options
author | obache <obache> | 2014-12-31 02:35:54 +0000 |
---|---|---|
committer | obache <obache> | 2014-12-31 02:35:54 +0000 |
commit | bcec921927402b687d74277e03d4843bcf742c7e (patch) | |
tree | 7dec6673912e760ff70cbd2ea7438df6b8ed45dd /textproc/groonga | |
parent | a87026c2e40d64b9cc574f912fd4953b8d4707f5 (diff) | |
download | pkgsrc-bcec921927402b687d74277e03d4843bcf742c7e.tar.gz |
Update groonga to 4.0.9.
News
====
.. _release-4-0-9:
Release 4.0.9 - 2014-12-29
--------------------------
Improvements
^^^^^^^^^^^^
* [:doc:`/reference/executables/groonga-httpd`] Marked as stable.
* [doc] Described about ``groonga-token-filter-stem`` package.
[GitHub#259] [Patch by Masafumi Yokoyama]
* [build] Supported ``make install`` without ``make``.
[Reported by akira yamada]
* [experimental] Added :doc:`/reference/commands/request_cancel`
command that cancels running request.
* [experimental] Added :c:func:`grn_db_recover()`.
* Supported indexing vector of fixed size data such as vector of
``UInt64``.
[groonga-dev,03014] [Reported by funa 1g]
* [experimental] Added :doc:`/reference/executables/grndb`.
* [deb] Supported armhf architecture.
* [:doc:`/reference/executables/groonga-server-http`] Supported HEAD.
* [doc] Updated :doc:`/contribution/documentation/introduction`.
[GitHub#270] [Patch by Yuya TAMANO]
* [doc] Updated :doc:`/install/others`.
[GitHub#271] [Patch by Hiroshi Hatake]
* [:ref:`token-filter-stem`] Supported token that consists with only
upper-case alphabets, digits, ``-`` and ``'``. It means that
:ref:`token-filter-stem` can work with MySQL compatible normalizers.
* [:doc:`/reference/commands/truncate`] Supported column.
* [:doc:`/reference/commands/truncate`] Changed parameter name to
``target_name`` from ``table``. ``table`` parameter can be used for
backward compatibility but it shouldn't used for newly written code.
* Exported :c:func:`grn_column_truncate()`.
* Added :doc:`/reference/commands/lock_clear`.
* Marked :doc:`/reference/commands/clearlock` deprecated.
* [backward incompatible] Stopped to set world writable permission for
newly created files on ``umask(0)`` environment such as daemoned
:doc:`/reference/executables/groonga-httpd`. It's a backward
incompatible change but done because the previous behavior has
a security risk.
Fixes
^^^^^
* Fixed build error on BSD based system.
[GitHub#253] [Reported by Hiroshi Hatake]
* Fixed build error on OS X.
[GitHub#253] [Reported by Hiroshi Hatake]
* Fixed a regression bug that equal operation against nonexistent
reference always matches.
* Fixed a crash bug that may be occurred by deleting or updating many
indexed values at once.
[groonga-dev,02942] [Reported by kashihara]
* Fixed a regression bug that static index construction doesn't work
on BSD based system. [GitHub#264] [Reported by Ayumu Osanai]
* Fixed a bug that ``--with-libstemmer`` configure option is ignored.
* [deb] Fixed a bug that logrotate script has a syntax error.
* Fixed a bug that grouped result can't be got when
:doc:`/reference/command/command_version` is ``2``.
[GitHub ranguba/rroonga#38] [Reported by YUKI "Piro" Hiroshi]
Thanks
^^^^^^
* Hiroshi Hatake
* Masafumi Yokoyama
* akira yamada
* kashihara
* Ayumu Osanai
* funa 1g
* YUKI "Piro" Hiroshi
* Yuya TAMANO
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 23 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 9 |
3 files changed, 24 insertions, 12 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 74ce4732045..0a3679ee317 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2014/12/12 01:13:40 obache Exp $ +# $NetBSD: Makefile,v 1.50 2014/12/31 02:35:54 obache Exp $ # -DISTNAME= groonga-4.0.8 +DISTNAME= groonga-4.0.9 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 886f5b6d2f8..436856334e6 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2014/12/03 08:47:11 obache Exp $ +@comment $NetBSD: PLIST,v 1.27 2014/12/31 02:35:54 obache Exp $ bin/groonga bin/groonga-benchmark bin/groonga-suggest-create-dataset @@ -11,6 +11,7 @@ include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/plugin.h +include/groonga/groonga/request_canceler.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h @@ -98,6 +99,7 @@ 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 share/doc/groonga/en/html/_sources/reference/command/output_format.txt +share/doc/groonga/en/html/_sources/reference/command/request_id.txt share/doc/groonga/en/html/_sources/reference/command/return_code.txt share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt share/doc/groonga/en/html/_sources/reference/commands/check.txt @@ -111,6 +113,7 @@ share/doc/groonga/en/html/_sources/reference/commands/defrag.txt share/doc/groonga/en/html/_sources/reference/commands/delete.txt share/doc/groonga/en/html/_sources/reference/commands/dump.txt share/doc/groonga/en/html/_sources/reference/commands/load.txt +share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt share/doc/groonga/en/html/_sources/reference/commands/log_level.txt share/doc/groonga/en/html/_sources/reference/commands/log_put.txt share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt @@ -119,6 +122,7 @@ share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt share/doc/groonga/en/html/_sources/reference/commands/quit.txt share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt share/doc/groonga/en/html/_sources/reference/commands/register.txt +share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt share/doc/groonga/en/html/_sources/reference/commands/select.txt @@ -133,6 +137,7 @@ share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt share/doc/groonga/en/html/_sources/reference/commands/truncate.txt share/doc/groonga/en/html/_sources/reference/executables.txt +share/doc/groonga/en/html/_sources/reference/executables/grndb.txt share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt @@ -215,7 +220,6 @@ share/doc/groonga/en/html/_static/file.png share/doc/groonga/en/html/_static/groonga.css share/doc/groonga/en/html/_static/header-background.png share/doc/groonga/en/html/_static/jp.png -share/doc/groonga/en/html/_static/jquery-1.11.1.js share/doc/groonga/en/html/_static/jquery.js share/doc/groonga/en/html/_static/logo.png share/doc/groonga/en/html/_static/minus.png @@ -223,7 +227,6 @@ share/doc/groonga/en/html/_static/navigation-bar.png share/doc/groonga/en/html/_static/plus.png share/doc/groonga/en/html/_static/pygments.css share/doc/groonga/en/html/_static/searchtools.js -share/doc/groonga/en/html/_static/underscore-1.3.1.js share/doc/groonga/en/html/_static/underscore.js share/doc/groonga/en/html/_static/up-pressed.png share/doc/groonga/en/html/_static/up.png @@ -301,6 +304,7 @@ 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 share/doc/groonga/en/html/reference/command/output_format.html +share/doc/groonga/en/html/reference/command/request_id.html share/doc/groonga/en/html/reference/command/return_code.html share/doc/groonga/en/html/reference/commands/cache_limit.html share/doc/groonga/en/html/reference/commands/check.html @@ -314,6 +318,7 @@ share/doc/groonga/en/html/reference/commands/defrag.html share/doc/groonga/en/html/reference/commands/delete.html share/doc/groonga/en/html/reference/commands/dump.html share/doc/groonga/en/html/reference/commands/load.html +share/doc/groonga/en/html/reference/commands/lock_clear.html share/doc/groonga/en/html/reference/commands/log_level.html share/doc/groonga/en/html/reference/commands/log_put.html share/doc/groonga/en/html/reference/commands/log_reopen.html @@ -322,6 +327,7 @@ share/doc/groonga/en/html/reference/commands/normalizer_list.html share/doc/groonga/en/html/reference/commands/quit.html share/doc/groonga/en/html/reference/commands/range_filter.html share/doc/groonga/en/html/reference/commands/register.html +share/doc/groonga/en/html/reference/commands/request_cancel.html share/doc/groonga/en/html/reference/commands/ruby_eval.html share/doc/groonga/en/html/reference/commands/ruby_load.html share/doc/groonga/en/html/reference/commands/select.html @@ -336,6 +342,7 @@ share/doc/groonga/en/html/reference/commands/tokenize.html share/doc/groonga/en/html/reference/commands/tokenizer_list.html share/doc/groonga/en/html/reference/commands/truncate.html share/doc/groonga/en/html/reference/executables.html +share/doc/groonga/en/html/reference/executables/grndb.html share/doc/groonga/en/html/reference/executables/grnslap.html share/doc/groonga/en/html/reference/executables/groonga-benchmark.html share/doc/groonga/en/html/reference/executables/groonga-httpd.html @@ -479,6 +486,7 @@ 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 share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +share/doc/groonga/ja/html/_sources/reference/command/request_id.txt share/doc/groonga/ja/html/_sources/reference/command/return_code.txt share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt share/doc/groonga/ja/html/_sources/reference/commands/check.txt @@ -492,6 +500,7 @@ share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt share/doc/groonga/ja/html/_sources/reference/commands/delete.txt share/doc/groonga/ja/html/_sources/reference/commands/dump.txt share/doc/groonga/ja/html/_sources/reference/commands/load.txt +share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt @@ -500,6 +509,7 @@ share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt share/doc/groonga/ja/html/_sources/reference/commands/quit.txt share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt share/doc/groonga/ja/html/_sources/reference/commands/register.txt +share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt share/doc/groonga/ja/html/_sources/reference/commands/select.txt @@ -514,6 +524,7 @@ share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt share/doc/groonga/ja/html/_sources/reference/executables.txt +share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt @@ -596,7 +607,6 @@ share/doc/groonga/ja/html/_static/file.png share/doc/groonga/ja/html/_static/groonga.css share/doc/groonga/ja/html/_static/header-background.png share/doc/groonga/ja/html/_static/jp.png -share/doc/groonga/ja/html/_static/jquery-1.11.1.js share/doc/groonga/ja/html/_static/jquery.js share/doc/groonga/ja/html/_static/logo.png share/doc/groonga/ja/html/_static/minus.png @@ -604,7 +614,6 @@ share/doc/groonga/ja/html/_static/navigation-bar.png share/doc/groonga/ja/html/_static/plus.png share/doc/groonga/ja/html/_static/pygments.css share/doc/groonga/ja/html/_static/searchtools.js -share/doc/groonga/ja/html/_static/underscore-1.3.1.js share/doc/groonga/ja/html/_static/underscore.js share/doc/groonga/ja/html/_static/up-pressed.png share/doc/groonga/ja/html/_static/up.png @@ -682,6 +691,7 @@ 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 share/doc/groonga/ja/html/reference/command/output_format.html +share/doc/groonga/ja/html/reference/command/request_id.html share/doc/groonga/ja/html/reference/command/return_code.html share/doc/groonga/ja/html/reference/commands/cache_limit.html share/doc/groonga/ja/html/reference/commands/check.html @@ -695,6 +705,7 @@ share/doc/groonga/ja/html/reference/commands/defrag.html share/doc/groonga/ja/html/reference/commands/delete.html share/doc/groonga/ja/html/reference/commands/dump.html share/doc/groonga/ja/html/reference/commands/load.html +share/doc/groonga/ja/html/reference/commands/lock_clear.html share/doc/groonga/ja/html/reference/commands/log_level.html share/doc/groonga/ja/html/reference/commands/log_put.html share/doc/groonga/ja/html/reference/commands/log_reopen.html @@ -703,6 +714,7 @@ share/doc/groonga/ja/html/reference/commands/normalizer_list.html share/doc/groonga/ja/html/reference/commands/quit.html share/doc/groonga/ja/html/reference/commands/range_filter.html share/doc/groonga/ja/html/reference/commands/register.html +share/doc/groonga/ja/html/reference/commands/request_cancel.html share/doc/groonga/ja/html/reference/commands/ruby_eval.html share/doc/groonga/ja/html/reference/commands/ruby_load.html share/doc/groonga/ja/html/reference/commands/select.html @@ -717,6 +729,7 @@ share/doc/groonga/ja/html/reference/commands/tokenize.html share/doc/groonga/ja/html/reference/commands/tokenizer_list.html share/doc/groonga/ja/html/reference/commands/truncate.html share/doc/groonga/ja/html/reference/executables.html +share/doc/groonga/ja/html/reference/executables/grndb.html share/doc/groonga/ja/html/reference/executables/grnslap.html share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html share/doc/groonga/ja/html/reference/executables/groonga-httpd.html diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index b54154a4fdd..9f6ed879217 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.37 2014/12/13 00:56:43 obache Exp $ +$NetBSD: distinfo,v 1.38 2014/12/31 02:35:54 obache Exp $ -SHA1 (groonga-4.0.8.tar.gz) = 894bf426c79aaab6e3b1f19811db4634aecdc4c2 -RMD160 (groonga-4.0.8.tar.gz) = ec9317049a5ef468ac66a2da93f2352ba6a20e8e -Size (groonga-4.0.8.tar.gz) = 11343571 bytes -SHA1 (patch-lib_grn.h) = 8d1c150fa96dd19fe9092d61ce9e82b425049251 +SHA1 (groonga-4.0.9.tar.gz) = 0196b3909324f66d303185e67646cba401f23a7e +RMD160 (groonga-4.0.9.tar.gz) = 88ca005fb92697382afb0ecb74289190bd954566 +Size (groonga-4.0.9.tar.gz) = 24219213 bytes |