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:           Sat Apr  5 08:09:35 UTC 2014

Modified Files:
        pkgsrc/textproc/groonga: Makefile PLIST distinfo options.mk
Removed Files:
        pkgsrc/textproc/groonga/patches: patch-lib_geo.h

Log Message:
Update groonga to 4.0.1.

Release 4.0.1 - 2014/03/29
--------------------------

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

* [doc] Added a link in return value to detailed header description 
(:doc:`/reference/command/output_format`).
* Supported to inspect vector and object value in JSON load.
  It shows more details about data which is failed to load.
* Added ``adjuster`` option to select command.
  adjuster options accepts following syntax: INDEX_COLUMN @ STRING_LITERAL (* 
FACTOR).
* Supported :ref:`weight-vector-column`. You need to specify 
'COLUMN_VECTOR|WITH_WEIGHT' flags
  to create weight vector column.
* Added missing MIN/MAX macros on SunOS. [GitHub#154] [Patch by Sebastian 
Wiedenroth]
* Improved recycling garbage data. It suppress to increse database size.
* [doc] Added documentation about GET parameters for 
:doc:`/reference/executables/groonga-suggest-httpd`.
* [doc] Added documentation about :doc:`/reference/column`.
* [doc] Added documentation about :doc:`/reference/columns/vector`.
* [column_list] Supported to show weight vector column.
* [column_create] Added error check for creating multi column index without 
WITH_SECTION.
* [httpd] Enabled stub status module (NginxHttpStubStatusModule) for 
groonga-httpd. [Suggested by Masahiro Nagano]

Fixes
^^^^^

* Fixed a bug that a division overflow caused a fatal error.
  For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or 
Int64 column. [#2307]
* Fixed a bug that '%' operations performs '/' operations. [#2307]
* [doc] Fixed a wrong documentation about 
:doc:`reference/commands/column_rename`.
* Fixed the issue that out of bound array element access may occurs. 
[GitHub#158] [Reported by dcb314]

Thanks
^^^^^^

* nise_nabe
* Sebastian Wiedenroth
* dcb314


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/groonga/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/groonga/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/groonga/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/groonga/options.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/groonga/patches/patch-lib_geo.h

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