Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E57697ABE6 for ; Sat, 16 Jan 2016 18:10:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5D93E85E84; Sat, 16 Jan 2016 18:10:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF32785E83 for ; Sat, 16 Jan 2016 18:10:23 +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 l0Bc3eyJ1r55 for ; Sat, 16 Jan 2016 18:10:23 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84A4285E2B for ; Sat, 16 Jan 2016 18:10:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80265FBB5; Sat, 16 Jan 2016 18:10:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 Jan 2016 18:10:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160116181023.80265FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Jan 16 18:10:23 UTC 2016 Modified Files: pkgsrc/databases/sqlite3: Makefile.version distinfo pkgsrc/databases/sqlite3-docs: PLIST distinfo pkgsrc/databases/sqlite3-tcl: distinfo Log Message: Changes 3.10.1: * Add the SQLITE_FCNTL_JOURNAL_POINTER file control. * Fix a 16-month-old bug in the query planner that could generate incorrect results when a scalar subquery attempts to use the block sorting optimization. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/sqlite3/Makefile.version cvs rdiff -u -r1.113 -r1.114 pkgsrc/databases/sqlite3/distinfo cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/sqlite3-docs/PLIST cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/sqlite3-docs/distinfo cvs rdiff -u -r1.62 -r1.63 pkgsrc/databases/sqlite3-tcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.