diff options
author | obache <obache@pkgsrc.org> | 2014-02-21 12:45:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-21 12:45:26 +0000 |
commit | ee8268cadfcc50f510107c68f9dcd7c3d6c4b13a (patch) | |
tree | f73a132cbb8542ecbcbd4b8eb3f2d84d53af784e /textproc | |
parent | 1f27060bf233f129dae26050b0a386cdbeba58c7 (diff) | |
download | pkgsrc-ee8268cadfcc50f510107c68f9dcd7c3d6c4b13a.tar.gz |
Update groonga to 4.0.0.
Release 4.0.0 - 2014/02/09
--------------------------
* Bump version to 4.0.0!
Improvements
^^^^^^^^^^^^
* [normalizer] Supported to show "checks" which is used for calculating next character position.
Use WITH_CHECKS flag to enable this feature.
* [deb] Dropped Ubuntu 13.04 support.
Fixes
^^^^^
* Fixed a crash bug that an object in grn_expr is used after it is freed.
Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
Because this bug is occured by specifying column name including pseudo column name -
such as '_key' - Rroonga users may use the usage.
* Fixed not to execute unexpected cascade delete which is introduced Groonga 3.0.8 release.
If source's range and index's domain are different, Groonga doesn't execute cascade delete.
[groonga-dev,02073] [Reported by yoku]
* Fixed not to publish grn_snip structure. Use grn_obj instead of grn_snip.
If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.
* [snippet_html] Fixed a crash bug when --query is empty.
[groonga-dev,02097] [Reported by Naoya Murakami]
* [snippet_html] Fixed to suppress ALERT level message when contents of column is empty text.
[groonga-dev,02097] [Reported by Naoya Murakami]
* [groonga-httpd] Fixed a bug "off" is used as path name in groonga_query_log_path.
[groonga-dev,02113] [Reported by Ryoji Yamamoto]
Thanks
^^^^^^
* yoku
* Naoya Murakami
* Ryoji Yamamoto
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 5 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index a5a0c628d8c..754efe0fb8a 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2014/02/12 23:18:41 tron Exp $ +# $NetBSD: Makefile,v 1.34 2014/02/21 12:45:26 obache Exp $ # -DISTNAME= groonga-3.1.2 -PKGREVISION= 1 +DISTNAME= groonga-4.0.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 36b0027f707..31f055420d7 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2014/02/16 15:39:50 wiedi Exp $ +$NetBSD: distinfo,v 1.23 2014/02/21 12:45:26 obache Exp $ -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 +SHA1 (groonga-4.0.0.tar.gz) = 9a64d4c98eda4db563bcaf9464504d24dfdb3ff4 +RMD160 (groonga-4.0.0.tar.gz) = 2242bfc5492ae29c693877b66a40e87c3759e827 +Size (groonga-4.0.0.tar.gz) = 9483418 bytes SHA1 (patch-lib_geo.h) = 0a3ae38000542a2bb68b47cf59dbe3d41f462e54 |