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