Increase the version number and update the change log in preparation for
the release of version 3.0.5. (CVS 1914) FossilOrigin-Name: 69922aabb5c0065eb551fe20065c866e6abad434
This commit is contained in:
parent
f298718005
commit
37e012846c
16
manifest
16
manifest
@ -1,9 +1,9 @@
|
||||
C Back\sout\san\soptimization\sthat\swas\scausing\sproblems\sin\sUTF-16\sdatabases.\s(CVS\s1913)
|
||||
D 2004-08-29T17:30:50
|
||||
C Increase\sthe\sversion\snumber\sand\supdate\sthe\schange\slog\sin\spreparation\sfor\nthe\srelease\sof\sversion\s3.0.5.\s(CVS\s1914)
|
||||
D 2004-08-29T17:52:40
|
||||
F Makefile.in 65a7c43fcaf9a710d62f120b11b6e435eeb4a450
|
||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||
F VERSION 17f839d72355f3b8d4b1e4715cfcc7aa03443e2a
|
||||
F VERSION ffdb637d0fe9a365fb39b4413a4f366d10dcd12a
|
||||
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
|
||||
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
|
||||
F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
|
||||
@ -215,7 +215,7 @@ F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
|
||||
F www/c_interface.tcl 2176519fc2bd2d2cf6fe74fd806fc2d8362de2c8
|
||||
F www/capi3.tcl 5c1cb163f4d2a54e2d0e22dcc399dd71245c8b89
|
||||
F www/capi3ref.tcl bead38516efb0227ffa6ac76beb3f7ea405bb389
|
||||
F www/changes.tcl 8c36aab96163bbb64f5f07a12606a242c0a820f2
|
||||
F www/changes.tcl 27a1b9870ba4d81ff3cebfbcab7623390e6aab64
|
||||
F www/common.tcl f786e6be86fb2627ceb30e770e9efa83b9c67a3a
|
||||
F www/conflict.tcl fb8a2ba83746c7fdfd9e52fa7f6aaf5c422b8246
|
||||
F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
|
||||
@ -229,7 +229,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/faq.tcl 3a1776818d9bd973ab0c3048ec7ad6b1ad091ae5
|
||||
F www/fileformat.tcl f71a06a0d533c7df408539c64113b4adeaf29764
|
||||
F www/formatchng.tcl d1dfecedfb25e122ab513a1e0948b15cb4f0be46
|
||||
F www/index.tcl 6a04df42781b743d77ada51c2aaef93e70c0e1ec
|
||||
F www/index.tcl d5d79b45e0f3ff42dca73723c30232bb3c9e2e9a
|
||||
F www/lang.tcl b2ba401104a76e7842469b33a968f5eda9bd462b
|
||||
F www/lockingv3.tcl afcd22f0f063989cff2f4d57bbc38d719b4c6e75
|
||||
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
|
||||
@ -245,7 +245,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
|
||||
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
|
||||
P 9cc765be4611a248cfcce1243fd1bbeaf5202968
|
||||
R 322c89c271bde81b5c0a447dc345bf24
|
||||
P 988cb064ab2d3c9b64c075265a8cb4402a604332
|
||||
R 19638f169b4f644103abe1b4b9124c84
|
||||
U drh
|
||||
Z 2caad5bafbe8a50a1fee4bcc7275c430
|
||||
Z 043c19494df18b652e43fc0d1aa80e66
|
||||
|
@ -1 +1 @@
|
||||
988cb064ab2d3c9b64c075265a8cb4402a604332
|
||||
69922aabb5c0065eb551fe20065c866e6abad434
|
@ -21,6 +21,21 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2004 August 29 (3.0.5 beta)} {
|
||||
<li>Support for ":AAA" style bind parameter names.</li>
|
||||
<li>Added the new sqlite3_bind_parameter_name() interface.</li>
|
||||
<li>Support for TCL variable names embedded in SQL statements in the
|
||||
TCL bindings.</li>
|
||||
<li>The TCL bindings transfer data without necessarily doing a conversion
|
||||
to a string.</li>
|
||||
<li>The database for TEMP tables is not created until it is needed.</li>
|
||||
<li>Add the ability to specify an alternative temporary file directory
|
||||
using the "sqlite_temp_directory" global variable.</li>
|
||||
<li>A compile-time option (SQLITE_BUSY_RESERVED_LOCK) causes the busy
|
||||
handler to be called when there is contention for a RESERVED lock.</li>
|
||||
<li>Various bug fixes and optimizations</li>
|
||||
}
|
||||
|
||||
chng {2004 August 8 (3.0.4 beta)} {
|
||||
<li>CREATE TABLE and DROP TABLE now work correctly as prepared statements.</li>
|
||||
<li>Fix a bug in VACUUM and UNIQUE indices.</li>
|
||||
|
@ -58,6 +58,12 @@ proc newsitem {date title text} {
|
||||
puts "<hr width=\"50%\">"
|
||||
}
|
||||
|
||||
newsitem {2004-Aug-29} {Version 3.0.5 (beta)} {
|
||||
The fourth beta release of SQLite version 3.0 is now available.
|
||||
The next release is expected to be called "stable".
|
||||
}
|
||||
|
||||
|
||||
newsitem {2004-Aug-08} {Version 3.0.4 (beta)} {
|
||||
The third beta release of SQLite version 3.0 is now available.
|
||||
This new beta fixes several bugs including a database corruption
|
||||
@ -79,4 +85,4 @@ puts {
|
||||
<p align="right"><a href="oldnews.html">Old news...</a></p>
|
||||
</td></tr></table>
|
||||
}
|
||||
footer {$Id: index.tcl,v 1.92 2004/08/09 00:04:05 drh Exp $}
|
||||
footer {$Id: index.tcl,v 1.93 2004/08/29 17:52:40 drh Exp $}
|
||||
|
Loading…
Reference in New Issue
Block a user