]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Documentation change in preparation for version 3.4.1. (CVS 4167)
authordrh <drh@noemail.net>
Fri, 20 Jul 2007 01:17:28 +0000 (01:17 +0000)
committerdrh <drh@noemail.net>
Fri, 20 Jul 2007 01:17:28 +0000 (01:17 +0000)
FossilOrigin-Name: cf227766aca5065fd68e83f145943fe9d15cd7ef

VERSION
manifest
manifest.uuid
www/changes.tcl
www/index.tcl

diff --git a/VERSION b/VERSION
index 18091983f59ddde8105e566545a0d9e4a12a4f1c..47b322c971c3ce34b223693982d647bf2e352923 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4.0
+3.4.1
index edfa4f31eb41c23fbc92c383e89c4a2add03da1c..ba3b432a5aebf3a02103a8d2c5c6e6414256ac1e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Fix\sa\smemory\sleak\sin\sthe\sRename\smethod\sof\sthe\secho\stest\svirtual\stable.\nNo\schanges\sto\sthe\score.\s(CVS\s4166)
-D 2007-07-20T00:35:59
+C Documentation\schange\sin\spreparation\sfor\sversion\s3.4.1.\s(CVS\s4167)
+D 2007-07-20T01:17:28
 F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
-F VERSION bd995b15c92d73ccf2f3e65d51702f88efea8001
+F VERSION 4172908fc281e4d4b467aac13bfee97f271774d3
 F aclocal.m4 d20ba55930a05197b484809fba1d2b603f4e67a6
 F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352
 F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
@@ -473,7 +473,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 88884dd743039d1a95aa57f4a5eb369de7744716
 F www/capi3ref.tcl 167c2d5b45da22d77b2493b00d44b001b4ec83b1
-F www/changes.tcl 273d57f681d16c40e9cd875e731215cab79526fc
+F www/changes.tcl e23e0c2e93a4c79cb4caee109c20bd66c6d15831
 F www/common.tcl 2b793e5c31486c8a01dd27dc0a631ad93704438e
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -492,7 +492,7 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl bbb8af1ee494a71031acac4c8d8c51535f23b9df
 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
-F www/index.tcl 9c1f9127283298a90fe021a6277302aafabbced2
+F www/index.tcl 9f8672c2165ecedf876d7b35f02da53eea6401b8
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
 F www/lang.tcl d32eef14c40888a0e27c1c9968a7ae5692fa7858
 F www/limits.tcl ff26cca93d6d697a8e5fa3a4b0355c751311763b
@@ -518,7 +518,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 31dba1e933c523a47fdd007c2c7492133dfe72f2
-R b2601e6b4eaef4d5b493d2c539184a6c
+P e5c132fff3e8a0478622527a7e47d679594f899a
+R 257ed73322841f9860d11028b8dec0eb
 U drh
-Z 797882072b5d946c657e34a757eff53d
+Z 9de63deedb1b3572b2a40ff73689e23f
index 883e65ca382751dbec66291d25bc3455388573fb..342751e62154cba7c2b684411f6818198f2fa402 100644 (file)
@@ -1 +1 @@
-e5c132fff3e8a0478622527a7e47d679594f899a
\ No newline at end of file
+cf227766aca5065fd68e83f145943fe9d15cd7ef
\ No newline at end of file
index b6b9e549821c4cd0c477f788cec95e627c02add8..3682609a88ffc267b81b39dc42bc8d730e64eb75 100644 (file)
@@ -28,6 +28,36 @@ proc chng {date desc} {
   puts "</DD>"
 }
 
+chng {2007 July 20 (3.4.1)} {
+<li>Fix a bug in <a href="lang_vacuum.html">VACUUM</a> that can lead to
+    <a href="http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption">
+    database corruption</a> if two
+    processes are connected to the database at the same time and one
+    VACUUMs then the other then modifies the database.</li>
+<li>The expression "+column" is now considered the same as "column"
+    when computing the collating sequence to use on the expression.</li>
+<li>In the <a href="tclsqlite.html">TCL language interface</a>,
+   "@variable" instead of "$variable" always binds as a blob.</li>
+<li>Added <a href="pragma.html#pragma_freelist_count">PRAGMA freelist_count</a>
+    for determining the current size of the freelist.</li>
+<li>The <a href="pragma.html#pragma_auto_vacuum">
+    PRAGMA auto_vacuum=incremental</a> setting is now persistent.</li>
+<li>Add FD_CLOEXEC to all open files under unix.</li>
+<li>Fix a bug in the <a href="optoverview.html#minmax">
+    min()/max() optimization</a> when applied to
+    descending indices.</li>
+<li>Make sure the TCL language interface works correctly with 64-bit
+    integers on 64-bit machines.</li>
+<li>Allow the value -9223372036854775808 as an integer literal in SQL
+    statements.</li>
+<li>Add the capability of "hidden" columns in virtual tables.</li>
+<li>Use the macro SQLITE_PRIVATE (defaulting to "static") on all
+    internal functions in the amalgamation.</li>
+<li>Add pluggable tokenizers and <a href="http://www.icu-project.org/">ICU</a>
+    tokenization support to FTS2</li>
+<li>Other minor bug fixes and documentation enhancements</li>
+}
+
 chng {2007 June 18 (3.4.0)} {
 <li>Fix a bug that can lead to database corruption if an SQLITE_BUSY error
     occurs in the middle of an explicit transaction and that transaction
index 953e65b63bddd809cad2d1eafd4d69239a41941e..42d19a038422febe19160f99b589f39285d877ee 100644 (file)
@@ -71,6 +71,16 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
+newsitem {2007-Jly-20} {Version 3.4.1} {
+  This release fixes a bug in <a href="lang_vacuum.html">VACUUM</a> that
+  can lead to <a href="http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption">
+  database corruption</a>.  The bug was introduced in version 
+  <a href="changes.html#version_3_3_14">3.3.14</a>.
+  Upgrading is recommended for all users.  Also included are a slew of
+  other more routine
+  <a href="changes.html#version_3_4_1">enhancements and bug fixes</a>.
+}
+
 newsitem {2007-Jun-18} {Version 3.4.0} {
   This release fixes two separate bugs either of which 
   can lead to database corruption.  Upgrading
@@ -93,7 +103,8 @@ newsitem {2007-Jun-18} {Version 3.4.0} {
   There are also new features, including
   <a href="capi3ref.html#sqlite3_blob_open">incremental BLOB I/O</a> and
   <a href="pragma.html#pragma_incremental_vacuum">incremental vacuum</a>.
-  See the <a href="changes.html">change log</a> for additional information.
+  See the <a href="changes.html#version_3_4_0">change log</a> 
+  for additional information.
 }
 
 newsitem {2007-Apr-25} {Version 3.3.17} {
@@ -114,4 +125,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.157 2007/06/18 12:22:43 drh Exp $}
+footer {$Id: index.tcl,v 1.158 2007/07/20 01:17:28 drh Exp $}