1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Remove vestiges of the older TSD code for handling OOM exceptions.

Prepare for the release of 3.3.2. (CVS 2991)

FossilOrigin-Name: a65e85f0e01f3bca5f4e78999c10db3916824b5b
This commit is contained in:
drh
2006-01-23 00:04:54 +00:00
parent 504b69898b
commit 6dc1d95dd8
8 changed files with 30 additions and 45 deletions

View File

@@ -25,6 +25,13 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2006 January 23 (3.3.2 beta)} {
<li>Bug fixes and speed improvements. Improved test coverage.</li>
<li>Changes to the OS-layer interface: mutexes must now be recursive.</li>
<li>Discontinue the use of thread-specific data for out-of-memory
exception handling</li>
}
chng {2006 January 16 (3.3.1 alpha)} {
<li>Countless bug fixes</li>
<li>Speed improvements</li>