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 3.1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/788939dd552f
branches:  trunk
changeset: 629853:788939dd552f
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jan 29 09:00:15 2014 +0000

description:
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

diffstat:

 textproc/groonga/Makefile |  4 ++--
 textproc/groonga/PLIST    |  6 +++++-
 textproc/groonga/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r 97e9a0f28339 -r 788939dd552f textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Wed Jan 29 08:35:05 2014 +0000
+++ b/textproc/groonga/Makefile Wed Jan 29 09:00:15 2014 +0000
@@ -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 -r 97e9a0f28339 -r 788939dd552f textproc/groonga/PLIST
--- a/textproc/groonga/PLIST    Wed Jan 29 08:35:05 2014 +0000
+++ b/textproc/groonga/PLIST    Wed Jan 29 09:00:15 2014 +0000
@@ -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/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/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/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/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 -r 97e9a0f28339 -r 788939dd552f textproc/groonga/distinfo
--- a/textproc/groonga/distinfo Wed Jan 29 08:35:05 2014 +0000
+++ b/textproc/groonga/distinfo Wed Jan 29 09:00:15 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index