Updates in preparation for the release of version 3.2.2. (CVS 2509)
FossilOrigin-Name: e9602c4a9d2b62a9b3a86b94f47971c56ee6733e
This commit is contained in:
parent
65efb65e46
commit
e44d483818
16
manifest
16
manifest
@ -1,9 +1,9 @@
|
||||
C Fix\sdocumentation\stypos.\s(CVS\s2508)
|
||||
D 2005-06-12T22:12:39
|
||||
C Updates\sin\spreparation\sfor\sthe\srelease\sof\sversion\s3.2.2.\s(CVS\s2509)
|
||||
D 2005-06-12T22:23:40
|
||||
F Makefile.in 8129e7f261d405db783676f9ca31e0841768c652
|
||||
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
F VERSION 44187d7938af15a89b7b2dcd0016ffe5ec84961f
|
||||
F VERSION 44fad0bf0996660a11bf8187361de03941d9b7b0
|
||||
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
|
||||
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
|
||||
F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
|
||||
@ -247,7 +247,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
|
||||
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
|
||||
F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
|
||||
F www/capi3ref.tcl 930afb4a565c092ed10e481c3c87a952f6989d83
|
||||
F www/changes.tcl 87c94ac17dd5d671db7b849205f71f50e881013a
|
||||
F www/changes.tcl 2e45693051c4f1c8b518754d2bcf907ee62d6d2d
|
||||
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
|
||||
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
|
||||
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
|
||||
@ -263,7 +263,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
|
||||
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
|
||||
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
|
||||
F www/index.tcl 9855377c8dd6dd9058a514f81b2adffd863a28c7
|
||||
F www/index.tcl 9527f4eed69739cf5f81b3d75e0478d1c84d0a8a
|
||||
F www/lang.tcl 727b4769fbad2727b0f867acaeb8706d554edb35
|
||||
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
|
||||
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
|
||||
@ -281,7 +281,7 @@ F www/tclsqlite.tcl 425be741b8ae664f55cb1ef2371aab0a75109cf9
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
|
||||
F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
|
||||
P 21d44fa5e7163dc658f7147885518d90218347f7
|
||||
R ce26cf6a32801ebf720f3e8ae548681d
|
||||
P 41049062cdefdc111398589daff464a9a13600aa
|
||||
R c4e6226458e91230f075aaadfa3ece78
|
||||
U drh
|
||||
Z 1aa5c0ca5a646fb87c77ab69aba99a58
|
||||
Z 5907d3946481400df2cf79e762fffdd6
|
||||
|
@ -1 +1 @@
|
||||
41049062cdefdc111398589daff464a9a13600aa
|
||||
e9602c4a9d2b62a9b3a86b94f47971c56ee6733e
|
@ -21,6 +21,16 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2005 June 13 (3.2.2)} {
|
||||
<li>Added the sqlite3_db_handle() API</li>
|
||||
<li>Added the sqlite3_get_autocomment() API</li>
|
||||
<li>Added a REGEXP operator to the parser. There is no function to back
|
||||
up this operator in the standard build but users can add their own using
|
||||
sqlite3_create_function()</li>
|
||||
<li>Speed improvements and library footprint reductions.</li>
|
||||
<li>Many, many minor bug fixes and documentation updates.</li>
|
||||
}
|
||||
|
||||
chng {2005 March 29 (3.2.1)} {
|
||||
<li>Fix a memory allocation error in the new ADD COLUMN comment.</li>
|
||||
<li>Documentation updates</li>
|
||||
|
@ -61,6 +61,12 @@ proc newsitem {date title text} {
|
||||
puts "<hr width=\"50%\">"
|
||||
}
|
||||
|
||||
newsitem {2005-Jun-13} {Version 3.2.2} {
|
||||
This release includes numerous minor bug fixes, speed improvements,
|
||||
and code size reductions. There is no reason to upgrade unless you
|
||||
are having problems or unless you just want to.
|
||||
}
|
||||
|
||||
newsitem {2005-Mar-29} {Version 3.2.1} {
|
||||
This release fixes a memory allocation problem in the new
|
||||
<a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>
|
||||
@ -113,4 +119,4 @@ puts {
|
||||
<p align="right"><a href="oldnews.html">Old news...</a></p>
|
||||
</td></tr></table>
|
||||
}
|
||||
footer {$Id: index.tcl,v 1.115 2005/03/29 13:19:02 drh Exp $}
|
||||
footer {$Id: index.tcl,v 1.116 2005/06/12 22:23:40 drh Exp $}
|
||||
|
Loading…
Reference in New Issue
Block a user