Preparing for the 2.7.4 release. (CVS 802)

FossilOrigin-Name: f685ae15b1179baeadfadbaef0a73b001c96fac5
This commit is contained in:
drh 2002-12-17 14:30:42 +00:00
parent f1337bb5ff
commit 3450e1d3c2
4 changed files with 17 additions and 10 deletions

View File

@ -1 +1 @@
2.7.3
2.7.4

View File

@ -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

View File

@ -1 +1 @@
fa1b5e2119617b111c6b463bbf641ddcb9972cae
f685ae15b1179baeadfadbaef0a73b001c96fac5

View 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)} {