]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Increase the version number and update the change log in preparation for
authordrh <drh@noemail.net>
Wed, 8 May 2002 11:57:09 +0000 (11:57 +0000)
committerdrh <drh@noemail.net>
Wed, 8 May 2002 11:57:09 +0000 (11:57 +0000)
the 2.4.11 release. (CVS 554)

FossilOrigin-Name: f6e406aa0422d9b5a3cfe89b0d38def535f8fe9b

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index b0f6bf0cd29cd4a9781fb3f61498d79f6712c0f0..11e32126922c586ee62c3701b36a9616626dbc8e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.10
+2.4.11
index 46318c96989c37193cb950796e36b0777c6f0d9c..dd785a7e0d5d3a96d715a0194fe358cba9d00fa5 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Fix\sfor\stickets\s#32\sand\s#33:\sGenerate\sthe\snames\sof\sthe\sresult\sset\searly,\sbefore\ndoing\sthe\sflattening\soptimization\sor\sevaluating\ssubqueries.\s\sOtherwise,\sthe\nresult\sset\scolumn\snames\sare\sgenerated\sincorrectly\sor\safter\sthey\sare\sneeded.\s(CVS\s553)
-D 2002-05-08T11:54:15
+C Increase\sthe\sversion\snumber\sand\supdate\sthe\schange\slog\sin\spreparation\sfor\nthe\s2.4.11\srelease.\s(CVS\s554)
+D 2002-05-08T11:57:10
 F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
 F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
-F VERSION 6e80c9947485276e468a2630f3c89616498507bf
+F VERSION fad4e0bf37e1af179693612ee7dd3e21591578a4
 F aclocal.m4 11faa843caa38fd451bc6aeb43e248d1723a269d
 F config.guess f38b1e93d1e0fa6f5a6913e9e7b12774b9232588
 F config.sub f14b07d544ca26b5d698259045136b783e18fc7f
@@ -115,7 +115,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 898297d317cdc4554427a381e5426f65767ba07a
+F www/changes.tcl 2178c2f6a259885904f6406864006a1602d5d498
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
 F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
 F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49
@@ -130,7 +130,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
 F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P cc541b10302774b9004babbfb3a11b1f65d4b863
-R 054a35fac576992802ba562437446471
+P 08f27cb36805d38648274b6fe91dec43a5910057
+R 17202f5bc5a2297c04fce252ad531823
 U drh
-Z 04c420bf6c4394719a156e66dc666487
+Z e95099e689d5a48a1cef1b47b62cca61
index 5f41bfe897f17618c36f96f2c876cfc223b5a61a..93b929609d63749fdad9dab615efcacaf0e3ec99 100644 (file)
@@ -1 +1 @@
-08f27cb36805d38648274b6fe91dec43a5910057
\ No newline at end of file
+f6e406aa0422d9b5a3cfe89b0d38def535f8fe9b
\ No newline at end of file
index 79e996f3bdebda49c5131a3bc7fa39cc47fd6b31..9a8331a2f74458fbd55d1e5e0342f7890624ada2 100644 (file)
@@ -25,6 +25,12 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2002 May 08 (2.4.11)} {
+<li>Bug fix: Column names in the result set were not being generated
+    correctly for some (rather complex) VIEWs.  This could cause a
+    segfault under certain circumstances.</li>
+}
+
 chng {2002 May 02 (2.4.10)} {
 <li>Bug fix: Generate correct column headers when a compound SELECT is used
     as a subquery.</li>