From 85d5ef8b78a370452b5dc95a5ba1667d69afb7b0 Mon Sep 17 00:00:00 2001 From: drh Date: Fri, 20 Jul 2007 01:17:28 +0000 Subject: [PATCH] Documentation change in preparation for version 3.4.1. (CVS 4167) FossilOrigin-Name: cf227766aca5065fd68e83f145943fe9d15cd7ef --- VERSION | 2 +- manifest | 16 ++++++++-------- manifest.uuid | 2 +- www/changes.tcl | 30 ++++++++++++++++++++++++++++++ www/index.tcl | 15 +++++++++++++-- 5 files changed, 53 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index 18091983f5..47b322c971 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/manifest b/manifest index edfa4f31eb..ba3b432a5a 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 883e65ca38..342751e621 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -e5c132fff3e8a0478622527a7e47d679594f899a \ No newline at end of file +cf227766aca5065fd68e83f145943fe9d15cd7ef \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index b6b9e54982..3682609a88 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -28,6 +28,36 @@ proc chng {date desc} { puts "" } +chng {2007 July 20 (3.4.1)} { +
  • Fix a bug in VACUUM that can lead to + + database corruption if two + processes are connected to the database at the same time and one + VACUUMs then the other then modifies the database.
  • +
  • The expression "+column" is now considered the same as "column" + when computing the collating sequence to use on the expression.
  • +
  • In the TCL language interface, + "@variable" instead of "$variable" always binds as a blob.
  • +
  • Added PRAGMA freelist_count + for determining the current size of the freelist.
  • +
  • The + PRAGMA auto_vacuum=incremental setting is now persistent.
  • +
  • Add FD_CLOEXEC to all open files under unix.
  • +
  • Fix a bug in the + min()/max() optimization when applied to + descending indices.
  • +
  • Make sure the TCL language interface works correctly with 64-bit + integers on 64-bit machines.
  • +
  • Allow the value -9223372036854775808 as an integer literal in SQL + statements.
  • +
  • Add the capability of "hidden" columns in virtual tables.
  • +
  • Use the macro SQLITE_PRIVATE (defaulting to "static") on all + internal functions in the amalgamation.
  • +
  • Add pluggable tokenizers and ICU + tokenization support to FTS2
  • +
  • Other minor bug fixes and documentation enhancements
  • +} + chng {2007 June 18 (3.4.0)} {
  • 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 diff --git a/www/index.tcl b/www/index.tcl index 953e65b63b..42d19a0384 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -71,6 +71,16 @@ proc newsitem {date title text} { puts "
    " } +newsitem {2007-Jly-20} {Version 3.4.1} { + This release fixes a bug in VACUUM that + can lead to + database corruption. The bug was introduced in version + 3.3.14. + Upgrading is recommended for all users. Also included are a slew of + other more routine + enhancements and bug fixes. +} + 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 incremental BLOB I/O and incremental vacuum. - See the change log for additional information. + See the change log + for additional information. } newsitem {2007-Apr-25} {Version 3.3.17} { @@ -114,4 +125,4 @@ puts {

    Old news...

    } -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 $}