]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Preparing for the 2.7.4 release. (CVS 802)
authordrh <drh@noemail.net>
Tue, 17 Dec 2002 14:30:42 +0000 (14:30 +0000)
committerdrh <drh@noemail.net>
Tue, 17 Dec 2002 14:30:42 +0000 (14:30 +0000)
FossilOrigin-Name: f685ae15b1179baeadfadbaef0a73b001c96fac5

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index 2c9b4ef42ecbc54d7c946c9ad26424b89d1f792d..a4dd9dba4fbfc56b9de647bc31ed848d9f65885f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.3
+2.7.4
index 5e0f7f210c4538ac8a5559c5a98fe6103e81466d..d74f7a942cd695bfa70a960c59cad3d5eeca899a 100644 (file)
--- 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
index a43178506cf56ce676c8e1a3c4340eb28529c713..7e09978c6ad9d053fc9475147f595dea40881771 100644 (file)
@@ -1 +1 @@
-fa1b5e2119617b111c6b463bbf641ddcb9972cae
\ No newline at end of file
+f685ae15b1179baeadfadbaef0a73b001c96fac5
\ No newline at end of file
index 70fa135e8f96dd8653572098c6055fde88a383a8..644e5931f0e14fbfb7739471faf0b30c862a1702 100644 (file)
@@ -25,9 +25,16 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
-chng {2002 Nov ?? (2.7.4)} {
+chng {2002 Dec 17 (2.7.4)} {
 <li>Database files can now grow to be up to 2^41 bytes.  The old limit
     was 2^31 bytes.</li>
+<li>The optimizer will now scan tables in the reverse if doing so will
+    satisfy an ORDER BY ... DESC clause.</li>
+<li>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().</li>
+<li>Speed improvements in the VDBE.</li>
+<li>Lots of little bug fixes.</li>
 }
 
 chng {2002 Oct 30 (2.7.3)} {