From: drh Date: Wed, 5 Apr 2006 12:15:11 +0000 (+0000) Subject: Preparing for the release of version 3.3.5. (CVS 3165) X-Git-Tag: version-3.6.10~3002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91007269726f65a3b1543f6c9735f4dfd65b70aa;p=thirdparty%2Fsqlite.git Preparing for the release of version 3.3.5. (CVS 3165) FossilOrigin-Name: 159fb92bd5290098986709f5d9ff8183e9059d53 --- diff --git a/VERSION b/VERSION index a0891f563f..fa7adc7ac7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/manifest b/manifest index b8cb7519f8..f0942616d1 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Make\ssure\sSQLITE_NOMEM\sis\sreported\sout\son\sa\smalloc\sfailure\sin\san\sATTACH\neven\sif\sthe\smalloc\sfailure\sreports\swithin\sa\snested\scalls\sto\ssqlite3_prepare().\s(CVS\s3164) -D 2006-04-05T11:57:37 +C Preparing\sfor\sthe\srelease\sof\sversion\s3.3.5.\s(CVS\s3165) +D 2006-04-05T12:15:11 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 -F VERSION bb72027a4c27efb46a02c4fcb1fa959db9a5bc79 +F VERSION 2bc3eace6a71bc4f2575679b944378b275e9412c F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352 F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248 @@ -312,7 +312,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 38704c15900a9c16641e79c1c1fe9a3c2c479ada -F www/changes.tcl 06e23e1286bee6753d405047f0ccb5c2ba8ca555 +F www/changes.tcl 8cf905727bfba4cda522a80716e8fc742420c085 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -331,7 +331,7 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl 4972e680f9331ea46f47001e349baba807f5b60a F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 -F www/index.tcl 9c659eec487d5e9196d4125ab200cfc86e93528d +F www/index.tcl 216b7d9ea9db20cd85c0eff7a4369904d5768c68 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1 F www/lang.tcl 9fe2b8bb0a3158f4b629e184f5db9f895ecbb4cd F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f @@ -355,7 +355,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P fdbff3f145296d5dcba8987c25629e27353e2ab0 -R a178117f13217df6aee4e3891a129fac +P 3538a4e30fb5131b461bb0cf72cada63e9724e14 +R fd2db87b33493ad440519b524e22f08b U drh -Z 43dddd673d1c73ea60cfe59bfb56a0fc +Z 12625599af2328aaa544e40b359eb8cb diff --git a/manifest.uuid b/manifest.uuid index 8f8062d8d9..0d19ea60b5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3538a4e30fb5131b461bb0cf72cada63e9724e14 \ No newline at end of file +159fb92bd5290098986709f5d9ff8183e9059d53 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 3d3458eec8..8a79fdaa83 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,26 @@ proc chng {date desc} { puts "

" } +chng {2006 April 5 (3.3.5)} { +
  • CHECK constraints use conflict resolution algorithms correctly.
  • +
  • The SUM() function throws an error on integer overflow.
  • +
  • Choose the column names in a compound query from the left-most SELECT + instead of the right-most.
  • +
  • The sqlite3_create_collation honors the SQLITE_UTF16_ALIGNED flag.
  • +
  • SQLITE_SECURE_DELETE compile-time option always overwrites deleted + data with zeros.
  • +
  • Detect integer overflow in abs().
  • +
  • The random() function provides 64 bits of randomness instead of + only 32 bits.
  • +
  • Parser detects and reports automaton stack overflow.
  • +
  • Change the round() function to return REAL instead of TEXT.
  • +
  • All WHERE clause terms on the left table of a LEFT OUTER JOIN to + contain aggregate subqueries.
  • +
  • Skip over leading spaces in text to numeric conversions.
  • +
  • Various minor bug and documentation typo fixes and + performance enhancements.
  • +} + chng {2006 February 11 (3.3.4)} {
  • Fix a blunder in the Unix mutex implementation that can lead to deadlock on multithreaded systems.
  • diff --git a/www/index.tcl b/www/index.tcl index b3acc0fa1d..138ca10ca9 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -66,6 +66,12 @@ proc newsitem {date title text} { puts "
    " } +newsitme {2006-Apr-5} {Version 3.3.5} { + This release fixes many minor bugs and documentation typos and + provides some minor new features and performance enhancements. + Upgrade only if you are having problems or need one of the new features. +} + newsitem {2006-Feb-11} {Version 3.3.4} { This release fixes several bugs, including a a blunder that might cause a deadlock on multithreaded systems. @@ -125,4 +131,4 @@ puts {

    Old news...

    } -footer {$Id: index.tcl,v 1.135 2006/02/11 01:56:55 drh Exp $} +footer {$Id: index.tcl,v 1.136 2006/04/05 12:15:11 drh Exp $}