]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Typo in change log fixed. (CVS 330)
authordrh <drh@noemail.net>
Sat, 15 Dec 2001 03:00:42 +0000 (03:00 +0000)
committerdrh <drh@noemail.net>
Sat, 15 Dec 2001 03:00:42 +0000 (03:00 +0000)
FossilOrigin-Name: 3a31daf6465b989a2b0790a2d1ba22ff955486a0

manifest
manifest.uuid
www/changes.tcl

index 395d7736a284e8cc4197cae3a0c2e87ca0de7eb5..8a66799a6c74dd5543cdfa00960100115afbaf0b 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Release\s2.1.7\s(CVS\s329)
-D 2001-12-15T02:58:19
+C Typo\sin\schange\slog\sfixed.\s(CVS\s330)
+D 2001-12-15T03:00:42
 F Makefile.in 352fed589f09dd94347e0bb391d047118ebd6105
 F Makefile.template 0fbf0ee1fe38183d760170a13e91fffec64e73f5
 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
@@ -104,7 +104,7 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf
 F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
 F www/arch.tcl 72a0c80e9054cc7025a50928d28d9c75c02c2b8b
 F www/c_interface.tcl 58922228e8fdb0f6af3561a051ee8ccec6dbfd17
-F www/changes.tcl e307a93dea256ff902a4d73ae06e6e5152494bbd
+F www/changes.tcl 0b921ad20b5dd262e5a9594691b9708a311e5912
 F www/crosscompile.tcl 3622ebbe518927a3854a12de51344673eb2dd060
 F www/download.tcl 1ea61f9d89a2a5a9b2cee36b0d5cf97321bdefe0
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
@@ -117,7 +117,7 @@ F www/speed.tcl 83457b2bf6bb430900bd48ca3dd98264d9a916a5
 F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
 F www/tclsqlite.tcl 880ef67cb4f2797b95bf1368fc4e0d8ca0fda956
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P 1404ac076b2155778b6b21546b30df6f45ea7ba7
-R 25381412185e86f2b4f47122fef4a2a7
+P 71cb9e8ad7616b1f84dc04700685bd4dc157d2db
+R fe372d30b06d43519de0595e4ea6a38e
 U drh
-Z db369242d2bf573e749f5780d9daeb32
+Z f4a47802b842236115c5e5fd7c8aef7b
index de8359c16b0c027024ef097f08d1db8ca8fe6b3b..f6c85342ceadc876ba2f4c7acdb80f438da9c357 100644 (file)
@@ -1 +1 @@
-71cb9e8ad7616b1f84dc04700685bd4dc157d2db
\ No newline at end of file
+3a31daf6465b989a2b0790a2d1ba22ff955486a0
\ No newline at end of file
index 895bee1118a71b25b0d25d506032a97208a0f1ab..c2dc8950ebad06e6353c743ea302dc57c7350b0c 100644 (file)
@@ -21,7 +21,7 @@ chng {2001 Dec 14 (2.1.7)} {
 <li>Fix a bug in <b>CREATE TEMPORARY TABLE</b> which was causing the
     table to be initially allocated in the main database file instead
     of in the separate temporary file.  This bug could cause the library
-    to suffer an assertion failure and it cause cause "page leaks" in the
+    to suffer an assertion failure and it could cause "page leaks" in the
     main database file.
 <li>Fix a bug in the b-tree subsystem that could sometimes cause the first
     row of a table to be repeated during a database scan.</li>