From 2ac83073e00fb42e677586ba2c6ca9f8677f119f Mon Sep 17 00:00:00 2001
From: drh
Date: Sat, 25 Jan 2003 14:32:03 +0000
Subject: [PATCH] Preparations for the release of version 2.7.6. (CVS 847)
FossilOrigin-Name: 5143d4814df1dd440a362a90dd3f328c84527565
---
VERSION | 2 +-
manifest | 14 +++++++-------
manifest.uuid | 2 +-
www/changes.tcl | 10 ++++++++++
4 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/VERSION b/VERSION
index d8cb67cb05..49cdd668e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.6-beta2
+2.7.6
diff --git a/manifest b/manifest
index 3a6a1a7c83..46e03f3ac1 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index b3a89d579e..923acd3b85 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-ed47d162a072a2f98b633cc14f2be1474288d90b
\ No newline at end of file
+5143d4814df1dd440a362a90dd3f328c84527565
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 5c75435b2e..5645542530 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,6 +25,16 @@ proc chng {date desc} {
puts "
"
}
+chng {2003 Jan 25 (2.7.6)} {
+Performance improvements. The library is now much faster.
+Added the sqlite_set_authorizer() API. Formal documentation has
+ not been written - see the source code comments for instructions on
+ how to use this function.
+Fix a bug in the GLOB operator that was preventing it from working
+ with upper-case letters.
+Various minor bug fixes.
+}
+
chng {2002 Dec 27 (2.7.5)} {
Fix an uninitialized variable in pager.c which could (with a probability
of about 1 in 4 billion) result in a corrupted database.