From: drh Date: Thu, 4 Jan 2007 18:01:41 +0000 (+0000) Subject: Put a missing double-quote into the changes.html page. (CVS 3558) X-Git-Tag: version-3.6.10~2610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d9b33208cfdabee0b35343135e7ac632b8cbfb;p=thirdparty%2Fsqlite.git Put a missing double-quote into the changes.html page. (CVS 3558) FossilOrigin-Name: 277f8faae4f014b0162713369b074520b628a465 --- diff --git a/manifest b/manifest index 8a7840768b..b86ac9fc33 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Version\s3.3.9\s(CVS\s3557) -D 2007-01-04T17:01:20 +C Put\sa\smissing\sdouble-quote\sinto\sthe\schanges.html\spage.\s(CVS\s3558) +D 2007-01-04T18:01:41 F Makefile.in 63a71177ed4355c829229affe11167bd28c85884 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -381,7 +381,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 4dbc9521c06b6d5bf0b2f826106fa906c829a55a -F www/changes.tcl ae03d65e8ed68f878f0ab873a2d0e2647cc36176 +F www/changes.tcl d225f2cbf81ce10711f8330d3072d5c607b4ed19 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -424,7 +424,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 7e2832978f69cad105699259247581514ee7bd33 -R 1565fba65c6bf980fc2d2b89099e9210 +P 8bf19a6a41ad1235b7baae28957538e800de9a80 +R 1c3105d6187d6addc1c279ab7d55b124 U drh -Z b83942b0c24aeb8f23fded80a08850e8 +Z b29bee3c50503596505992e6bce6002a diff --git a/manifest.uuid b/manifest.uuid index 72066bf098..6e248bd4c1 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -8bf19a6a41ad1235b7baae28957538e800de9a80 \ No newline at end of file +277f8faae4f014b0162713369b074520b628a465 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 25deb670f8..7623412b38 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -28,7 +28,7 @@ proc chng {date desc} { chng {2007 January 4 (3.3.9)} {
  • Fix bugs in pager.c that could lead to database corruption if two processes both try to recover a hot journal at the same instant
  • -
  • Added the sqlite3_prepare_v2() API.
  • Fixed the ".dump" command in the command-line shell to show triggers and views again.