]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Updates to the homepage prior to 3.1.5. (CVS 2380)
authordrh <drh@noemail.net>
Fri, 11 Mar 2005 17:55:32 +0000 (17:55 +0000)
committerdrh <drh@noemail.net>
Fri, 11 Mar 2005 17:55:32 +0000 (17:55 +0000)
FossilOrigin-Name: c78611f620587d392b978d4218e3b464ccc74730

manifest
manifest.uuid
www/index.tcl

index 6a5d704d3183ff85cd7de858bb249940c160230a..75ec803ec00a4eba0df77726610fced3c3b8a582 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sbugs\sdiscovered\sin\s3.1.4.\s\sF_FULLFSYNC\snot\sF_FULLSYNC.\s\sAnd\sa\sbug\sin\n"make\sdoc".\s\sAlso\stypos\sin\sthe\sdocumentation.\s(CVS\s2379)
-D 2005-03-11T17:52:35
+C Updates\sto\sthe\shomepage\sprior\sto\s3.1.5.\s(CVS\s2380)
+D 2005-03-11T17:55:32
 F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -256,7 +256,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a
-F www/index.tcl fc30249384e99f8f16d81f0cdce3080208da630d
+F www/index.tcl 273a50b0148c767e5b24f067f215aff706edf571
 F www/lang.tcl 0e5aeb09864b9ae0746d8afaa6377193f1553486
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
@@ -274,7 +274,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P 3d070a9b4d680d952464b53b51e82b95982bbfca
-R 5bb016f13991b9bf4ca0f89c86911f2d
+P 3c57a4571fc8463ce9de1cbe5be45538bf2f0de9
+R a1acbc4155cf8d30de8507bcbe0ac663
 U drh
-Z d835048681c788a857d539c4c65412ce
+Z aea93fb81324cceb9b41ba1d9ae45439
index 6c82ef4effda666f0505a2811c4f365dcb3ae5c2..142f2ff31f14f60ff83f6687029576a862cb21f5 100644 (file)
@@ -1 +1 @@
-3c57a4571fc8463ce9de1cbe5be45538bf2f0de9
\ No newline at end of file
+c78611f620587d392b978d4218e3b464ccc74730
\ No newline at end of file
index acf97b93247834838f2010b9e4a1366a179899ea..cdfcbd5240bd2b3406ce19414438f15876b1db41 100644 (file)
@@ -61,16 +61,17 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
-newsitem {2005-Mar-10} {Version 3.1.4 Released} {
+newsitem {2005-Mar-11} {Versions 3.1.4 and 3.1.5 Released} {
   Version 3.1.4 fixes a critical bug that could cause database corruption
   if the autovacuum mode of version 3.1.0 is turned on (it is off by
   default) and a CREATE UNIQUE INDEX is executed within a transaction but
   fails because the indexed columns are not unique.  Anyone using the
   autovacuum feature and unique indices should upgrade.
 
-  Other changes in version 3.1.4 include the ability to disable
-  the F_FULLSYNC ioctl() by setting "PRAGMA synchronous=on" instead
-  of the default "PRAGMA synchronous=full".
+  Version 3.1.5 adds the ability to disable
+  the F_FULLFSYNC ioctl() in OS-X by setting "PRAGMA synchronous=on" instead
+  of the default "PRAGMA synchronous=full".  There was an attempt to add
+  this capability in 3.1.4 but it did not work due to a spelling error.
 }
 
 newsitem {2005-Feb-19} {Version 3.1.3 Released} {
@@ -119,4 +120,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.109 2005/03/11 04:39:58 drh Exp $}
+footer {$Id: index.tcl,v 1.110 2005/03/11 17:55:32 drh Exp $}