From: drh
Date: Fri, 22 Aug 2003 02:34:30 +0000 (+0000)
Subject: Change the CVSTrac website to www.sqlite.org. Update change summary for
X-Git-Tag: version-3.6.10~4989
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a866b8224445c4ab7897f32925bb5109800d5430;p=thirdparty%2Fsqlite.git
Change the CVSTrac website to www.sqlite.org. Update change summary for
the 2.8.6 release. (CVS 1079)
FossilOrigin-Name: a4e3e075e3b36e0f5f692067c5bf5e1b660d893d
---
diff --git a/manifest b/manifest
index 7b96e576d4..5a472ab50d 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthe\s-version-info\snumber\son\slibtool\sin\sMakefile.in.\s(CVS\s1078)
-D 2003-08-21T14:36:39
+C Change\sthe\sCVSTrac\swebsite\sto\swww.sqlite.org.\s\sUpdate\schange\ssummary\sfor\r\nthe\s2.8.6\srelease.\s(CVS\s1079)
+D 2003-08-22T02:34:30
F Makefile.in 4168f80989c60b195d378bcaa2e2046df03ee2ec
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -149,7 +149,7 @@ F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
F www/arch.tcl 44b589fc01d6829d43447ab40588b00aec5b9734
F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
F www/c_interface.tcl acacd31d4441de900e09ee48b5ffdef0162d8dc3
-F www/changes.tcl 45e8910d4a7daeb5aa219d9e72a3a4a0d06973df
+F www/changes.tcl 1188dd0e79f9a8c48996ff44e4d9e81789bf1503
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -157,18 +157,18 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
F www/fileformat.tcl ae6ccf3ffddb180a5af173cd6ee102169629762b
F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
-F www/index.tcl 64f867e40c1c4a8a0ffe560ec372df737ceeaec5
+F www/index.tcl 2915a79faaaf7441976948ae095da6ff63aff5c0
F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl 9cb56d98c0c623074cda4360a415f3f0a7074c90
-F www/omitted.tcl fe59eaa9c1459cbf08fa7daa83421bfc814331bb
+F www/omitted.tcl 11037a1b557bd01405092d93dfa08898a4c26cd7
F www/opcode.tcl b8d561f33597c62955796b797646f00144d97332
F www/quickstart.tcl 4e97bef825e6a4153c43afb9f97235fc4da278ab
F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 9699c68508db5da6238904e518835a629d430db6
-R 0855b6b7033ee57f11455988d76cb62f
+P dc36365eea7d0c8767d8947393a8d2746c02b220
+R 2b873f18d52e7cd646dc86505cc9d590
U drh
-Z 2319232aacc8eaf1cd15bb6a1debcab4
+Z 7835004780d1605f83cd87c26754dc2c
diff --git a/manifest.uuid b/manifest.uuid
index d94dec9215..7b682fdad0 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-dc36365eea7d0c8767d8947393a8d2746c02b220
\ No newline at end of file
+a4e3e075e3b36e0f5f692067c5bf5e1b660d893d
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 93f6f203e8..0043421e91 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -12,8 +12,8 @@ puts {
This file provides a high-level summary of changes to SQLite.
For more detail, refer the the checkin logs generated by
CVS at
-
-http://cvs.hwaci.com/sqlite/timeline.
+
+http:/www.sqlite.org/cvstrac/timeline.
@@ -25,6 +25,21 @@ proc chng {date desc} {
puts " "
}
+chng {2003 August 21 (2.8.6)} {
+
Moved the CVS repository to www.sqlite.org
+Update the NULL-handling documentation.
+Experimental date/time functions added.
+Bug fix: correctly evaluate a view of a view without segfaulting.
+Bug fix: prevent database corruption if you dropped a
+ trigger that had the same name as a table.
+Bug fix: allow a VACUUM (without segfaulting) on an empty
+ database after setting the EMPTY_RESULT_CALLBACKS pragma.
+Bug fix: if an integer value will not fit in a 32-bit int, store it in
+ a double instead.
+Bug fix: Make sure the journal file directory entry is committed to disk
+ before writing the database file.
+}
+
chng {2003 July 22 (2.8.5)} {
Make LIMIT work on a compound SELECT statement.
LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows.
diff --git a/www/index.tcl b/www/index.tcl
index e4579deec0..e8576e700e 100644
--- a/www/index.tcl
+++ b/www/index.tcl
@@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
-set rcsid {$Id: index.tcl,v 1.77 2003/07/22 12:44:54 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.78 2003/08/22 02:34:30 drh Exp $}
puts {
SQLite: An Embeddable SQL Database Engine
@@ -36,8 +36,8 @@ puts {
Quick Links:
@@ -64,7 +64,7 @@ puts {Features
three functions and one opaque structure.
TCL bindings included.
Bindings for many other languages
-
+
available separately.
Simple, well-commented source code.
Automated test suite provides near 100% code coverage.
@@ -79,12 +79,12 @@ puts {Current Status
A Change Summary is available on this
website. You can also access a detailed
-change history,
-view open bugs,
+change history,
+view open bugs,
or
-report new bugs
+report new bugs
at the
-CVS server.
+CVS server.
Complete source code and precompiled binaries for the latest release are
available for download on this site. You
@@ -138,7 +138,7 @@ puts {
Documentation
A speed comparison between SQLite, PostgreSQL,
and MySQL.
User-written documentation is available on the
- SQLite Wiki. Please
+ SQLite Wiki. Please
contribute if you can.
@@ -214,8 +214,8 @@ using SQLite, visit the Wiki documentation at:
-
-http://cvs.hwaci.com/sqlite/wiki
+
+http://www.sqlite.org/cvstrac/wiki
}
diff --git a/www/omitted.tcl b/www/omitted.tcl
index 97e20e11ae..32d82c8b45 100644
--- a/www/omitted.tcl
+++ b/www/omitted.tcl
@@ -1,7 +1,7 @@
#
# Run this script to generated a omitted.html output file
#
-set rcsid {$Id: omitted.tcl,v 1.4 2003/06/30 10:36:23 drh Exp $}
+set rcsid {$Id: omitted.tcl,v 1.5 2003/08/22 02:34:30 drh Exp $}
puts {
@@ -101,8 +101,8 @@ puts {
If you find other SQL92 features that SQLite does not support, please
add them to the Wiki page at
-
-http://cvs.hwaci.com/sqlite/wiki?p=Unsupported
+
+http://www.sqlite.org/cvstrac/wiki?p=Unsupported