Update contrib.
2 - SQlite version 3_2_7, downloaded 24.Oct.2005.
4 - SQlite version 3.3.0 alpha, downloaded 11.Jan.2006.
6 os_unix.h, os_win.h files - removed.
8 - SQlite version 3.3.1, downloaded 16.Jan.2006.
10 - SQlite version 3.3.1, updates, 18.Jan.2006.
12 - SQlite version 3.3.1, updates, 19.Jan.2006.
13 Memory allocation/deallocation fixes.
15 - SQlite version 3.3.1, updates, 23.Jan.2006.
16 Memory allocation/deallocation fixes.
18 - SQlite version 3.3.3, 01.Feb.2006.
20 - SQlite version 3.3.4, 13.Feb.2006.
22 - SQlite update, 27.Feb.2006.
24 - SQlite update, 26.May.2006.
26 - SQlite update, 28.June.2006.
28 - SQlite version 3.3.7, fixes, 04.Sep.2006.
30 - SQlite version 3.3.7, drop 2, 04.Sep.2006.
32 - SQlite version 3.3.9, 05.Jan.2007.
34 - SQlite version 3.3.13, 01.Mar.2007.
36 - SQlite version 3.3.17, 01.May.2007.
38 - SQLITE "SoftHeapLimit" fix, 06.Sept.2007
40 - SQLITE bug fixes for: #2686, #2418, #2409, 17.Oct.2007
42 - SQLITE bug fixes for: DEF114297, 15.Nov.2007
44 - SQLITE bug fixes for: DEF114698, 23.Nov.2007
46 - SQLITE bug fixes for (including everything new in the code up to this date): DEF115300, 07.Dec.2007
48 - SQLITE bug fixes for: DEF115556 , 14.Dec.2007
50 - SQLITE bug fixes for: DEF116105, 04.Jan.2008
52 - SQLITE bug fixes for: DEF115815, 08.Jan.2008
54 - SQLITE bug fixes for: DEF116688, 21.Jan.2008
56 - SQLITE full integration of 3.3.17 for various bug fixes, 31.Jan.2008
58 - SQLITE full integration of 3.3.17 for bug fixes: DEF116397,DEF117622 8.Feb.2008
60 - SQLITE full integration of 3.5.7, 25.Mar.2008
62 - SQLITE full integration of 3.5.7, 07.May.2008
64 - SQLITE full integration of 3.5.9, 08.May.2008
66 - SQLITE full integration of 3.5.9, 15.May.2008
68 - SQLITE full integration of 3.5.9, 16.May.2008
69 "PRAGMA <db>.page_count" support added
71 - SQLITE full integration of 3.5.9, 04.June.2008
72 "PRAGMA [database].journal_size_limit" added
74 - SQLITE full integration of 3.5.9, 10.June.2008
75 xAccess() fix + stack overflow fix + changes in the OS porting layer
77 - SQLITE full integration of 3.6.0, 11.June.2008
78 "2 handles" to the same BLOB - fix
79 It is not a full 3.6.0 yet, but neither it is 3.5.9.
81 - SQLITE full integration of 3.6.0, 23.June.2008
82 "Default cache size" fix.
83 SQLITE_OMIT_AUTOINIT - new macro.
84 sqlite3_initialize(void) - new function.
85 sqlite3_shutdown(void) - new function.
86 It is not a full 3.6.0 yet, but neither it is 3.5.9.
88 - SQLITE full integration of 3.6.0, 08.July.2008
91 - SQLITE 3.6.0, 16.July.2008
92 Performance fix affecting databases with auto_vacuum=1.
93 (Minimises the "page move" operations)
95 - SQLITE 3.6.0, 21.July.2008
96 Performance improvements.
98 - SQLITE 3.6.0, 25.July.2008
99 Performance improvements - new heap allocation strategy.
101 - SQLITE 3.6.0, 28.July.2008
102 Performance improvements - improved heap allocation strategy.
103 "Fixed cell size" allocations.
105 - SQLITE 3.6.0, 29.July.2008
106 "Fixed cell size" allocations - configurable.
108 - SQLITE 3.6.0, 29.July.2008
109 UTF8<-->UTF16 conversion - optimisation.
111 - SQLITE 3.6.1 09,September,2008
114 - SQLITE 3.6.1 24,February,2010
115 DEF144603: SQL, SQLite attempts to dereference a NULL pointer during OOM test.