From bc9c9b99648f91ddb4901d2819a6265d5a512024 Mon Sep 17 00:00:00 2001 From: drh Date: Fri, 15 Jun 2007 17:04:37 +0000 Subject: [PATCH] Fix typo in change comments for 3.4.0. Ticket #2416 (CVS 4072) FossilOrigin-Name: 1f6f0330000ca564e75cd930afb9f9ce23551d89 --- manifest | 12 ++++++------ manifest.uuid | 2 +- www/changes.tcl | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest b/manifest index cb7ad35133..116e5c3e9e 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\smemory\sleak\sin\sthe\sparser\sthat\scan\soccur\sfollowing\sa\smalloc\sfailure.\s(CVS\s4071) -D 2007-06-15T17:03:14 +C Fix\stypo\sin\schange\scomments\sfor\s3.4.0.\s\sTicket\s#2416\s(CVS\s4072) +D 2007-06-15T17:04:38 F Makefile.in b9971ab07868cf2b3209fe3bf8c52e7e25af4193 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -460,7 +460,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 88884dd743039d1a95aa57f4a5eb369de7744716 F www/capi3ref.tcl 167c2d5b45da22d77b2493b00d44b001b4ec83b1 -F www/changes.tcl eddb6708265031c163bd3ce63cddf03914c9380d +F www/changes.tcl 397594fe2060982674cc20a2e6791c73b94a651c F www/common.tcl 2b793e5c31486c8a01dd27dc0a631ad93704438e F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -505,7 +505,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P d4ab94288b1e3d3d069ccc75d0fc2fbe6c1383c5 -R 28fd353cc057cda6d10f38cb606ea26f +P d0b6e9a07e99cc1a7d7f61877918c9a247899996 +R 9087f698020fc19e6fdd907a04804533 U drh -Z 5ef79f4f040d332fbba242516bccdf34 +Z 4374a21937759a53303f0172830b42c7 diff --git a/manifest.uuid b/manifest.uuid index e40939505e..930a6cb1b4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -d0b6e9a07e99cc1a7d7f61877918c9a247899996 \ No newline at end of file +1f6f0330000ca564e75cd930afb9f9ce23551d89 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 31af56d4b6..ff8d6f345b 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -59,7 +59,7 @@ chng {2007 June 15 (3.4.0)} {
  • Document the hazards of type coversions in sqlite3_column_blob() and related APIs. Fix unnecessary type conversions. Ticket #2321.
  • -
  • Internationalization of the TRIM() functin. Ticket #2323
  • +
  • Internationalization of the TRIM() function. Ticket #2323
  • Use memmove() instead of memcpy() when moving between memory regions that might overlap. Ticket #2334
  • Fix an optimizer bug involving subqueries in a compound SELECT that has