Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 98B8B63B8A9 for ; Sun, 7 Sep 2008 14:04:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4F8F963B53F; Sun, 7 Sep 2008 14:04:03 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 5A7AE63B537 for ; Sun, 7 Sep 2008 14:04:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D7743175D0; Sun, 7 Sep 2008 14:04:01 +0000 (UTC) From: Adam Ciarcinski Subject: CVS commit: pkgsrc/databases/sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org Message-Id: <20080907140401.D7743175D0@cvs.netbsd.org> Date: Sun, 7 Sep 2008 14:04:01 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: adam Date: Sun Sep 7 14:04:01 UTC 2008 Modified Files: pkgsrc/databases/sqlite3: Makefile.common distinfo Log Message: Changes 3.6.2: * Split the pager subsystem into separate pager and pcache subsystems. * Factor out indentifier resolution procedures into separate files. * Bug fixes. To generate a diff of this commit: cvs rdiff -r1.21 -r1.22 pkgsrc/databases/sqlite3/Makefile.common cvs rdiff -r1.19 -r1.20 pkgsrc/databases/sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.