]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Preparations for the release of version 2.7.6. (CVS 847)
authordrh <drh@noemail.net>
Sat, 25 Jan 2003 14:32:03 +0000 (14:32 +0000)
committerdrh <drh@noemail.net>
Sat, 25 Jan 2003 14:32:03 +0000 (14:32 +0000)
FossilOrigin-Name: 5143d4814df1dd440a362a90dd3f328c84527565

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index d8cb67cb0576d838778c232e9ca815f7645e0ad8..49cdd668e1c82b32c9adc54b07e5c52757e6b93a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.6-beta2
+2.7.6
index 3a6a1a7c83caac6d97a1128a8d326c7441b8ce25..46e03f3ac1b02bde13cac1978d6b8046f98569df 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Update\sthe\sspeed.html\sdocumentation.\s\sRecent\soptimizations\shave\smade\sthe\nlibrary\smuch\sfaster.\s(CVS\s846)
-D 2003-01-25T14:25:42
+C Preparations\sfor\sthe\srelease\sof\sversion\s2.7.6.\s(CVS\s847)
+D 2003-01-25T14:32:03
 F Makefile.in 6606854b1512f185b8e8c779b8d7fc2750463d64
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION e62321dec1c1ffc06dc20c388bee76fd95a8567b
+F VERSION e19dab5300287e54674b5d57f6343dfe540d7f2c
 F aclocal.m4 11faa843caa38fd451bc6aeb43e248d1723a269d
 F config.guess f38b1e93d1e0fa6f5a6913e9e7b12774b9232588
 F config.sub f14b07d544ca26b5d698259045136b783e18fc7f
@@ -134,7 +134,7 @@ F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
 F www/arch.tcl 679a0c48817f71bc91d5911ef386e5ef35d4f178
 F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
 F www/c_interface.tcl e76c9fd609326c34cd45cd040b508b0e21908800
-F www/changes.tcl 885da7df21c83167465d212ddf5eb77f84e13e21
+F www/changes.tcl b48068eabfd0ff603d90f75b01bed295f23198e2
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
 F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
 F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
@@ -154,7 +154,7 @@ F www/speed.tcl 4d463e2aea41f688ed320a937f93ff885be918c3
 F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P c7e647d011b086a6e57420850f6bc4f28fcb23ee
-R fb265d63c9802489e93e63983e966b97
+P ed47d162a072a2f98b633cc14f2be1474288d90b
+R ac275003d5c8579bbef067d7114575c1
 U drh
-Z 9cebef5aee83f0a69d880740ef12b3fa
+Z a9f481ee056716188ea06cbf02c53f2b
index b3a89d579ee409ff0a0a141250d1a20980b5887c..923acd3b85c1ddc7662ebf1d7d64902c40eebc3c 100644 (file)
@@ -1 +1 @@
-ed47d162a072a2f98b633cc14f2be1474288d90b
\ No newline at end of file
+5143d4814df1dd440a362a90dd3f328c84527565
\ No newline at end of file
index 5c75435b2ef58302bf790da0f208a1add0f16a59..5645542530397e82a357f21230446e627272d20d 100644 (file)
@@ -25,6 +25,16 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2003 Jan 25 (2.7.6)} {
+<li>Performance improvements.  The library is now much faster.</li>
+<li>Added the <b>sqlite_set_authorizer()</b> API.  Formal documentation has
+    not been written - see the source code comments for instructions on
+    how to use this function.</li>
+<li>Fix a bug in the GLOB operator that was preventing it from working
+    with upper-case letters.</li>
+<li>Various minor bug fixes.</li>
+}
+
 chng {2002 Dec 27 (2.7.5)} {
 <li>Fix an uninitialized variable in pager.c which could (with a probability
     of about 1 in 4 billion) result in a corrupted database.</li>