[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.7.
Florin Braescu
florin at lunar-linux.org
Wed Dec 17 13:27:28 CET 2008
commit 535a3b247717f057debc6452cebf7d65143d9227
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Dec 17 14:27:28 2008 +0200
sqlite: version bumped to 3.6.7.
Changes:
Reorganize the Unix interface in os_unix.c
Added support for "Proxy Locking" on MacOSX.
Changed the prototype of the sqlite3_auto_extension() interface in a
way that is backwards compatible but which might cause warnings in new
builds of applications that use that interface.
Changed the signature of the xDlSym method of the sqlite3_vfs object in
a way that is backwards compatible but which might cause compiler
warnings.
Added superfluous casts and variable initializations in order to suppress
nuisance compiler warnings.
Fixes for various minor bugs.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index a1f1be5..fab6847 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.6.6.2
+ VERSION=3.6.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:4cd87fa954da5b11d7ee230e1003a23a68f68397
+ SOURCE_VFY=sha1:e10153370f1de73337abb2eb17caac77a08ba8d6
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20081127
+ UPDATED=20081217
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list