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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user