Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: |
Downloads: |
Tarball
| ZIP archive
|
---|
Timelines: |
family
| ancestors
| descendants
| both
| trunk
|
Files: |
files
| file ages
| folders
|
SHA1: |
a133cebbc4c096af5fec070cd30142d759572ec5 |
User & Date: |
mistachkin
2011-11-28 06:32:11.141 |
Context
2011-11-28
| | |
07:54 |
|
check-in: 7e279c4a64 user: mistachkin tags: trunk, release
|
06:32 |
|
check-in: a133cebbc4 user: mistachkin tags: trunk
|
2011-11-27
| | |
09:30 |
|
check-in: 3b2aa14e3e user: mistachkin tags: trunk
|
| | |
Changes
Changes to Doc/Extra/version.html.
︙ | | |
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
-
+
|
</td>
</tr>
</table>
</div>
<div id="mainSection">
<div id="mainBody">
<h1 class="heading">Version History</h1>
<p><b>1.0.77.0 - November XX, 2011</b></p>
<p><b>1.0.77.0 - November 28, 2011</b></p>
<ul>
<li>Updated to SQLite 3.7.9 <a href="http://www.sqlite.org/src/info/a499ae3835">[a499ae3835]</a>.</li>
<li>More enhancements to the build and test automation.</li>
<li>Plug native memory leak when closing a database connection containing a statement that cannot be finalized for some reason.</li>
<li>The SQLite3 class should always attempt to dispose the contained SQLiteConnectionHandle, even when called via the finalizer.</li>
<li>When compiled with DEBUG defined, emit diagnostic information related to resource cleanup to any TraceListener objects that may be registered.</li>
<li>Stop characterizing all log messages as errors. From now on, if the errorCode is zero, the message will not be considered an error.</li>
|
︙ | | |
Changes to Doc/SQLite.NET.chm.
cannot compute difference between binary files
Changes to readme.htm.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-
+
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
ADO.NET SQLite Data Provider<br />
Version 1.0.77.0 November XX, 2011<br />
Version 1.0.77.0 November 28, 2011<br />
Using SQLite 3.7.9 <a href="http://www.sqlite.org/src/info/c7c6050ef0">[c7c6050ef0]</a><br />
Originally written by Robert Simpson<br />
Released to the public domain, use at your own risk!<br />
Official provider website: <a href="http://system.data.sqlite.org/">http://system.data.sqlite.org/</a><br />
Legacy versions: <a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br />
<br />
The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?n=20&y=ci">
|
︙ | | |
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
-
+
|
it to extend its functionality, but the core engine's source is not changed.</p>
<p>
</p>
<h2><b>Version History</b></h2>
<p>
<b>1.0.77.0 - November XX, 2011</b>
<b>1.0.77.0 - November 28, 2011</b>
</p>
<ul>
<li>Updated to SQLite 3.7.9 <a href="http://www.sqlite.org/src/info/a499ae3835">[a499ae3835]</a>.</li>
<li>More enhancements to the build and test automation.</li>
<li>Plug native memory leak when closing a database connection containing a statement that cannot be finalized for some reason.</li>
<li>The SQLite3 class should always attempt to dispose the contained SQLiteConnectionHandle, even when called via the finalizer.</li>
<li>When compiled with DEBUG defined, emit diagnostic information related to resource cleanup to any TraceListener objects that may be registered.</li>
|
︙ | | |
Changes to www/news.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-
+
|
<title>News</title>
<b>Version History</b>
<p>
<b>1.0.77.0 - November XX, 2011 <font color="red">(release pending)</font></b>
<b>1.0.77.0 - November 28, 2011</b>
</p>
<ul>
<li>Updated to SQLite 3.7.9 <a href="http://www.sqlite.org/src/info/a499ae3835">[a499ae3835]</a>.</li>
<li>More enhancements to the build and test automation.</li>
<li>Plug native memory leak when closing a database connection containing a statement that cannot be finalized for some reason.</li>
<li>The SQLite3 class should always attempt to dispose the contained SQLiteConnectionHandle, even when called via the finalizer.</li>
<li>When compiled with DEBUG defined, emit diagnostic information related to resource cleanup to any TraceListener objects that may be registered.</li>
|
︙ | | |