]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Put a missing double-quote into the changes.html page. (CVS 3558)
authordrh <drh@noemail.net>
Thu, 4 Jan 2007 18:01:41 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Jan 2007 18:01:41 +0000 (18:01 +0000)
FossilOrigin-Name: 277f8faae4f014b0162713369b074520b628a465

manifest
manifest.uuid
www/changes.tcl

index 8a7840768b5dd5ef22c47696ebd53a259fc9b66e..b86ac9fc335d103e41c99bd24be14504bee6461d 100644 (file)
--- 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
index 72066bf098b22b3fe78095ec4646f7b830d17cfd..6e248bd4c1de75f7c3f6d25f243fa730d4d8571f 100644 (file)
@@ -1 +1 @@
-8bf19a6a41ad1235b7baae28957538e800de9a80
\ No newline at end of file
+277f8faae4f014b0162713369b074520b628a465
\ No newline at end of file
index 25deb670f8b2ca16f7735fd03b4df8e7e87cf497..7623412b383a91b1a4bcab7e065da5d9d6f02e67 100644 (file)
@@ -28,7 +28,7 @@ proc chng {date desc} {
 chng {2007 January 4 (3.3.9)} {
 <li>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</li>
-<li>Added the <a href="capi3ref.html#sqlite3_prepare_v2>sqlite3_prepare_v2()</a>
+<li>Added the <a href="capi3ref.html#sqlite3_prepare_v2">sqlite3_prepare_v2()</a>
 API.</li>
 <li>Fixed the ".dump" command in the command-line shell to show
 triggers and views again.</li>