CVS: moonbase/sql/sqlite DETAILS,1.3,1.4
Florin Braescu
florin at lunar-linux.org
Fri Dec 26 16:46:32 GMT 2003
Update of /var/cvs/lunar/moonbase/sql/sqlite
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5912
Modified Files:
DETAILS
Log Message:
bump version from 2.8.6 to 2.8.8.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/sqlite/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 1 Sep 2003 21:06:47 -0000 1.3
+++ DETAILS 26 Dec 2003 16:46:30 -0000 1.4
@@ -1,23 +1,23 @@
- MODULE=sqlite
- VERSION=2.8.6
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://www.hwaci.com/sw/sqlite/$SOURCE
+ MODULE=sqlite
+ VERSION=2.8.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL[0]=http://www.hwaci.com/sw/sqlite/$SOURCE
+ SOURCE_VFY=md5:0fe7af15a9747727db81fe011bb46d4a
WEB_SITE=http://www.hwaci.com/sw/sqlite/
ENTERED=20011016
- UPDATED=20030901
- SHORT="An SQL engine in a C library."
-cat << EOF
+ UPDATED=20031226
+ SHORT="An SQL engine in a C library."
-SQLite is a C library that implements an SQL database engine. A large
-subset of SQL92 is supported. A complete database is stored in a single
-disk file. The API is designed for convenience and ease of use.
-Applications that link against SQLite can enjoy the power and flexiblity
-of an SQL database without the administrative hassles of supporting a
-separate database server. Because it omits the client-server interaction
-overhead and writes directly to disk, SQLite is also faster than the big
-database servers for most operations. In addition to the C library, the
-SQLite distribution includes a command-line tool for interacting nwith
-SQLite databases and SQLite bindings for Tcl/Tk.
-
+cat << EOF
+ SQLite is a C library that implements an SQL database engine. A large
+ subset of SQL92 is supported. A complete database is stored in a single
+ disk file. The API is designed for convenience and ease of use.
+ Applications that link against SQLite can enjoy the power and flexiblity
+ of an SQL database without the administrative hassles of supporting a
+ separate database server. Because it omits the client-server interaction
+ overhead and writes directly to disk, SQLite is also faster than the big
+ database servers for most operations. In addition to the C library, the
+ SQLite distribution includes a command-line tool for interacting nwith
+ SQLite databases and SQLite bindings for Tcl/Tk.
EOF
More information about the Lunar-commits
mailing list