-C Drop\ssupport\sfor\sthe\sSQLITE_OMIT_MEMORY_ALLOCATION\scompile-time\soption.\s(CVS\s4529)
-D 2007-11-05T17:54:17
+C Preparing\sdocumentation\sfor\sthe\srelease\sof\sversion\s3.5.2.\s(CVS\s4530)
+D 2007-11-05T18:11:18
F Makefile.in 30c7e3ba426ddb253b8ef037d1873425da6009a8
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
-F VERSION 873b19f713b5e7481dd12648f2fa3178058dee00
+F VERSION 7462505067ad1163a13b6763eea21e0d0c0413a6
F aclocal.m4 d20ba55930a05197b484809fba1d2b603f4e67a6
F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352
F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 88884dd743039d1a95aa57f4a5eb369de7744716
F www/capi3ref.tcl 167c2d5b45da22d77b2493b00d44b001b4ec83b1
-F www/changes.tcl 2c4440a232f6011e4e68def6fdc3bf92fbbf2659
+F www/changes.tcl 7540ccadb3072f3aba44f9f745aad0f4a0458a55
F www/common.tcl 2b793e5c31486c8a01dd27dc0a631ad93704438e
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
F www/formatchng.tcl 722a9c08be4f7325b3a545abfe508cfbabe20eb7
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
-F www/index.tcl 26d51247806337cc1464b62a8a1d7f0a0e3acaa1
+F www/index.tcl d23c2491aed9fef025c95b0d0f954ee6a28703dd
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
F www/lang.tcl e015c489a30cbf5669bc6aef5c932a6b4f6ddf48
F www/limits.tcl 9035eb73e814ccb298595fd57670dec817533616
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/mkapidoc.tcl 2fdbb765c38a4467687ba390e07c1229d4939a3b
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
-F www/oldnews.tcl 11eb63e47e0bed91cd0d25984a38e44abf90c6a2
+F www/oldnews.tcl acfcfc6e90c41ef46a605c87972cdb6061867e1f
F www/omitted.tcl ee6b46f83d513b2187869740da829a700e1a355e
F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f
F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P ecbff972a1f5c7d846c322c435fa73584655b7f0
-R 4a6faeb1d5909fa4fd0f66b7cab8ebd0
+P b57c89fed0b74c2e8fb68ccfdf5e5e7d4b2603a1
+R 045acfab3b69ad15684e6d98cc0cde64
U drh
-Z c84b000500150d084eda9369c9fa3fc9
+Z 66366584881751629fa9e627470bcc32
-b57c89fed0b74c2e8fb68ccfdf5e5e7d4b2603a1
\ No newline at end of file
+b985328ad98669cbf2fb9a56b015a1db35657004
\ No newline at end of file
puts "</DD>"
}
+chng {2007 Nov 05 (3.5.2)} {
+<li>Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time
+option.
+<li>Always open files using FILE_FLAG_RANDOM_ACCESS under windows.
+<li>The 3rd parameter of the built-in SUBSTR() function is now optional.
+<li>Bug fix: do not invoke the authorizer when reparsing the schema after
+a schema change.
+<li>Added the experimental malloc-free memory allocator in mem3.c.
+<li>Virtual machine stores 64-bit integer and floating point constants
+in binary instead of text for a performance boost.
+<li>Fix a race condition in test_async.c.
+<li>Added the ".timer" command to the CLI
+}
+
chng {2007 Oct 04 (3.5.1)} {
<li><i><b>Nota Bene:</b> We are not using terms "alpha" or "beta" on this
release because the code is stable and because if we use those terms,
puts "<hr width=\"50%\">"
}
+newsitem {2007-Nov-05} {Version 3.5.2} {
+ This is an incremental release that fixes several minor problems,
+ adds some obscure features, and provides some performance tweaks.
+ Upgrading is optional.
+
+ The experimental compile-time option
+ SQLITE_OMIT_MEMORY_ALLOCATION is no longer supported. On the other
+ hand, it is now possible to compile SQLite so that it uses a static
+ array for all its dynamic memory allocation needs and never calls
+ malloc. Expect to see additional radical changes to the memory
+ allocation subsystem in future releases.
+}
+
newsitem {2007-Oct-04} {Version 3.5.1} {
Fix a long-standing bug that might cause database corruption if a
disk-full error occurs in the middle of a transaction and that
freeze the new design.
}
-newsitem {2007-Aug-13} {Version 3.4.2} {
- While stress-testing the
- <a href="capi3ref.html#sqlite3_soft_heap_limit">soft_heap_limit</a>
- feature, a bug that could lead to
- <a href="http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption">database
- corruption</a> was <a href="http://www.sqlite.org/cvstrac/tktview?tn=2565">
- discovered and fixed</a>.
- Though the consequences of this bug are severe, the chances of hitting
- it in a typical application are remote. Upgrading is recommended
- only if you use the
- <a href="capi3ref.html#sqlite3_soft_heap_limit">sqlite3_soft_heap_limit</a>
- interface.
-}
-
-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>.
-}
-
puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
-footer {$Id: index.tcl,v 1.164 2007/10/03 20:32:17 drh Exp $}
+footer {$Id: index.tcl,v 1.165 2007/11/05 18:11:18 drh Exp $}
puts "<hr width=\"50%\">"
}
+newsitem {2007-Aug-13} {Version 3.4.2} {
+ While stress-testing the
+ <a href="capi3ref.html#sqlite3_soft_heap_limit">soft_heap_limit</a>
+ feature, a bug that could lead to
+ <a href="http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption">database
+ corruption</a> was <a href="http://www.sqlite.org/cvstrac/tktview?tn=2565">
+ discovered and fixed</a>.
+ Though the consequences of this bug are severe, the chances of hitting
+ it in a typical application are remote. Upgrading is recommended
+ only if you use the
+ <a href="capi3ref.html#sqlite3_soft_heap_limit">sqlite3_soft_heap_limit</a>
+ interface.
+}
+
+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
Plans are to continue to support SQLite version 2.8 with
bug fixes. But all new development will occur in version 3.0.
}
-footer {$Id: oldnews.tcl,v 1.23 2007/09/04 01:58:27 drh Exp $}
+footer {$Id: oldnews.tcl,v 1.24 2007/11/05 18:11:18 drh Exp $}