Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 339A563BA4F for ; Sat, 28 Apr 2012 14:09:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 65AA514A24D; Sat, 28 Apr 2012 14:09:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0925014A24B for ; Sat, 28 Apr 2012 14:09:17 +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 Hrh9-PACaQJh for ; Sat, 28 Apr 2012 14:09:16 +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 3A5B114A24A for ; Sat, 28 Apr 2012 14:09:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B6A9175DD; Sat, 28 Apr 2012 14:09:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 Apr 2012 14:09:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120428140923.0B6A9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat Apr 28 14:09:22 UTC 2012 Modified Files: pkgsrc/databases/ruby-sqlite3: Makefile PLIST distinfo Log Message: Update ruby-sqlite3 package to 1.3.6. === 1.3.6 / 2012-04-16 * Enhancements * Windows: build against SQLite 3.7.11 * Added SQLite3::ResultSet#each_hash for fetching each row as a hash. * Added SQLite3::ResultSet#next_hash for fetching one row as a hash. * Bugfixes * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63 * Protect parameters to custom functions from being garbage collected too soon. Fixes #60. Thanks hirataya! * Fix backwards compatibility with 1.2.5 with bind vars and `query` method. Fixes #35. * Fix double definition error caused by defining sqlite3_int64/uint64. * Fix suspicious version regexp. * Deprecations * ArrayWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * ArrayWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class that created this object. * The ArrayWithTypesAndFields class will be removed in 2.0.0 * The ArrayWithTypes class will be removed in 2.0.0 * HashWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * HashWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class that created this object. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/ruby-sqlite3/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/ruby-sqlite3/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ruby-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.