From: drh Date: Tue, 29 Mar 2005 13:19:01 +0000 (+0000) Subject: Change the date of the 3.2.1 release. (CVS 2432) X-Git-Tag: version-3.6.10~3726 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2d62b31ce50c94bc96b283a911f7166200871ef;p=thirdparty%2Fsqlite.git Change the date of the 3.2.1 release. (CVS 2432) FossilOrigin-Name: afa42e2fa4487e4671ee481df09659a447f9c2a8 --- diff --git a/manifest b/manifest index 1ff33fff45..b5148f028c 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sminor\sdisplay\sbugs\sin\ssqlite3_analyzer.\s(CVS\s2431) -D 2005-03-29T13:18:17 +C Change\sthe\sdate\sof\sthe\s3.2.1\srelease.\s(CVS\s2432) +D 2005-03-29T13:19:02 F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -244,7 +244,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 59c7da9ef1f24dcb10b247cd3b7452cf76ab36f0 -F www/changes.tcl 02c894161cce5f4f14a12170467b7253121d9030 +F www/changes.tcl 87c94ac17dd5d671db7b849205f71f50e881013a F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -260,7 +260,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 43087274955e95299f80efd0d1b5736f83121a8c +F www/index.tcl 9855377c8dd6dd9058a514f81b2adffd863a28c7 F www/lang.tcl b121bfd638fd3fd6db7450d82cf8c8145f4753df F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c @@ -278,7 +278,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b -P 312587acf9e94e1d12390a9a0206c9464815e8d7 -R dc2f0753c9b287644a0190ef21c35e62 +P d89aaba5b0fe6b2787531cadd7806ab5a3fdeb98 +R 033dbae23f2b3e90549460ac03d826a9 U drh -Z c10e8f81820862b366b8f40a91f3532a +Z 5fe5a996cd5942989d8382bfd3bdae34 diff --git a/manifest.uuid b/manifest.uuid index 8d93988ef5..079603483c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -d89aaba5b0fe6b2787531cadd7806ab5a3fdeb98 \ No newline at end of file +afa42e2fa4487e4671ee481df09659a447f9c2a8 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 6f0015e98f..0111499858 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -21,7 +21,7 @@ proc chng {date desc} { puts "

" } -chng {2005 March 27 (3.2.1)} { +chng {2005 March 29 (3.2.1)} {
  • Fix a memory allocation error in the new ADD COLUMN comment.
  • Documentation updates
  • } diff --git a/www/index.tcl b/www/index.tcl index 5521c293ec..5187491826 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -61,7 +61,7 @@ proc newsitem {date title text} { puts "
    " } -newsitem {2005-Mar-27} {Version 3.2.1} { +newsitem {2005-Mar-29} {Version 3.2.1} { This release fixes a memory allocation problem in the new ALTER TABLE ADD COLUMN command. @@ -113,4 +113,4 @@ puts {

    Old news...

    } -footer {$Id: index.tcl,v 1.114 2005/03/28 16:56:09 drh Exp $} +footer {$Id: index.tcl,v 1.115 2005/03/29 13:19:02 drh Exp $}