From 1cc86cf0b62ede437ee8b966acbebc0ba1626cb4 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 29 Jan 2014 09:00:15 +0000 Subject: [PATCH] Update groonga to 3.1.2. Release 3.1.2 - 2014/01/29 -------------------------- Improvements ^^^^^^^^^^^^ * [doc] Updated to caplitalized "Groonga" terms in documentation. [Patch by cosmo0920] [GitHub#136, #137, #138, #139, #140, #141, #142, #143, #144, #145, #146, #147, #148, #149, #150, #151] * Supported to customize the value of lock timeout. See :doc:`/reference/api/global_configurations` about details. [groonga-dev,02017] [Suggested by yoku] * [doc] Added description about the value of lock timeout. * Enabled ``GRN_JA_SKIP_SAME_VALUE_PUT`` by default. In the previous releases, the value of this configuration is 'no'. This change affects reducing the size of Groonga database. * Supported multiple indexes including a nested index and multiple keywords query. This change improves missing search results isssue when narrowing down by multiple keywords query. * Added API to customize normalizer for snippet. Fixes ^^^^^ * Fixed not to use index for empty query. This change enables you to search even though empty query. Note that this means that there is performance penalty if many empty records exist. [groonga-dev,02052] [Reported by Naoya Murakami] * Fixed the behaviour about return value of "X || Y" and "X && Y" for adjusting to ECMAScript. In "X || Y" case, if either X or Y satisfy the condition, it returns X itself or Y itself instead of 1 or 0. * In "X && Y" case, if X and Y satisfy the condition, it returns X itself instead of 1. if X doesn't satisfy the condition, it returns false instead of 0. * Fixed to return null when no snippet is found. This change enables you to set the default value of :doc:`/reference/functions/snippet_html`. In such a purpose, use "snippet_html(XXX) || 'default value'". Thanks ^^^^^^ * cosmo0920 * yoku * Naoya Murakami --- textproc/groonga/Makefile | 4 ++-- textproc/groonga/PLIST | 6 +++++- textproc/groonga/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 720a28105940d..42d4be05da6a7 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2014/01/01 08:48:47 obache Exp $ +# $NetBSD: Makefile,v 1.32 2014/01/29 09:00:15 obache Exp $ # -DISTNAME= groonga-3.1.1 +DISTNAME= groonga-3.1.2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index e81436ded86dd..e6b1aab5eeabd 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2014/01/01 08:48:47 obache Exp $ +@comment $NetBSD: PLIST,v 1.19 2014/01/29 09:00:15 obache Exp $ bin/groonga bin/groonga-benchmark bin/groonga-suggest-create-dataset @@ -58,6 +58,7 @@ share/doc/groonga/en/html/_sources/news/1.2.x.txt share/doc/groonga/en/html/_sources/news/senna.txt share/doc/groonga/en/html/_sources/reference.txt share/doc/groonga/en/html/_sources/reference/api.txt +share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt share/doc/groonga/en/html/_sources/reference/api/grn_column.txt share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt @@ -242,6 +243,7 @@ share/doc/groonga/en/html/news/senna.html share/doc/groonga/en/html/objects.inv share/doc/groonga/en/html/reference.html share/doc/groonga/en/html/reference/api.html +share/doc/groonga/en/html/reference/api/global_configurations.html share/doc/groonga/en/html/reference/api/grn_cache.html share/doc/groonga/en/html/reference/api/grn_column.html share/doc/groonga/en/html/reference/api/grn_command_version.html @@ -403,6 +405,7 @@ share/doc/groonga/ja/html/_sources/news/1.2.x.txt share/doc/groonga/ja/html/_sources/news/senna.txt share/doc/groonga/ja/html/_sources/reference.txt share/doc/groonga/ja/html/_sources/reference/api.txt +share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt @@ -587,6 +590,7 @@ share/doc/groonga/ja/html/news/senna.html share/doc/groonga/ja/html/objects.inv share/doc/groonga/ja/html/reference.html share/doc/groonga/ja/html/reference/api.html +share/doc/groonga/ja/html/reference/api/global_configurations.html share/doc/groonga/ja/html/reference/api/grn_cache.html share/doc/groonga/ja/html/reference/api/grn_column.html share/doc/groonga/ja/html/reference/api/grn_command_version.html diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 7af91c45d4154..300e7c30e492c 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2014/01/01 08:49:50 obache Exp $ +$NetBSD: distinfo,v 1.21 2014/01/29 09:00:15 obache Exp $ -SHA1 (groonga-3.1.1.tar.gz) = 94f008c2b598e9d1e98a4c7a8b6115cc65c7367d -RMD160 (groonga-3.1.1.tar.gz) = df1809383c1e8ba8a6d48c9128d71b9579075817 -Size (groonga-3.1.1.tar.gz) = 9793396 bytes +SHA1 (groonga-3.1.2.tar.gz) = 305ef89b6b9f7e1d55719c2299edad0e10d2d203 +RMD160 (groonga-3.1.2.tar.gz) = ef088956443c7d42c75b3a975b3ef2dfa96b8156 +Size (groonga-3.1.2.tar.gz) = 9495902 bytes