Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Doc and packaging updates for release 1.0.81.0. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | release | release-1.0.81.0 |
Files: | files | file ages | folders |
SHA1: |
84c0e6e78602cb4de2e765ae39456aa1 |
User & Date: | mistachkin 2012-05-27 21:54:50 |
Context
2012-06-02
| ||
00:14 | Modify the native interop assembly to help prevent possible thread race conditions between sqlite3_close_interop and sqlite3_finalize_interop. check-in: 74a33d10da user: mistachkin tags: trunk | |
2012-05-27
| ||
21:54 | Doc and packaging updates for release 1.0.81.0. check-in: 84c0e6e786 user: mistachkin tags: trunk, release, release-1.0.81.0 | |
2012-05-26
| ||
05:56 | Update version history with the latest changes. check-in: 08fe4ef435 user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/version.html.
39 39 </td> 40 40 </tr> 41 41 </table> 42 42 </div> 43 43 <div id="mainSection"> 44 44 <div id="mainBody"> 45 45 <h1 class="heading">Version History</h1> 46 - <p><b>1.0.81.0 - June XX, 2012</b></p> 46 + <p><b>1.0.81.0 - May 27, 2012</b></p> 47 47 <ul> 48 48 <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_12_1.html">SQLite 3.7.12.1</a>.</li> 49 49 <li>Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec.</li> 50 50 <li>Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly.</li> 51 51 <li>Add release archive verification tool to the release automation.</li> 52 52 <li>Fix NullReferenceException when calling the SQLiteDataAdapter.FillSchema method on a query that returns multiple result sets. Fix for <a href="http://system.data.sqlite.org/index.html/info/3aa50d8413">[3aa50d8413]</a>.</li> 53 53 <li>Fix subtle race condition between threads fetching connection handles from the connection pool any garbage collection (GC) threads that may be running. Fix for <a href="http://system.data.sqlite.org/index.html/info/996d13cd87">[996d13cd87]</a>.</li>
Changes to Doc/SQLite.NET.chm.
cannot compute difference between binary files
Changes to Setup/verify.lst.
366 366 Tests/testlinq.out 367 367 Tests/tkt-00f86f9739.eagle 368 368 Tests/tkt-0d5b1ef362.eagle 369 369 Tests/tkt-201128cc88.eagle 370 370 Tests/tkt-2c630bffa7.eagle 371 371 Tests/tkt-2ce0870fad.eagle 372 372 Tests/tkt-343d392b51.eagle 373 + Tests/tkt-3aa50d8413.eagle 373 374 Tests/tkt-448d663d11.eagle 374 375 Tests/tkt-544dba0a2f.eagle 375 376 Tests/tkt-59edc1018b.eagle 376 377 Tests/tkt-72905c9a77.eagle 377 378 Tests/tkt-7e3fa93744.eagle 378 379 Tests/tkt-84718e79fa.eagle 379 380 Tests/tkt-8554170e09.eagle 380 381 Tests/tkt-8b7d179c3c.eagle 382 + Tests/tkt-996d13cd87.eagle 381 383 Tests/tkt-ac47dd230a.eagle 382 384 Tests/tkt-b4a7ddc83f.eagle 383 385 Tests/tkt-bb4b04d457.eagle 384 386 Tests/tkt-ccfa69fc32.eagle 385 387 Tests/tkt-e1b2e0f769.eagle 386 388 Tests/tkt-e30b820248.eagle 387 389 Tests/Uninstaller_Test_Vs2005.log
Changes to readme.htm.
1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html> 3 3 <head> 4 4 <title></title> 5 5 </head> 6 6 <body> 7 7 ADO.NET SQLite Data Provider<br /> 8 -Version 1.0.81.0 June XX, 2012 <font color="red">(release scheduled)</font><br /> 8 +Version 1.0.81.0 May 27, 2012<br /> 9 9 Using <a href="http://www.sqlite.org/releaselog/3_7_12_1.html">SQLite 3.7.12.1</a><br /> 10 10 Originally written by Robert Simpson<br /> 11 11 Released to the public domain, use at your own risk!<br /> 12 12 Official provider website: <a href="http://system.data.sqlite.org/">http://system.data.sqlite.org/</a><br /> 13 13 Legacy versions: <a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br /> 14 14 <br /> 15 15 The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?y=ci"> ................................................................................ 183 183 it to extend its functionality, but the core engine's source is not changed.</p> 184 184 <p> 185 185 </p> 186 186 187 187 <h2><b>Version History</b></h2> 188 188 189 189 <p> 190 - <b>1.0.81.0 - June XX, 2012</b> 190 + <b>1.0.81.0 - May 27, 2012</b> 191 191 </p> 192 192 <ul> 193 193 <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_12_1.html">SQLite 3.7.12.1</a>.</li> 194 194 <li>Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec.</li> 195 195 <li>Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly.</li> 196 196 <li>Add release archive verification tool to the release automation.</li> 197 197 <li>Fix NullReferenceException when calling the SQLiteDataAdapter.FillSchema method on a query that returns multiple result sets. Fix for [3aa50d8413].</li>
Changes to www/downloads.wiki.
8 8 <b>Source Code</b> 9 9 </td> 10 10 </tr> 11 11 12 12 <tr> 13 13 <td width="10"> </td> 14 14 <td width="30%" valign="top" align="right"> 15 - <a href="/downloads/1.0.80.0/sqlite-netFx-source-1.0.80.0.zip">sqlite-netFx-source-1.0.80.0.zip</a> 15 + <a href="/downloads/1.0.81.0/sqlite-netFx-source-1.0.81.0.zip">sqlite-netFx-source-1.0.81.0.zip</a> 16 16 <br /> 17 - (2.68 MiB) 17 + (2.72 MiB) 18 18 </td> 19 19 <td width="5"></td> 20 20 <td valign="top"> 21 21 This ZIP archive contains all current source code for System.Data.SQLite 22 - 1.0.80.0 (3.7.11) combined into a single archive file. 22 + 1.0.81.0 (3.7.12.1) combined into a single archive file. 23 23 <br /> 24 - (sha1: 96e37d1d9146f9cd6721ef273eb3973d1612c0ad) 24 + (sha1: e707a73f56acb32c3c5f529cfd90353b4ef5894b) 25 25 </td> 26 26 </tr> 27 27 28 28 <tr> 29 29 <td colspan="4"> 30 30 <b>Setups for 32-bit Windows (.NET Framework 3.5 SP1)</b> 31 31 </td> 32 32 </tr> 33 33 34 34 <tr> 35 35 <td width="10"> </td> 36 36 <td width="30%" valign="top" align="right"> 37 - <a href="/downloads/1.0.80.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.80.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.80.0.exe</a> 37 + <a href="/downloads/1.0.81.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.81.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.81.0.exe</a> 38 38 <br /> 39 - (6.04 MiB) 39 + (6.06 MiB) 40 40 </td> 41 41 <td width="5"></td> 42 42 <td valign="top"> 43 43 This setup package features the mixed-mode assembly and will install all 44 44 the necessary runtime components and dependencies for the x86 version of 45 - the System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 45 + the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 46 46 SP1 runtime for x86 is included. The .NET Framework 3.5 SP1 is required. 47 47 <br /> 48 - (sha1: a4b9b35779ae85ce02f0e0a622f3039163335858) 48 + (sha1: 059367ac0cd76d22268ff44086fded56e751b6d0) 49 49 </td> 50 50 </tr> 51 51 52 52 <tr> 53 53 <td width="10"> </td> 54 54 <td width="30%" valign="top" align="right"> 55 - <a href="/downloads/1.0.80.0/sqlite-netFx35-setup-x86-2008-1.0.80.0.exe">sqlite-netFx35-setup-x86-2008-1.0.80.0.exe</a> 55 + <a href="/downloads/1.0.81.0/sqlite-netFx35-setup-x86-2008-1.0.81.0.exe">sqlite-netFx35-setup-x86-2008-1.0.81.0.exe</a> 56 56 <br /> 57 - (6.03 MiB) 57 + (6.05 MiB) 58 58 </td> 59 59 <td width="5"></td> 60 60 <td valign="top"> 61 61 This setup package will install all the necessary runtime components and 62 - dependencies for the x86 version of the System.Data.SQLite 1.0.80.0 63 - (3.7.11) package. The Visual C++ 2008 SP1 runtime for x86 is included. 62 + dependencies for the x86 version of the System.Data.SQLite 1.0.81.0 63 + (3.7.12.1) package. The Visual C++ 2008 SP1 runtime for x86 is included. 64 64 The .NET Framework 3.5 SP1 is required. 65 65 <br /> 66 - (sha1: d8ddde29f3fc0ded715d632501809158c174fd4a) 66 + (sha1: ff4757af2b0c4e04267dc884444f4dd6b957e567) 67 67 </td> 68 68 </tr> 69 69 70 70 <tr> 71 71 <td colspan="4"> 72 72 <b>Setups for 64-bit Windows (.NET Framework 3.5 SP1)</b> 73 73 </td> 74 74 </tr> 75 75 76 76 <tr> 77 77 <td width="10"> </td> 78 78 <td width="30%" valign="top" align="right"> 79 - <a href="/downloads/1.0.80.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.80.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.80.0.exe</a> 79 + <a href="/downloads/1.0.81.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.81.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.81.0.exe</a> 80 80 <br /> 81 - (6.77 MiB) 81 + (6.79 MiB) 82 82 </td> 83 83 <td width="5"></td> 84 84 <td valign="top"> 85 85 This setup package features the mixed-mode assembly and will install all 86 86 the necessary runtime components and dependencies for the x64 version of 87 - the System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 87 + the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 88 88 SP1 runtime for x64 is included. The .NET Framework 3.5 SP1 is required. 89 89 <br /> 90 - (sha1: 65d6b88e6180f0956ed189de2e8595fb70d90970) 90 + (sha1: 0723b63013ef0cd76fad819321117f9e329ecec5) 91 91 </td> 92 92 </tr> 93 93 94 94 <tr> 95 95 <td width="10"> </td> 96 96 <td width="30%" valign="top" align="right"> 97 - <a href="/downloads/1.0.80.0/sqlite-netFx35-setup-x64-2008-1.0.80.0.exe">sqlite-netFx35-setup-x64-2008-1.0.80.0.exe</a> 97 + <a href="/downloads/1.0.81.0/sqlite-netFx35-setup-x64-2008-1.0.81.0.exe">sqlite-netFx35-setup-x64-2008-1.0.81.0.exe</a> 98 98 <br /> 99 - (6.77 MiB) 99 + (6.79 MiB) 100 100 </td> 101 101 <td width="5"></td> 102 102 <td valign="top"> 103 103 This setup package will install all the necessary runtime components and 104 - dependencies for the x64 version of the System.Data.SQLite 1.0.80.0 105 - (3.7.11) package. The Visual C++ 2008 SP1 runtime for x64 is included. 104 + dependencies for the x64 version of the System.Data.SQLite 1.0.81.0 105 + (3.7.12.1) package. The Visual C++ 2008 SP1 runtime for x64 is included. 106 106 The .NET Framework 3.5 SP1 is required. 107 107 <br /> 108 - (sha1: 93da8e2d4e556c232587251f826d8e87da4969c9) 108 + (sha1: 55079690dcd5fca3647c1471c57fc6526bdd9575) 109 109 </td> 110 110 </tr> 111 111 112 112 <tr> 113 113 <td colspan="4"> 114 114 <b>Setups for 32-bit Windows (.NET Framework 4.0)</b> 115 115 </td> 116 116 </tr> 117 117 118 118 <tr> 119 119 <td width="10"> </td> 120 120 <td width="30%" valign="top" align="right"> 121 - <a href="/downloads/1.0.80.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.80.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.80.0.exe</a> 121 + <a href="/downloads/1.0.81.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.81.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.81.0.exe</a> 122 122 <br /> 123 - (10.36 MiB) 123 + (10.38 MiB) 124 124 </td> 125 125 <td width="5"></td> 126 126 <td valign="top"> 127 127 This setup package features the mixed-mode assembly and will install all 128 128 the necessary runtime components and dependencies for the x86 version of 129 - the System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 129 + the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 130 130 SP1 runtime for x86 is included. The .NET Framework 4.0 is required. 131 131 <br /> 132 - (sha1: 0d7a51989eb3f23bbf3d695c9af264666031e7c3) 132 + (sha1: dc699f17300f8e7cfd3491be93c8c49952465229) 133 133 </td> 134 134 </tr> 135 135 136 136 <tr> 137 137 <td width="10"> </td> 138 138 <td width="30%" valign="top" align="right"> 139 - <a href="/downloads/1.0.80.0/sqlite-netFx40-setup-x86-2010-1.0.80.0.exe">sqlite-netFx40-setup-x86-2010-1.0.80.0.exe</a> 139 + <a href="/downloads/1.0.81.0/sqlite-netFx40-setup-x86-2010-1.0.81.0.exe">sqlite-netFx40-setup-x86-2010-1.0.81.0.exe</a> 140 140 <br /> 141 - (10.36 MiB) 141 + (10.38 MiB) 142 142 </td> 143 143 <td width="5"></td> 144 144 <td valign="top"> 145 145 This setup package will install all the necessary runtime components and 146 - dependencies for the x86 version of the System.Data.SQLite 1.0.80.0 147 - (3.7.11) package. The Visual C++ 2010 SP1 runtime for x86 is included. 146 + dependencies for the x86 version of the System.Data.SQLite 1.0.81.0 147 + (3.7.12.1) package. The Visual C++ 2010 SP1 runtime for x86 is included. 148 148 The .NET Framework 4.0 is required. 149 149 <br /> 150 - (sha1: ee2a4dde8f470eee99d1a616c5c2eab0dd2e245e) 150 + (sha1: 677f0cbb8ece0f28f173e35a7de38985c5fbd2ce) 151 151 </td> 152 152 </tr> 153 153 154 154 <tr> 155 155 <td colspan="4"> 156 156 <b>Setups for 64-bit Windows (.NET Framework 4.0)</b> 157 157 </td> 158 158 </tr> 159 159 160 160 <tr> 161 161 <td width="10"> </td> 162 162 <td width="30%" valign="top" align="right"> 163 - <a href="/downloads/1.0.80.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.80.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.80.0.exe</a> 163 + <a href="/downloads/1.0.81.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.81.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.81.0.exe</a> 164 164 <br /> 165 - (11.62 MiB) 165 + (11.63 MiB) 166 166 </td> 167 167 <td width="5"></td> 168 168 <td valign="top"> 169 169 This setup package features the mixed-mode assembly and will install all 170 170 the necessary runtime components and dependencies for the x64 version of 171 - the System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 171 + the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 172 172 SP1 runtime for x64 is included. The .NET Framework 4.0 is required. 173 173 <br /> 174 - (sha1: e2a1b48e4e743d0224f2a6607be6b067426ab34b) 174 + (sha1: 6c9672f3378d0d4e7a2d85e26acc8d65f4eaec1a) 175 175 </td> 176 176 </tr> 177 177 178 178 <tr> 179 179 <td width="10"> </td> 180 180 <td width="30%" valign="top" align="right"> 181 - <a href="/downloads/1.0.80.0/sqlite-netFx40-setup-x64-2010-1.0.80.0.exe">sqlite-netFx40-setup-x64-2010-1.0.80.0.exe</a> 181 + <a href="/downloads/1.0.81.0/sqlite-netFx40-setup-x64-2010-1.0.81.0.exe">sqlite-netFx40-setup-x64-2010-1.0.81.0.exe</a> 182 182 <br /> 183 - (11.61 MiB) 183 + (11.63 MiB) 184 184 </td> 185 185 <td width="5"></td> 186 186 <td valign="top"> 187 187 This setup package will install all the necessary runtime components and 188 - dependencies for the x64 version of the System.Data.SQLite 1.0.80.0 189 - (3.7.11) package. The Visual C++ 2010 SP1 runtime for x64 is included. 188 + dependencies for the x64 version of the System.Data.SQLite 1.0.81.0 189 + (3.7.12.1) package. The Visual C++ 2010 SP1 runtime for x64 is included. 190 190 The .NET Framework 4.0 is required. 191 191 <br /> 192 - (sha1: 6e9fcd43446d88238875b8a1d83ec28e831fb0be) 192 + (sha1: 11fd00c4e4a6f607da5aee8714543deaa3db2fec) 193 193 </td> 194 194 </tr> 195 195 196 196 <tr> 197 197 <td colspan="4"> 198 198 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 199 199 </td> 200 200 </tr> 201 201 202 202 <tr> 203 203 <td width="10"> </td> 204 204 <td width="30%" valign="top" align="right"> 205 - <a href="/downloads/1.0.80.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.80.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.80.0.zip</a> 205 + <a href="/downloads/1.0.81.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.81.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.81.0.zip</a> 206 206 <br /> 207 - (1.61 MiB) 207 + (1.64 MiB) 208 208 </td> 209 209 <td width="5"></td> 210 210 <td valign="top"> 211 211 This binary package features the mixed-mode assembly and contains all the 212 - binaries for the x86 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 212 + binaries for the x86 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 213 213 package. The Visual C++ 2008 SP1 runtime for x86 and the .NET Framework 214 214 3.5 SP1 are required. 215 215 <br /> 216 - (sha1: 63240eacb4af8c507a6957e177de1a375db32e18) 216 + (sha1: 55a6e00da4774e356bf2a1bb7f741ebef0568b2b) 217 217 </td> 218 218 </tr> 219 219 220 220 <tr> 221 221 <td width="10"> </td> 222 222 <td width="30%" valign="top" align="right"> 223 - <a href="/downloads/1.0.80.0/sqlite-netFx35-binary-Win32-2008-1.0.80.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.80.0.zip</a> 223 + <a href="/downloads/1.0.81.0/sqlite-netFx35-binary-Win32-2008-1.0.81.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.81.0.zip</a> 224 224 <br /> 225 - (1.62 MiB) 225 + (1.64 MiB) 226 226 </td> 227 227 <td width="5"></td> 228 228 <td valign="top"> 229 229 This binary package contains all the binaries for the x86 version of the 230 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 SP1 230 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 SP1 231 231 runtime for x86 and the .NET Framework 3.5 SP1 are required. 232 232 <br /> 233 - (sha1: 3159f8d2df5473ea1c42c603ec7a43f9d3aaf939) 233 + (sha1: b0032d4cda03d0464a78727f969d65224ebbf5ff) 234 234 </td> 235 235 </tr> 236 236 237 237 <tr> 238 238 <td colspan="4"> 239 239 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 240 240 </td> 241 241 </tr> 242 242 243 243 <tr> 244 244 <td width="10"> </td> 245 245 <td width="30%" valign="top" align="right"> 246 - <a href="/downloads/1.0.80.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.80.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.80.0.zip</a> 246 + <a href="/downloads/1.0.81.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.81.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.81.0.zip</a> 247 247 <br /> 248 - (1.68 MiB) 248 + (1.71 MiB) 249 249 </td> 250 250 <td width="5"></td> 251 251 <td valign="top"> 252 252 This binary package features the mixed-mode assembly and contains all the 253 - binaries for the x64 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 253 + binaries for the x64 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 254 254 package. The Visual C++ 2008 SP1 runtime for x64 and the .NET Framework 255 255 3.5 SP1 are required. 256 256 <br /> 257 - (sha1: 188f4fd49c9199474e7dec951d1702869f6b7bed) 257 + (sha1: 10ca964f144fe1db2d78f6ec7dbee6a56e94cd83) 258 258 </td> 259 259 </tr> 260 260 261 261 <tr> 262 262 <td width="10"> </td> 263 263 <td width="30%" valign="top" align="right"> 264 - <a href="/downloads/1.0.80.0/sqlite-netFx35-binary-x64-2008-1.0.80.0.zip">sqlite-netFx35-binary-x64-2008-1.0.80.0.zip</a> 264 + <a href="/downloads/1.0.81.0/sqlite-netFx35-binary-x64-2008-1.0.81.0.zip">sqlite-netFx35-binary-x64-2008-1.0.81.0.zip</a> 265 265 <br /> 266 - (1.69 MiB) 266 + (1.71 MiB) 267 267 </td> 268 268 <td width="5"></td> 269 269 <td valign="top"> 270 270 This binary package contains all the binaries for the x64 version of the 271 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 SP1 271 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 SP1 272 272 runtime for x64 and the .NET Framework 3.5 SP1 are required. 273 273 <br /> 274 - (sha1: 2d841e8f28cbbb95942afffde159b9beb8ecb9d0) 274 + (sha1: 116af57ee95dc6c2b51caa5cd4c6cd30955ba89f) 275 275 </td> 276 276 </tr> 277 277 278 278 <tr> 279 279 <td colspan="4"> 280 280 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.0)</b> 281 281 </td> 282 282 </tr> 283 283 284 284 <tr> 285 285 <td width="10"> </td> 286 286 <td width="30%" valign="top" align="right"> 287 - <a href="/downloads/1.0.80.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.80.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.80.0.zip</a> 287 + <a href="/downloads/1.0.81.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.81.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.81.0.zip</a> 288 288 <br /> 289 289 (1.69 MiB) 290 290 </td> 291 291 <td width="5"></td> 292 292 <td valign="top"> 293 293 This binary package features the mixed-mode assembly and contains all the 294 - binaries for the x86 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 294 + binaries for the x86 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 295 295 package. The Visual C++ 2010 SP1 runtime for x86 and the .NET Framework 296 296 4.0 are required. 297 297 <br /> 298 - (sha1: f29643dd4be2876487c054ee5f2dca87e46f80a4) 298 + (sha1: e932c5b064ec4a47d3a3ca2d64090c2ace3b8e4a) 299 299 </td> 300 300 </tr> 301 301 302 302 <tr> 303 303 <td width="10"> </td> 304 304 <td width="30%" valign="top" align="right"> 305 - <a href="/downloads/1.0.80.0/sqlite-netFx40-binary-Win32-2010-1.0.80.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.80.0.zip</a> 305 + <a href="/downloads/1.0.81.0/sqlite-netFx40-binary-Win32-2010-1.0.81.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.81.0.zip</a> 306 306 <br /> 307 - (1.66 MiB) 307 + (1.69 MiB) 308 308 </td> 309 309 <td width="5"></td> 310 310 <td valign="top"> 311 311 This binary package contains all the binaries for the x86 version of the 312 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 SP1 312 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 SP1 313 313 runtime for x86 and the .NET Framework 4.0 are required. 314 314 <br /> 315 - (sha1: 0c88572b2794ca75d08c8a6ab66fe1edce9ae825) 315 + (sha1: 152414d5582c946cbfb1f8f3dd85c77aaeec777f) 316 316 </td> 317 317 </tr> 318 318 319 319 <tr> 320 320 <td colspan="4"> 321 321 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.0)</b> 322 322 </td> 323 323 </tr> 324 324 325 325 <tr> 326 326 <td width="10"> </td> 327 327 <td width="30%" valign="top" align="right"> 328 - <a href="/downloads/1.0.80.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.80.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.80.0.zip</a> 328 + <a href="/downloads/1.0.81.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.81.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.81.0.zip</a> 329 329 <br /> 330 - (1.68 MiB) 330 + (1.71 MiB) 331 331 </td> 332 332 <td width="5"></td> 333 333 <td valign="top"> 334 334 This binary package features the mixed-mode assembly and contains all the 335 - binaries for the x64 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 335 + binaries for the x64 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 336 336 package. The Visual C++ 2010 SP1 runtime for x64 and the .NET Framework 337 337 4.0 are required. 338 338 <br /> 339 - (sha1: 32b30e7430d92ce7192ce83451e8a9862f1e5d97) 339 + (sha1: d7fe6c3d7791a912a0eaca5d2a3b00471345fe43) 340 340 </td> 341 341 </tr> 342 342 343 343 <tr> 344 344 <td width="10"> </td> 345 345 <td width="30%" valign="top" align="right"> 346 - <a href="/downloads/1.0.80.0/sqlite-netFx40-binary-x64-2010-1.0.80.0.zip">sqlite-netFx40-binary-x64-2010-1.0.80.0.zip</a> 346 + <a href="/downloads/1.0.81.0/sqlite-netFx40-binary-x64-2010-1.0.81.0.zip">sqlite-netFx40-binary-x64-2010-1.0.81.0.zip</a> 347 347 <br /> 348 - (1.67 MiB) 348 + (1.71 MiB) 349 349 </td> 350 350 <td width="5"></td> 351 351 <td valign="top"> 352 352 This binary package contains all the binaries for the x64 version of the 353 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 SP1 353 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 SP1 354 354 runtime for x64 and the .NET Framework 4.0 are required. 355 355 <br /> 356 - (sha1: 81d53e5b515b8906b875d994c0d8a60224b842fc) 356 + (sha1: caf1744a2233f1d70bdae3064fef4c4d1f9d5d68) 357 357 </td> 358 358 </tr> 359 359 360 360 <tr> 361 361 <td colspan="4"> 362 362 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 363 363 </td> 364 364 </tr> 365 365 366 366 <tr> 367 367 <td width="10"> </td> 368 368 <td width="30%" valign="top" align="right"> 369 - <a href="/downloads/1.0.80.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.80.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.80.0.zip</a> 369 + <a href="/downloads/1.0.81.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.81.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.81.0.zip</a> 370 370 <br /> 371 - (1.88 MiB) 371 + (1.90 MiB) 372 372 </td> 373 373 <td width="5"></td> 374 374 <td valign="top"> 375 375 This binary package features the mixed-mode assembly and contains all the 376 - binaries for the x86 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 376 + binaries for the x86 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 377 377 package. The Visual C++ 2008 SP1 runtime for x86 is statically linked. 378 378 The .NET Framework 3.5 SP1 is required. 379 379 <br /> 380 - (sha1: 62e17ad898954b884c78f331f03376dfa7cb15c2) 380 + (sha1: f94134a17e8501cbb84bcb6c4dfffe45777ca438) 381 381 </td> 382 382 </tr> 383 383 384 384 <tr> 385 385 <td width="10"> </td> 386 386 <td width="30%" valign="top" align="right"> 387 - <a href="/downloads/1.0.80.0/sqlite-netFx35-static-binary-Win32-2008-1.0.80.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.80.0.zip</a> 387 + <a href="/downloads/1.0.81.0/sqlite-netFx35-static-binary-Win32-2008-1.0.81.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.81.0.zip</a> 388 388 <br /> 389 - (1.83 MiB) 389 + (1.86 MiB) 390 390 </td> 391 391 <td width="5"></td> 392 392 <td valign="top"> 393 393 This binary package contains all the binaries for the x86 version of the 394 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 SP1 394 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 SP1 395 395 runtime for x86 is statically linked. The .NET Framework 3.5 SP1 is 396 396 required. 397 397 <br /> 398 - (sha1: aa5d46057977a99e1eb275526bf0b5baea087026) 398 + (sha1: f6c51694379964271b5e2dbfe2121c38b9a1d3e6) 399 399 </td> 400 400 </tr> 401 401 402 402 <tr> 403 403 <td colspan="4"> 404 404 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 405 405 </td> 406 406 </tr> 407 407 408 408 <tr> 409 409 <td width="10"> </td> 410 410 <td width="30%" valign="top" align="right"> 411 - <a href="/downloads/1.0.80.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.80.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.80.0.zip</a> 411 + <a href="/downloads/1.0.81.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.81.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.81.0.zip</a> 412 412 <br /> 413 - (1.89 MiB) 413 + (1.91 MiB) 414 414 </td> 415 415 <td width="5"></td> 416 416 <td valign="top"> 417 417 This binary package features the mixed-mode assembly and contains all the 418 - binaries for the x64 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 418 + binaries for the x64 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 419 419 package. The Visual C++ 2008 SP1 runtime for x64 is statically linked. 420 420 The .NET Framework 3.5 SP1 is required. 421 421 <br /> 422 - (sha1: 4a3863c15848fae10c4521c6c30c630f1a5e07d4) 422 + (sha1: c8c20f63a54bc9f2e4aab8e90ba455706d80b14b) 423 423 </td> 424 424 </tr> 425 425 426 426 <tr> 427 427 <td width="10"> </td> 428 428 <td width="30%" valign="top" align="right"> 429 - <a href="/downloads/1.0.80.0/sqlite-netFx35-static-binary-x64-2008-1.0.80.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.80.0.zip</a> 429 + <a href="/downloads/1.0.81.0/sqlite-netFx35-static-binary-x64-2008-1.0.81.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.81.0.zip</a> 430 430 <br /> 431 - (1.84 MiB) 431 + (1.89 MiB) 432 432 </td> 433 433 <td width="5"></td> 434 434 <td valign="top"> 435 435 This binary package contains all the binaries for the x64 version of the 436 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2008 SP1 436 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2008 SP1 437 437 runtime for x64 is statically linked. The .NET Framework 3.5 SP1 is 438 438 required. 439 439 <br /> 440 - (sha1: 098caf7d4adab54d8c20cd0bfb5553b353b236c4) 440 + (sha1: a2f82ec951ee52adbdc00449f438ec5f6272fd0d) 441 441 </td> 442 442 </tr> 443 443 444 444 <tr> 445 445 <td colspan="4"> 446 446 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)</b> 447 447 </td> 448 448 </tr> 449 449 450 450 <tr> 451 451 <td width="10"> </td> 452 452 <td width="30%" valign="top" align="right"> 453 - <a href="/downloads/1.0.80.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.80.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.80.0.zip</a> 453 + <a href="/downloads/1.0.81.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.81.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.81.0.zip</a> 454 454 <br /> 455 455 (1.89 MiB) 456 456 </td> 457 457 <td width="5"></td> 458 458 <td valign="top"> 459 459 This binary package features the mixed-mode assembly and contains all the 460 - binaries for the x86 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 460 + binaries for the x86 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 461 461 package. The Visual C++ 2010 SP1 runtime for x86 is statically linked. 462 462 The .NET Framework 4.0 is required. 463 463 <br /> 464 - (sha1: ce97513d2fa7ba9b7dec0f3c45c58b0ba3e749c3) 464 + (sha1: f83d8c8fdb6eab711e5b232d537272f57153c7b9) 465 465 </td> 466 466 </tr> 467 467 468 468 <tr> 469 469 <td width="10"> </td> 470 470 <td width="30%" valign="top" align="right"> 471 - <a href="/downloads/1.0.80.0/sqlite-netFx40-static-binary-Win32-2010-1.0.80.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.80.0.zip</a> 471 + <a href="/downloads/1.0.81.0/sqlite-netFx40-static-binary-Win32-2010-1.0.81.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.81.0.zip</a> 472 472 <br /> 473 - (1.88 MiB) 473 + (1.90 MiB) 474 474 </td> 475 475 <td width="5"></td> 476 476 <td valign="top"> 477 477 This binary package contains all the binaries for the x86 version of the 478 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 SP1 478 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 SP1 479 479 runtime for x86 is statically linked. The .NET Framework 4.0 is required. 480 480 <br /> 481 - (sha1: 50acae4e4f60ecc4e9a992191c2e8df47d6145e0) 481 + (sha1: b3235d3600816c98f61f03a7376471a00b86dd3f) 482 482 </td> 483 483 </tr> 484 484 485 485 <tr> 486 486 <td colspan="4"> 487 487 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.0)</b> 488 488 </td> 489 489 </tr> 490 490 491 491 <tr> 492 492 <td width="10"> </td> 493 493 <td width="30%" valign="top" align="right"> 494 - <a href="/downloads/1.0.80.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.80.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.80.0.zip</a> 494 + <a href="/downloads/1.0.81.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.81.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.81.0.zip</a> 495 495 <br /> 496 - (1.87 MiB) 496 + (1.91 MiB) 497 497 </td> 498 498 <td width="5"></td> 499 499 <td valign="top"> 500 500 This binary package features the mixed-mode assembly and contains all the 501 - binaries for the x64 version of the System.Data.SQLite 1.0.80.0 (3.7.11) 501 + binaries for the x64 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) 502 502 package. The Visual C++ 2010 SP1 runtime for x64 is statically linked. 503 503 The .NET Framework 4.0 is required. 504 504 <br /> 505 - (sha1: 9b412b19857bf123683e15dac3fa89bdabf59bc5) 505 + (sha1: 31b6f322462a5ca7575567b631f15bcdf7ec41b8) 506 506 </td> 507 507 </tr> 508 508 509 509 <tr> 510 510 <td width="10"> </td> 511 511 <td width="30%" valign="top" align="right"> 512 - <a href="/downloads/1.0.80.0/sqlite-netFx40-static-binary-x64-2010-1.0.80.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.80.0.zip</a> 512 + <a href="/downloads/1.0.81.0/sqlite-netFx40-static-binary-x64-2010-1.0.81.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.81.0.zip</a> 513 513 <br /> 514 514 (1.86 MiB) 515 515 </td> 516 516 <td width="5"></td> 517 517 <td valign="top"> 518 518 This binary package contains all the binaries for the x64 version of the 519 - System.Data.SQLite 1.0.80.0 (3.7.11) package. The Visual C++ 2010 SP1 519 + System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 SP1 520 520 runtime for x64 is statically linked. The .NET Framework 4.0 is required. 521 521 <br /> 522 - (sha1: 4e3bcc6a28813fa57bfd6b63a85406a3beb0de79) 522 + (sha1: 22abaf4a909784a60649edf949ebaf77bb56dfc5) 523 523 </td> 524 524 </tr> 525 525 526 526 <tr> 527 527 <td colspan="4"> 528 528 <b>Precompiled Binaries for Windows CE (.NET Compact Framework 3.5)</b> 529 529 </td> 530 530 </tr> 531 531 532 532 <tr> 533 533 <td width="10"> </td> 534 534 <td width="30%" valign="top" align="right"> 535 - <a href="/downloads/1.0.80.0/sqlite-netFx35-binary-PocketPC-2008-1.0.80.0.zip">sqlite-netFx35-binary-PocketPC-2008-1.0.80.0.zip</a> 535 + <a href="/downloads/1.0.81.0/sqlite-netFx35-binary-PocketPC-2008-1.0.81.0.zip">sqlite-netFx35-binary-PocketPC-2008-1.0.81.0.zip</a> 536 536 <br /> 537 - (0.82 MiB) 537 + (0.84 MiB) 538 538 </td> 539 539 <td width="5"></td> 540 540 <td valign="top"> 541 541 This binary package contains all the binaries for the PocketPC version of 542 - the System.Data.SQLite 1.0.80.0 (3.7.11) package. The .NET Compact 542 + the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The .NET Compact 543 543 Framework 3.5 is required. 544 544 <br /> 545 - (sha1: 14f204b9a842623be3a514372b810d3eb64edae0) 545 + (sha1: 9d72313897010adff5cf6c52fd857f9aef509eaa) 546 546 </td> 547 547 </tr> 548 548 549 549 <tr> 550 550 <td colspan="4"> 551 551 <b>Legacy Versions</b> 552 552 </td>
Changes to www/news.wiki.
1 1 <title>News</title> 2 2 3 3 <b>Version History</b> 4 4 5 5 <p> 6 - <b>1.0.81.0 - June XX, 2012 <font color="red">(release scheduled)</font></b> 6 + <b>1.0.81.0 - May 27, 2012</b> 7 7 </p> 8 8 <ul> 9 9 <li>Updated to [http://www.sqlite.org/releaselog/3_7_12_1.html|SQLite 3.7.12.1].</li> 10 10 <li>Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec.</li> 11 11 <li>Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly.</li> 12 12 <li>Add release archive verification tool to the release automation.</li> 13 13 <li>Fix NullReferenceException when calling the SQLiteDataAdapter.FillSchema method on a query that returns multiple result sets. Fix for [3aa50d8413].</li>