Update the version number and changes log for 2.4.9 (CVS 541)

FossilOrigin-Name: a91da82f8ae2b375bf9f5e064f16d6a5770e20b6
This commit is contained in:
drh 2002-04-22 00:33:23 +00:00
parent e98d4fafe4
commit 85b988c803
4 changed files with 14 additions and 9 deletions

View File

@ -1 +1 @@
2.4.8
2.4.9

View File

@ -1,9 +1,9 @@
C Fix\sfor\sticket\s#21\s(I\sthink):\sDo\snot\sreturn\san\s"out\sof\smemory"\serror\sif\swe\ncan\snot\sfind\sthe\susers\shome\sdirectory.\sInstead,\sjust\sreport\sthat\swe\scould\nnot\sfind\sthe\shome\sdirectory.\s(CVS\s540)
D 2002-04-21T19:06:22
C Update\sthe\sversion\snumber\sand\schanges\slog\sfor\s2.4.9\s(CVS\s541)
D 2002-04-22T00:33:24
F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
F VERSION 5446cf3087aa40ee419d025faa144cfb7da913b7
F VERSION 23cded544ac22813b39f410aac0a8735ae991d64
F aclocal.m4 11faa843caa38fd451bc6aeb43e248d1723a269d
F config.guess f38b1e93d1e0fa6f5a6913e9e7b12774b9232588
F config.log 6a73d03433669b10a3f0c221198c3f26b9413914
@ -116,7 +116,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 f2099632da4957a24de356cbf6f800de6ba2fc28
F www/changes.tcl c4bc9b9e57bf67f272e6d420de4d99175f4d9e82
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49
@ -131,7 +131,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
P d703a2c5c4fa3e792e203fd9895b59570b5fdfd1
R bb1d1e53778c477b7a16e995e39db7ea
P 8a50c57cc3342de9c6eca6c2567d3aa42b407f10
R 472bee23aa57568ebf6afa84b40ded15
U drh
Z 70b66d954b78e66bbb5b11096a71fa35
Z 9dffa65382299cf857a0cc2534644441

View File

@ -1 +1 @@
8a50c57cc3342de9c6eca6c2567d3aa42b407f10
a91da82f8ae2b375bf9f5e064f16d6a5770e20b6

View File

@ -25,6 +25,11 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
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>
}
chng {2002 Apr 20 (2.4.8)} {
<li>Make sure VIEWs are created after their corresponding TABLEs in the
output of the <b>.dump</b> command in the shell.</li>