From: drh Date: Sat, 27 Aug 2005 17:22:11 +0000 (+0000) Subject: Change the wording of the news line for release 3.2.5. (CVS 2633) X-Git-Tag: version-3.6.10~3526 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b9693556d130dbd835a1350e0d7dd394934c443;p=thirdparty%2Fsqlite.git Change the wording of the news line for release 3.2.5. (CVS 2633) FossilOrigin-Name: 70db46d3efa4c7da4b99f7385afff03f778ab9c4 --- diff --git a/manifest b/manifest index 087b8a267c..b369147f32 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Get\sthe\sdate\sright.\s\sToday\sis\sthe\s27th,\snot\sthe\s25th\sor\sthe\s28th.\s(CVS\s2632) -D 2005-08-27T17:19:33 +C Change\sthe\swording\sof\sthe\snews\sline\sfor\srelease\s3.2.5.\s(CVS\s2633) +D 2005-08-27T17:22:12 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -281,7 +281,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 c67c5f3ff7e5e9f7fe59d923c41580ae6d998866 +F www/index.tcl b5eb631c918006cf3ea9b7347d084cc017b1f32a F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c @@ -299,7 +299,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P e6039e909a3fe807e1499fa99265ffe6c5c2008e -R a1bbfe16f1ab953e1989a4acf7ae0e44 +P 905b9d6c5e624f35272bf49df0d88ceea2bb73e8 +R b90d675c88300e4d011d239aacff2fb2 U drh -Z 4ff57222dcb7c61073f873cff895423a +Z 5f29650cdb721e3f2cf9f170a88bd590 diff --git a/manifest.uuid b/manifest.uuid index b101a48b29..0f0714b68d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -905b9d6c5e624f35272bf49df0d88ceea2bb73e8 \ No newline at end of file +70db46d3efa4c7da4b99f7385afff03f778ab9c4 \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index 12a3e218b4..15e0c6cc66 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -67,8 +67,8 @@ proc newsitem {date title text} { } newsitem {2005-Aug-27} {Version 3.2.5} { - This release fixes a bug that causes DELETEs and UPDATEs to fail if - they attempt to changes more than 40960 rows. + This release fixes a few more lingering bugs in the new code. + We expect that this release will be stable and ready for production use. } newsitem {2005-Aug-24} {Version 3.2.4} { @@ -95,4 +95,4 @@ puts {

Old news...

} -footer {$Id: index.tcl,v 1.121 2005/08/27 17:19:33 drh Exp $} +footer {$Id: index.tcl,v 1.122 2005/08/27 17:22:12 drh Exp $}