diff options
author | drh <drh@noemail.net> | 2001-09-23 19:46:51 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2001-09-23 19:46:51 +0000 |
commit | 90bfcdace37be8d7029c42abb778988b2cfcc439 (patch) | |
tree | 021a8c424c5bed44d33330945c01e53a957712c1 /www/changes.tcl | |
parent | ecdc7530dda7a793c96df4010313792de4a6390c (diff) | |
download | sqlite-90bfcdace37be8d7029c42abb778988b2cfcc439.tar.gz sqlite-90bfcdace37be8d7029c42abb778988b2cfcc439.zip |
Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262)
FossilOrigin-Name: bd7d6a64afa03cc64f6537f828d6c94975bf5f02
Diffstat (limited to 'www/changes.tcl')
-rw-r--r-- | www/changes.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/changes.tcl b/www/changes.tcl index de7c21481..682486627 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -17,6 +17,10 @@ proc chng {date desc} { puts "<DD><P><UL>$desc</UL></P></DD>" } +chng {2001 Sep 22 (2.0-beta-1)} { +<li>Fixes to the rollback and locking behavior</li> +} + chng {2001 Sep 20 (2.0-alpha-2)} { <li>Initial release of version 2.0. The idea of renaming the library to "SQLus" was abandoned in favor of keeping the "SQLite" name and |