From 685b941542fa1d836f9934d5b193bb5dc44f6346 Mon Sep 17 00:00:00 2001
From: drh
Date: Wed, 8 May 2002 11:57:09 +0000
Subject: [PATCH] Increase the version number and update the change log in
preparation for the 2.4.11 release. (CVS 554)
FossilOrigin-Name: f6e406aa0422d9b5a3cfe89b0d38def535f8fe9b
---
VERSION | 2 +-
manifest | 14 +++++++-------
manifest.uuid | 2 +-
www/changes.tcl | 6 ++++++
4 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/VERSION b/VERSION
index b0f6bf0cd2..11e3212692 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.10
+2.4.11
diff --git a/manifest b/manifest
index 46318c9698..dd785a7e0d 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index 5f41bfe897..93b929609d 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-08f27cb36805d38648274b6fe91dec43a5910057
\ No newline at end of file
+f6e406aa0422d9b5a3cfe89b0d38def535f8fe9b
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 79e996f3bd..9a8331a2f7 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,6 +25,12 @@ proc chng {date desc} {
puts "
"
}
+chng {2002 May 08 (2.4.11)} {
+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.
+}
+
chng {2002 May 02 (2.4.10)} {
Bug fix: Generate correct column headers when a compound SELECT is used
as a subquery.