Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0480363B9F0 for ; Tue, 4 Oct 2011 06:36:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 655E014A181; Tue, 4 Oct 2011 06:36:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6D4C14A144 for ; Tue, 4 Oct 2011 06:36:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bDB2jLeGUtkc for ; Tue, 4 Oct 2011 06:36:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AF45914A13E for ; Tue, 4 Oct 2011 06:36:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8008A175DD; Tue, 4 Oct 2011 06:36:20 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 4 Oct 2011 06:36:20 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/textproc/groonga To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20111004063620.8008A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue Oct 4 06:36:20 UTC 2011 Modified Files: pkgsrc/textproc/groonga: Makefile PLIST distinfo Log Message: Update groonga to 1.2.6. Release 1.2.6 - 2011/09/29 -------------------------- Improvements ^^^^^^^^^^^^ * Improved error message on type cast. * Added geo point value validation on type cast. * Supported :doc:`/tutorial/query_expansion`. * Added `--query_expansion` option to :doc:`/commands/select` for query expansion. * Added geometry conversion macro between degree and msec. * Supported type cast in :doc:`/functions/geo_distance` (). * Don't split tokens with full width space in command line. #986 * Supported conversion between TokyoGeoPoint and WGS84GeoPoint. * Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle(). * Supported CentOS 6. * Supported the current Debian GNU/Linux sid. Patch by SATOH Fumiyasu. GitHub#3 Fixes ^^^^^ * Fixed a bug that geo point is loaded as broken value. Thanks ^^^^^^ * SATOH Fumiyasu Release 1.2.5 - 2011/08/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added experimental Windows installer support. * Accepted "#" and "-" as a valid name characters. #1043 * Accepted all valid characters except "_" as the first character. #1043 * Supported `--each` for `[...]` form :doc:`/commands/load`. #1044 * Added documentation for :doc:`/suggest`. * Supported threshold as `--frequency_threshold` and `--conditional_probability_threshold` options in all :doc:`/commands/suggest` types. #1042 * [groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048 * Supported string input for reference vector column value. #1051 * [groonga-suggest-httpd] Added `--n-lines-per-log-file` option that changes log line limitation for a file. * [groonga-suggest-httpd] Added `p` parameter for `--conditional_probability_threshold`. * Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053 * Exported grn_ctx_close(). #1035 Fixes ^^^^^ * Fixed a crash bug that invalid value is passed as match expression argument in :doc:`/commands/select`. #1047 * Fixed a bug that hash table cursor returns garbage records. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/groonga/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/groonga/PLIST \ pkgsrc/textproc/groonga/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.