From: drh Date: Wed, 24 Aug 2005 11:07:19 +0000 (+0000) Subject: Increase the version number and update the change log prior to release. (CVS 2618) X-Git-Tag: version-3.6.10~3541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96c52a9b48fd9477ae52afa48ecd85b79c9b1e50;p=thirdparty%2Fsqlite.git Increase the version number and update the change log prior to release. (CVS 2618) FossilOrigin-Name: 139a28d231875e72538fd6842168c458441ad1d0 --- diff --git a/VERSION b/VERSION index b347b11eac..351227fca3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.3 +3.2.4 diff --git a/manifest b/manifest index e62646f183..d4172fadaf 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C After\scalling\srealloc()\son\san\sarray\sto\sresize\sit,\sbe\ssure\snot\sto\suse\spointers\ninto\sthe\sold\sarray.\s\sTicket\s#1376.\s(CVS\s2617) -D 2005-08-24T03:52:19 +C Increase\sthe\sversion\snumber\sand\supdate\sthe\schange\slog\sprior\sto\srelease.\s(CVS\s2618) +D 2005-08-24T11:07:19 F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 -F VERSION aad4b1794658c3779ae33c0b5e18b1246635e0f3 +F VERSION ecc511d6f3cf01f5fdcb1707f9aee0cbb41ea35d F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248 F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2 @@ -263,7 +263,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 885f2aa112e2e9b8822753bf2972d5afd0cfeba9 -F www/changes.tcl b7c98ed1e76aeb852295e9d2800f3586a5e090e9 +F www/changes.tcl 06318d864d7667972bb2c2f47a335e6463e6989a F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -279,7 +279,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45 -F www/index.tcl 4c4d89a608c946a5d4462e7fe06c064fb7fa604a +F www/index.tcl 6ab20018db082b73219e4f3bed1d72af8fd68181 F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c @@ -297,7 +297,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P a715e7001247e84e0982335570593f0802774635 -R 6ff5e242d53c76146c4cacd607c45e12 +P 9f9a257123274779150cbc290b9f86a09b3b2c03 +R 2f6c9b894551e0a3c64b6097033bd8f9 U drh -Z 76532fdd67839f2a5a8be585f7028686 +Z 677b6a31e4eb16fbc04fa87bbeb8d4f2 diff --git a/manifest.uuid b/manifest.uuid index aa53a41cdd..3369d01d38 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9f9a257123274779150cbc290b9f86a09b3b2c03 \ No newline at end of file +139a28d231875e72538fd6842168c458441ad1d0 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index cde43c7d75..7ab84521a6 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,13 @@ proc chng {date desc} { puts "

" } +chng {2005 August 24 (3.2.4)} { +
  • Fix a bug introduced in the previous release +that can cause a segfault while generating code +for complex WHERE clauses.
  • +
  • Allow floating point literals to begin or end with a decimal point.
  • +} + chng {2005 August 21 (3.2.3)} {
  • Added support for the CAST operator
  • Tcl interface allows BLOB values to be transferred to user-defined diff --git a/www/index.tcl b/www/index.tcl index 647e167932..07fb787b76 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -63,6 +63,11 @@ proc newsitem {date title text} { puts "
    " } +newsitem {2005-Aug-24} {Version 3.2.4} { + This release fixes a bug in the new optimizer that can lead to segfaults + when parsing very complex WHERE clauses. +} + newsitem {2005-Aug-21} {Version 3.2.3} { This release adds the ANALYZE command, the CAST operator, and many @@ -114,4 +119,4 @@ puts {

    Old news...

    } -footer {$Id: index.tcl,v 1.118 2005/08/21 18:40:21 drh Exp $} +footer {$Id: index.tcl,v 1.119 2005/08/24 11:07:19 drh Exp $}