pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/groonga



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Jan 29 09:00:15 UTC 2014

Modified Files:
        pkgsrc/textproc/groonga: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/groonga/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/groonga/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/groonga/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index