From: drh Date: Sat, 30 Mar 2002 15:27:56 +0000 (+0000) Subject: Update the change log to include the previous commit. (CVS 508) X-Git-Tag: version-3.6.10~5567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=132ebed2bf7cd78356f93501702876c8f2284c7b;p=thirdparty%2Fsqlite.git Update the change log to include the previous commit. (CVS 508) FossilOrigin-Name: 81c4b749614cb0ca50bc52a3d4aac189af0222cd --- diff --git a/manifest b/manifest index 2f1c0d46b0..8cbcc235f3 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sfor\sbug\s#3:\sAllow\sVIEW\sas\sa\scolumn\sname.\s\sAlso\sallow\sCOPY.\s(CVS\s507) -D 2002-03-30T15:26:51 +C Update\sthe\schange\slog\sto\sinclude\sthe\sprevious\scommit.\s(CVS\s508) +D 2002-03-30T15:27:57 F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0 @@ -116,7 +116,7 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4 F www/arch.tcl 72a0c80e9054cc7025a50928d28d9c75c02c2b8b F www/c_interface.tcl 567cda531aac9d68a61ef02e26c6b202bd856db2 -F www/changes.tcl 255d65014ca4b67f1d6d7b8151324e4249bf7ca5 +F www/changes.tcl 2ffec658e3072301bcead463b035b9663f7bbbed 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 829b393d1ab187fd7a5e978631b3429318885c49 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P 8ce9a1fad2d8b20876b0557fa57515e0df74ed05 -R e3e6743fe3cd6441517378726496ed2c +P d2bdc0feeb3a3595850f40ab211df7a3963d6c30 +R 1efdee052cda46c4285c9aa461bc40c7 U drh -Z 8268c6d7053c63093cf4628188d6e593 +Z 3701183fe40d012d7dea475d59ae9fae diff --git a/manifest.uuid b/manifest.uuid index 431a8671d4..1e913e809f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -d2bdc0feeb3a3595850f40ab211df7a3963d6c30 \ No newline at end of file +81c4b749614cb0ca50bc52a3d4aac189af0222cd \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index f465c3cd59..fb231d8642 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -26,6 +26,7 @@ proc chng {date desc} { } chng {2002 Mar 24 (2.4.4)} { +
  • Allow "VIEW" to be a column name
  • Added support for CASE expressions (patch from Dan Kennedy)
  • Added RPMS to the delivery (patches from Doug Henry)
  • Fix typos in the documentation