Get the date right. Today is the 27th, not the 25th or the 28th. (CVS 2632)

FossilOrigin-Name: 905b9d6c5e624f35272bf49df0d88ceea2bb73e8
This commit is contained in:
drh 2005-08-27 17:19:33 +00:00
parent f9dc42d870
commit c5ee956611
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
C Increase\sthe\sversion\snumber\sand\supdate\sweb\spages\sfor\sthe\snext\srelease.\s(CVS\s2631)
D 2005-08-27T17:06:16
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
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -265,7 +265,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 376f1ef5910b1cac3a4966a1f6e94540c3cec171
F www/changes.tcl 07c9d73e4f8b9901b0a3e23273a8ad64a0138576
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@ -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 b143f5fb13047c3f994d964ad0ae5133684efc36
F www/index.tcl c67c5f3ff7e5e9f7fe59d923c41580ae6d998866
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 644b96aa23de7e828280d35785db840a4fa9413d
R 05eafff09e20b0178e08a6577cb4d238
P e6039e909a3fe807e1499fa99265ffe6c5c2008e
R a1bbfe16f1ab953e1989a4acf7ae0e44
U drh
Z 2726bb1db8e22e2fb1720ab9d1cc7e76
Z 4ff57222dcb7c61073f873cff895423a

View File

@ -1 +1 @@
e6039e909a3fe807e1499fa99265ffe6c5c2008e
905b9d6c5e624f35272bf49df0d88ceea2bb73e8

View File

@ -25,7 +25,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 August 25 (3.2.5)} {
chng {2005 August 27 (3.2.5)} {
<li>Fix a bug effecting DELETE and UPDATE statements that changed
more than 40960 rows.</li>
<li>Change the makefile so that it no longer requires GNUmake extensions</li>

View File

@ -66,7 +66,7 @@ proc newsitem {date title text} {
puts "<hr width=\"50%\">"
}
newsitem {2005-Aug-28} {Version 3.2.5} {
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.
}
@ -95,4 +95,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
footer {$Id: index.tcl,v 1.120 2005/08/27 17:06:16 drh Exp $}
footer {$Id: index.tcl,v 1.121 2005/08/27 17:19:33 drh Exp $}