diff -r 000000000000 -r 08ec8eefde2f persistentstorage/sql/SQLite364/readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/persistentstorage/sql/SQLite364/readme.txt Fri Jan 22 11:06:30 2010 +0200 @@ -0,0 +1,112 @@ + +- SQlite version 3_2_7, downloaded 24.Oct.2005. + +- SQlite version 3.3.0 alpha, downloaded 11.Jan.2006. + New file: os.c. + os_unix.h, os_win.h files - removed. + +- SQlite version 3.3.1, downloaded 16.Jan.2006. + +- SQlite version 3.3.1, updates, 18.Jan.2006. + +- SQlite version 3.3.1, updates, 19.Jan.2006. + Memory allocation/deallocation fixes. + +- SQlite version 3.3.1, updates, 23.Jan.2006. + Memory allocation/deallocation fixes. + +- SQlite version 3.3.3, 01.Feb.2006. + +- SQlite version 3.3.4, 13.Feb.2006. + +- SQlite update, 27.Feb.2006. + +- SQlite update, 26.May.2006. + +- SQlite update, 28.June.2006. + +- SQlite version 3.3.7, fixes, 04.Sep.2006. + +- SQlite version 3.3.7, drop 2, 04.Sep.2006. + +- SQlite version 3.3.9, 05.Jan.2007. + +- SQlite version 3.3.13, 01.Mar.2007. + +- SQlite version 3.3.17, 01.May.2007. + +- SQLITE "SoftHeapLimit" fix, 06.Sept.2007 + +- SQLITE bug fixes for: #2686, #2418, #2409, 17.Oct.2007 + +- SQLITE bug fixes for: DEF114297, 15.Nov.2007 + +- SQLITE bug fixes for: DEF114698, 23.Nov.2007 + +- SQLITE bug fixes for (including everything new in the code up to this date): DEF115300, 07.Dec.2007 + +- SQLITE bug fixes for: DEF115556 , 14.Dec.2007 + +- SQLITE bug fixes for: DEF116105, 04.Jan.2008 + +- SQLITE bug fixes for: DEF115815, 08.Jan.2008 + +- SQLITE bug fixes for: DEF116688, 21.Jan.2008 + +- SQLITE full integration of 3.3.17 for various bug fixes, 31.Jan.2008 + +- SQLITE full integration of 3.3.17 for bug fixes: DEF116397,DEF117622 8.Feb.2008 + +- SQLITE full integration of 3.5.7, 25.Mar.2008 + +- SQLITE full integration of 3.5.7, 07.May.2008 + +- SQLITE full integration of 3.5.9, 08.May.2008 + +- SQLITE full integration of 3.5.9, 15.May.2008 + +- SQLITE full integration of 3.5.9, 16.May.2008 + "PRAGMA .page_count" support added + +- SQLITE full integration of 3.5.9, 04.June.2008 + "PRAGMA [database].journal_size_limit" added + +- SQLITE full integration of 3.5.9, 10.June.2008 + xAccess() fix + stack overflow fix + changes in the OS porting layer + +- SQLITE full integration of 3.6.0, 11.June.2008 + "2 handles" to the same BLOB - fix + It is not a full 3.6.0 yet, but neither it is 3.5.9. + +- SQLITE full integration of 3.6.0, 23.June.2008 + "Default cache size" fix. + SQLITE_OMIT_AUTOINIT - new macro. + sqlite3_initialize(void) - new function. + sqlite3_shutdown(void) - new function. + It is not a full 3.6.0 yet, but neither it is 3.5.9. + +- SQLITE full integration of 3.6.0, 08.July.2008 + Fixes. + +- SQLITE 3.6.0, 16.July.2008 + Performance fix affecting databases with auto_vacuum=1. + (Minimises the "page move" operations) + +- SQLITE 3.6.0, 21.July.2008 + Performance improvements. + +- SQLITE 3.6.0, 25.July.2008 + Performance improvements - new heap allocation strategy. + +- SQLITE 3.6.0, 28.July.2008 + Performance improvements - improved heap allocation strategy. + "Fixed cell size" allocations. + +- SQLITE 3.6.0, 29.July.2008 + "Fixed cell size" allocations - configurable. + +- SQLITE 3.6.0, 29.July.2008 + UTF8<-->UTF16 conversion - optimisation. + +- SQLITE 3.6.1 09,September,2008 + Fixes.