Skip to content

Commit

Permalink
Update groonga to 3.1.2.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
obache committed Jan 29, 2014
1 parent e06ea67 commit 2168902
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/groonga/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
6 changes: 5 additions & 1 deletion textproc/groonga/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/groonga/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2168902

Please sign in to comment.