Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 32BC063BA4F for ; Mon, 30 May 2011 12:01:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 09DCF14A215; Mon, 30 May 2011 12:01:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EF3614A1E9 for ; Mon, 30 May 2011 12:01:41 +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 JwvoD+UGl1Xq for ; Mon, 30 May 2011 12:01:40 +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 7053914A139 for ; Mon, 30 May 2011 12:01:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 561A6175DD; Mon, 30 May 2011 12:01:40 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 30 May 2011 12:01:40 +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: <20110530120140.561A6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Mon May 30 12:01:40 UTC 2011 Modified Files: pkgsrc/textproc/groonga: Makefile PLIST distinfo Log Message: Update groonga to 1.2.2. Release 1.2.2 - 2011/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added packages for Ubuntu 11.04 Natty Narwhal. * Removed packages for Ubuntu 10.10 Maverick Meerkat. * RPM: Split server related packages to groonga-server package. * suggest: Added target object name into error messages. * document: Started English support. (not completed yet.) * groonga-suggest-httpd: Added --disable-max-fd-check option. * groonga: Renamed :option:`--address <-a>` option to :option:`--bind-address`. * groonga-suggest-httpd: Renamed --address option to --bind-address. * Changed admin HTML install directory to $PREFIX/share/groonga/html/admin/ from $PREFIX/share/groonga/admin_html/. * groonga-suggest-httpd: Used "application/json" for JSON response instead of "text/javascript". * Windows: Used DLL relative path instead of executable file relative path. * MeCab: Added error message from MeCab on MeCab initialize error. * suggest: Added prefix_search parameter to suggest command. #909 * plugin: Added grn_plugin_get_system_plugins_dir() and grn_plugin_get_suffix() API. * Added grn_obj_is_builtin() API. * :doc:`/commands/load`: Added table name check. #934 * Showed invalid name context in error message. #935 Fixes ^^^^^ * Fixed a data breaking bug on multi process update. #890 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/groonga/Makefile cvs rdiff -u -r1.2 -r1.3 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.