Update the change log prior to releasing version 2.4.10. (CVS 549)

FossilOrigin-Name: 67838bbc800a1acdd91af8e43f5a65494fb9d690
This commit is contained in:
drh 2002-05-03 00:17:54 +00:00
parent 08192d5f76
commit 2e18abf43c
3 changed files with 18 additions and 7 deletions

View File

@ -1,5 +1,5 @@
C Fix\sfor\sticket\s#31:\sDo\snot\sattempt\sthe\sflattening\soptimization\sif\sthe\nsubselect\sdoes\snot\scontain\sa\sFROM\sclause.\s\sHandle\sthe\sspecial\scase\swhere\na\sWHERE\sclause\sis\sconstant.\s(CVS\s548)
D 2002-04-30T19:20:28
C Update\sthe\schange\slog\sprior\sto\sreleasing\sversion\s2.4.10.\s(CVS\s549)
D 2002-05-03T00:17:54
F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
@ -117,7 +117,7 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf
F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
F www/arch.tcl 72a0c80e9054cc7025a50928d28d9c75c02c2b8b
F www/c_interface.tcl 79f63ffa8c6e7adb9e3449ff325d093cfb0ce3e3
F www/changes.tcl c4bc9b9e57bf67f272e6d420de4d99175f4d9e82
F www/changes.tcl 898297d317cdc4554427a381e5426f65767ba07a
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49
@ -132,7 +132,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
P f7cea4634dd53204b4aa8a3630b9c55c40fdc4b3
R 9d7c12ded1d4fd021880c7039e5ea94d
P 24e4cf73d22bb41d26bf3c833f1854a9c90923e8
R 5d30e48f63589957c83bcafdc3ad7839
U drh
Z 70d8eddc023a9dcb2b671be415f0e5d2
Z 1c870499377124be86cfb09ddc052d38

View File

@ -1 +1 @@
24e4cf73d22bb41d26bf3c833f1854a9c90923e8
67838bbc800a1acdd91af8e43f5a65494fb9d690

View File

@ -25,6 +25,17 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 May 02 (2.4.10)} {
<li>Bug fix: Generate correct column headers when a compound SELECT is used
as a subquery.</li>
<li>Added the sqlite_encode_binary() and sqlite_decode_binary() functions to
the source tree. But they are not yet linked into the library.</li>
<li>Documentation updates.</li>
<li>Export the sqlite_changes() function from windows DLLs.</li>
<li>Bug fix: Do not attempt the subquery flattening optimization on queries
that lack a FROM clause. To do so causes a segfault.</li>
}
chng {2002 Apr 21 (2.4.9)} {
<li>Fix a bug that was causing the precompiled binary of SQLITE.EXE to
report "out of memory" under Windows 98.</li>