Update groonga to 4.0.2.

Release 4.0.2 - 2014/05/29
--------------------------

Improvements
^^^^^^^^^^^^

* [doc] Updated documentation about
  :doc:`/reference/executables/groonga-suggest-leaner`.
* [doc] Added documentation about how to update files.
  [GitHub#160] [Patch by cosmo0920]
* [doc] Updated to caplitalized "Groonga" terms in
  documentation. [GitHub#162][GitHub#163][GitHub#164]
  [Patch by cosmo0920]
* Supported Ubuntu 14.04 (Trusty Tahr).
* Dropped Ubuntu 12.10.
* Migrated Ubuntu package distribution site to PPA on Launchpad.
  See :doc:`/install/Ubuntu` for details.
* Handled all requests that start with ``/d/`` as API requests. You
  need to put files to directories that don't start with ``/d/`` to
  serve by Groonga HTTP service.
* [munin] Supported :doc:`/reference/executables/groonga-httpd`.
  [Reported by Naoya Murakami]
* Supported daylight saving time.
  [#2546]
* [doc] Added a description about ``--with-mecab`` in
  :doc:`/install/mac_os_x`.
* [http] Changed HTTP return code to ``400 Bad Request`` from ``500
  Internal Server Error`` for syntax error case.
* [http][admin] Removed jQuery JSON plugin.
  [GitHub#168] [Patch by Tetsuharu OHZEKI]
* [http][admin] Enabled strict mode.
  [GitHub#169] [Patch by Tetsuharu OHZEKI]
* Exported getting variable APIs to :doc:`/reference/api/plugin`.
  [GitHub#170] [Patch by Naoya Murakami]

  * Added ``grn_plugin_proc_get_var()``.
  * Added ``grn_plugin_proc_get_var_by_offset()``.

* [experimental] Added :doc:`/reference/commands/tokenizer_list`.
  [GitHub#171] [Patch by Naoya Murakami]
* [experimental] Added :doc:`/reference/commands/normalizer_list`.
  [GitHub#171] [Patch by Naoya Murakami]

Fixes
^^^^^

* [index] Fixed a bug that wrong max segment. It causes a crash when
  you use all allocated resource for an index column.
  [#2438] [Reported by GMO Media, Inc.]
* [doc] Fixed a typo in :doc:`/install/centos`.
  [GitHub#166] [Patch by Naoya Murakami]
* [doc] Fixed the wrong default value of ``drilldown_output_columns`` in
  :doc:`/reference/commands/select`.
  [GitHub#167] [Patch by Naoya Murakami]
* [doc] Added a missing ``\`` escape exception in
  :doc:`/reference/grn_expr/query_syntax`.
  [Reported by @Yappo]
This commit is contained in:
obache 2014-05-31 09:43:04 +00:00
parent 418dfb8616
commit cb9f159ae1
3 changed files with 27 additions and 16 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.40 2014/04/05 08:09:35 obache Exp $
# $NetBSD: Makefile,v 1.41 2014/05/31 09:43:04 obache Exp $
#
DISTNAME= groonga-4.0.1
DISTNAME= groonga-4.0.2
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2014/04/05 08:09:35 obache Exp $
@comment $NetBSD: PLIST,v 1.21 2014/05/31 09:43:04 obache Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
@ -27,7 +27,6 @@ share/doc/groonga/en/html/_sources/contribution.txt
share/doc/groonga/en/html/_sources/contribution/development.txt
share/doc/groonga/en/html/_sources/contribution/development/com.txt
share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/en/html/_sources/contribution/development/document.txt
share/doc/groonga/en/html/_sources/contribution/development/query.txt
share/doc/groonga/en/html/_sources/contribution/development/release.txt
share/doc/groonga/en/html/_sources/contribution/development/repository.txt
@ -35,6 +34,7 @@ share/doc/groonga/en/html/_sources/contribution/development/test.txt
share/doc/groonga/en/html/_sources/contribution/documentation.txt
share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt
share/doc/groonga/en/html/_sources/contribution/report.txt
share/doc/groonga/en/html/_sources/development.txt
share/doc/groonga/en/html/_sources/development/travis-ci.txt
@ -79,8 +79,10 @@ share/doc/groonga/en/html/_sources/reference/api/grn_table.txt
share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt
share/doc/groonga/en/html/_sources/reference/api/grn_type.txt
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/pseudo.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
@ -102,6 +104,7 @@ 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
share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
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/register.txt
share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt
@ -114,6 +117,7 @@ share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
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/grnslap.txt
@ -143,7 +147,6 @@ share/doc/groonga/en/html/_sources/reference/indexing.txt
share/doc/groonga/en/html/_sources/reference/log.txt
share/doc/groonga/en/html/_sources/reference/normalizers.txt
share/doc/groonga/en/html/_sources/reference/output.txt
share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
share/doc/groonga/en/html/_sources/reference/query_expanders.txt
share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
share/doc/groonga/en/html/_sources/reference/tables.txt
@ -212,7 +215,6 @@ share/doc/groonga/en/html/contribution.html
share/doc/groonga/en/html/contribution/development.html
share/doc/groonga/en/html/contribution/development/com.html
share/doc/groonga/en/html/contribution/development/cooperation.html
share/doc/groonga/en/html/contribution/development/document.html
share/doc/groonga/en/html/contribution/development/query.html
share/doc/groonga/en/html/contribution/development/release.html
share/doc/groonga/en/html/contribution/development/repository.html
@ -220,6 +222,7 @@ share/doc/groonga/en/html/contribution/development/test.html
share/doc/groonga/en/html/contribution/documentation.html
share/doc/groonga/en/html/contribution/documentation/c-api.html
share/doc/groonga/en/html/contribution/documentation/i18n.html
share/doc/groonga/en/html/contribution/documentation/introduction.html
share/doc/groonga/en/html/contribution/report.html
share/doc/groonga/en/html/development.html
share/doc/groonga/en/html/development/travis-ci.html
@ -266,8 +269,10 @@ share/doc/groonga/en/html/reference/api/grn_table.html
share/doc/groonga/en/html/reference/api/grn_table_cursor.html
share/doc/groonga/en/html/reference/api/grn_type.html
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/pseudo.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
@ -289,6 +294,7 @@ 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
share/doc/groonga/en/html/reference/commands/normalize.html
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/register.html
share/doc/groonga/en/html/reference/commands/ruby_eval.html
@ -301,6 +307,7 @@ share/doc/groonga/en/html/reference/commands/table_create.html
share/doc/groonga/en/html/reference/commands/table_list.html
share/doc/groonga/en/html/reference/commands/table_remove.html
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/grnslap.html
@ -330,7 +337,6 @@ share/doc/groonga/en/html/reference/indexing.html
share/doc/groonga/en/html/reference/log.html
share/doc/groonga/en/html/reference/normalizers.html
share/doc/groonga/en/html/reference/output.html
share/doc/groonga/en/html/reference/pseudo_column.html
share/doc/groonga/en/html/reference/query_expanders.html
share/doc/groonga/en/html/reference/query_expanders/tsv.html
share/doc/groonga/en/html/reference/tables.html
@ -378,7 +384,6 @@ share/doc/groonga/ja/html/_sources/contribution.txt
share/doc/groonga/ja/html/_sources/contribution/development.txt
share/doc/groonga/ja/html/_sources/contribution/development/com.txt
share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/ja/html/_sources/contribution/development/document.txt
share/doc/groonga/ja/html/_sources/contribution/development/query.txt
share/doc/groonga/ja/html/_sources/contribution/development/release.txt
share/doc/groonga/ja/html/_sources/contribution/development/repository.txt
@ -386,6 +391,7 @@ share/doc/groonga/ja/html/_sources/contribution/development/test.txt
share/doc/groonga/ja/html/_sources/contribution/documentation.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt
share/doc/groonga/ja/html/_sources/contribution/report.txt
share/doc/groonga/ja/html/_sources/development.txt
share/doc/groonga/ja/html/_sources/development/travis-ci.txt
@ -430,8 +436,10 @@ share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt
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/pseudo.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
@ -453,6 +461,7 @@ 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
share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
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/register.txt
share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt
@ -465,6 +474,7 @@ share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
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/grnslap.txt
@ -494,7 +504,6 @@ share/doc/groonga/ja/html/_sources/reference/indexing.txt
share/doc/groonga/ja/html/_sources/reference/log.txt
share/doc/groonga/ja/html/_sources/reference/normalizers.txt
share/doc/groonga/ja/html/_sources/reference/output.txt
share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
share/doc/groonga/ja/html/_sources/reference/tables.txt
@ -563,7 +572,6 @@ share/doc/groonga/ja/html/contribution.html
share/doc/groonga/ja/html/contribution/development.html
share/doc/groonga/ja/html/contribution/development/com.html
share/doc/groonga/ja/html/contribution/development/cooperation.html
share/doc/groonga/ja/html/contribution/development/document.html
share/doc/groonga/ja/html/contribution/development/query.html
share/doc/groonga/ja/html/contribution/development/release.html
share/doc/groonga/ja/html/contribution/development/repository.html
@ -571,6 +579,7 @@ share/doc/groonga/ja/html/contribution/development/test.html
share/doc/groonga/ja/html/contribution/documentation.html
share/doc/groonga/ja/html/contribution/documentation/c-api.html
share/doc/groonga/ja/html/contribution/documentation/i18n.html
share/doc/groonga/ja/html/contribution/documentation/introduction.html
share/doc/groonga/ja/html/contribution/report.html
share/doc/groonga/ja/html/development.html
share/doc/groonga/ja/html/development/travis-ci.html
@ -617,8 +626,10 @@ share/doc/groonga/ja/html/reference/api/grn_table.html
share/doc/groonga/ja/html/reference/api/grn_table_cursor.html
share/doc/groonga/ja/html/reference/api/grn_type.html
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/pseudo.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
@ -640,6 +651,7 @@ 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
share/doc/groonga/ja/html/reference/commands/normalize.html
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/register.html
share/doc/groonga/ja/html/reference/commands/ruby_eval.html
@ -652,6 +664,7 @@ share/doc/groonga/ja/html/reference/commands/table_create.html
share/doc/groonga/ja/html/reference/commands/table_list.html
share/doc/groonga/ja/html/reference/commands/table_remove.html
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/grnslap.html
@ -681,7 +694,6 @@ share/doc/groonga/ja/html/reference/indexing.html
share/doc/groonga/ja/html/reference/log.html
share/doc/groonga/ja/html/reference/normalizers.html
share/doc/groonga/ja/html/reference/output.html
share/doc/groonga/ja/html/reference/pseudo_column.html
share/doc/groonga/ja/html/reference/query_expanders.html
share/doc/groonga/ja/html/reference/query_expanders/tsv.html
share/doc/groonga/ja/html/reference/tables.html
@ -797,7 +809,6 @@ share/groonga/html/admin/js/jquery-1.7.2.min.js
share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
share/groonga/html/admin/js/jquery.flot-0.7.min.js
share/groonga/html/admin/js/jquery.flot.license.txt
share/groonga/html/admin/js/jquery.json-2.2.min.js
share/groonga/images/logo/groonga-icon-foreground-white.png
share/groonga/images/logo/groonga-icon-foreground-white.svg
share/groonga/images/logo/groonga-icon-full-size.png

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.27 2014/04/05 08:10:07 obache Exp $
$NetBSD: distinfo,v 1.28 2014/05/31 09:43:04 obache Exp $
SHA1 (groonga-4.0.1.tar.gz) = 96859d352cb6439f8dbe8e5fb55373f796a4a11e
RMD160 (groonga-4.0.1.tar.gz) = 44faa099c8cddfb87d3ccbfa25c054a839128031
Size (groonga-4.0.1.tar.gz) = 9576335 bytes
SHA1 (groonga-4.0.2.tar.gz) = daa89ac16f00e8cb7f11ebf28cc15dc36a84f4ce
RMD160 (groonga-4.0.2.tar.gz) = 81ff562f2846778bfbc596ac805f33a5335b0cfa
Size (groonga-4.0.2.tar.gz) = 9830848 bytes