[Lunar-commits] sqlite: version bump to 3.5.5.
Florin Braescu
florin at lunar-linux.org
Fri Feb 1 18:28:53 CET 2008
commit 80f3b401e661d2048abbd07b1f865919b62a5fbf
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Feb 1 19:28:53 2008 +0200
sqlite: version bump to 3.5.5.
Changes:
- Convert the underlying virtual machine to be a register-
based machine rather than a stack-based machine.
- The only user-visible change is in the output of EXPLAIN.
- Add the build-in RTRIM collating sequence.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index f0b3c9a..4ead087 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.5.4
+ VERSION=3.5.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org/
- SOURCE_VFY=sha1:9c0ddb2f9b154e8a036e40f3cea92b58c77a59ef
+ SOURCE_VFY=sha1:cd93bb69a0252818c936d4a5900c20e84b966b8f
WEB_SITE=http://www.sqlite.org/
ENTERED=20011016
- UPDATED=20071217
+ UPDATED=20080201
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list