1.0.39.0 - January 10, 2007
- Code merge with SQLite 3.3.10
- Fixed a multi-threaded race condition bug in the garbage collector when commands and/or connections are not properly disposed by the user.
- Switched the encryption's internal deallocation code to use sqlite's built-in aux functions instead of modifying the pager.c source to free the crypt block. This eliminates the last of the code changes the provider makes to the original sqlite engine sources. Props to Ralf Junker for pointing that out.
One other item not listed, is the installer is now an executable. This change was necessary due to Windows Vista UAC.