Subject: CVS commit: pkgsrc/databases/sqlite
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2005 16:05:25
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Feb 24 16:05:25 UTC 2005

Modified Files:
	pkgsrc/databases/sqlite: Makefile distinfo
	pkgsrc/databases/sqlite/patches: patch-aa patch-ab

Log Message:
Update to 2.8.16:
2005 February 15 (2.8.16)

* Fix a bug that can lead to database corruption if there are two open connections
  to the same database and one connection does a VACUUM and the second makes some
  change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/databases/sqlite/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/databases/sqlite/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/sqlite/patches/patch-aa \
    pkgsrc/databases/sqlite/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.