Prepare for the release of 3.3.4. (CVS 3081)

FossilOrigin-Name: 951f3322c0eac4ae311c84f2d15f2c264f5c473a
This commit is contained in:
drh
2006-02-11 01:56:54 +00:00
parent ac530b1ab4
commit 71a355e379
5 changed files with 31 additions and 11 deletions
+14
View File
@@ -25,6 +25,20 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2006 February 11 (3.3.4)} {
<li>Fix a blunder in the Unix mutex implementation that can lead to
deadlock on multithreaded systems.</li>
<li>Fix an alignment problem on 64-bit machines</li>
<li>Added the fullfsync pragma.</li>
<li>Fix an optimizer bug that could have caused some unusual LEFT OUTER JOINs
to give incorrect results.</li>
<li>The SUM function detects integer overflow and converts to accumulating
an approximate result using floating point numbers</li>
<li>Host parameter names can begin with '@' for compatibility with SQL Server.
</li>
<li>Other miscellaneous bug fixes</li>
}
chng {2006 January 31 (3.3.3)} {
<li>Removed support for an ON CONFLICT clause on CREATE INDEX - it never
worked correctly so this should not present any backward compatibility
+7 -1
View File
@@ -66,6 +66,12 @@ proc newsitem {date title text} {
puts "<hr width=\"50%\">"
}
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.
Anyone using SQLite in a multithreaded environment should probably upgrade.
}
newsitem {2006-Jan-31} {Version 3.3.3 stable} {
There have been no major problems discovered in version 3.3.2, so
we hereby declare the new APIs and language features to be stable
@@ -119,4 +125,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
footer {$Id: index.tcl,v 1.134 2006/01/31 16:20:50 drh Exp $}
footer {$Id: index.tcl,v 1.135 2006/02/11 01:56:55 drh Exp $}