From 3450e1d3c2126eaef4a53af7ac5d88ace2f9b76f Mon Sep 17 00:00:00 2001
From: drh
Date: Tue, 17 Dec 2002 14:30:42 +0000
Subject: [PATCH] Preparing for the 2.7.4 release. (CVS 802)
FossilOrigin-Name: f685ae15b1179baeadfadbaef0a73b001c96fac5
---
VERSION | 2 +-
manifest | 14 +++++++-------
manifest.uuid | 2 +-
www/changes.tcl | 9 ++++++++-
4 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/VERSION b/VERSION
index 2c9b4ef42e..a4dd9dba4f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.3
+2.7.4
diff --git a/manifest b/manifest
index 5e0f7f210c..d74f7a942c 100644
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C If\sthe\s"fake_big_file"\scommand\sfails,\sbe\ssure\sto\sclose\sthe\sfile\sbefore\nreturning.\s(CVS\s801)
-D 2002-12-17T14:19:49
+C Preparing\sfor\sthe\s2.7.4\srelease.\s(CVS\s802)
+D 2002-12-17T14:30:43
F Makefile.in 868c17a1ae1c07603d491274cc8f86c04acf2a1e
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION 3cd17ced6590df1bb65cb7e075ab529b481517f0
+F VERSION 802cf24d4f6239bc973a0b4d27ec088209b514a9
F aclocal.m4 11faa843caa38fd451bc6aeb43e248d1723a269d
F config.guess f38b1e93d1e0fa6f5a6913e9e7b12774b9232588
F config.sub f14b07d544ca26b5d698259045136b783e18fc7f
@@ -132,7 +132,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 85480df78c2b95afdbee92fdfc01dfda9918a818
+F www/changes.tcl 4037f84f05a823fa62c315692ebf6201b96748fc
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
@@ -152,7 +152,7 @@ F www/speed.tcl a20a792738475b68756ea7a19321600f23d1d803
F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P b1ec547865a76541951433630bd4528d1988a4de
-R 4820e72bca35c51b3a8677ac2635958d
+P fa1b5e2119617b111c6b463bbf641ddcb9972cae
+R ab0c750118000ee7f5cb66111e7ee69b
U drh
-Z c24dbef41a9f6373c8f68994e5f33daa
+Z c6d84328e36546bba3a7ea6d93b78013
diff --git a/manifest.uuid b/manifest.uuid
index a43178506c..7e09978c6a 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-fa1b5e2119617b111c6b463bbf641ddcb9972cae
\ No newline at end of file
+f685ae15b1179baeadfadbaef0a73b001c96fac5
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 70fa135e8f..644e5931f0 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,9 +25,16 @@ proc chng {date desc} {
puts "
"
}
-chng {2002 Nov ?? (2.7.4)} {
+chng {2002 Dec 17 (2.7.4)} {
Database files can now grow to be up to 2^41 bytes. The old limit
was 2^31 bytes.
+The optimizer will now scan tables in the reverse if doing so will
+ satisfy an ORDER BY ... DESC clause.
+The full pathname of the database file is now remembered even if
+ a relative path is passed into sqlite_open(). This allows
+ the library to continue operating correctly after a chdir().
+Speed improvements in the VDBE.
+Lots of little bug fixes.
}
chng {2002 Oct 30 (2.7.3)} {