System.Data.SQLite

Check-in [1bce85bcfc]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update downloads and news pages for v1.0.73.0 (3.7.6.3).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | release
Files: files | file ages | folders
SHA1: 1bce85bcfcfd5d1c3f288b354d12637fc170deb1
User & Date: shaneh 2011-06-02 15:59:45.618
Context
2011-07-03
13:19
Merge all build enhancements to trunk. check-in: 0fedc31598 user: mistachkin tags: trunk
2011-06-29
11:31
Enhancements to command line build and test automation. check-in: 046dc70fd1 user: mistachkin tags: build-enhancements
2011-06-02
15:59
Update downloads and news pages for v1.0.73.0 (3.7.6.3). check-in: 1bce85bcfc user: shaneh tags: trunk, release
15:32
Update of readme. check-in: 339846380c user: shaneh tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to www/downloads.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16
17
18
19

20
21

22
23
24
25
26
27
28
29
30
31
32
33

34
35
36
37
38
39
40


41
42
43
44
45
46
47

48
49
50
51
52
53
54


55
56
57
58
59
60
61
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18

19
20

21
22
23
24
25
26
27
28
29
30
31
32

33
34
35
36
37
38


39
40
41
42
43
44
45
46

47
48
49
50
51
52


53
54
55
56
57
58
59
60
61













-
+




-
+

-
+











-
+





-
-
+
+






-
+





-
-
+
+







<title>System.Data.SQLite Download Page</title>

<h3>SQLite Download Page</h3>
<table width="100%" cellpadding="5">
  <tr>
    <td colspan="4">
      <b>Source Code</b>
    </td>
  </tr>
  <tr>
    <td width="10">&nbsp;</td>
    <td valign="top" align="right">
      <a name="dotnetsrc"></a>
      <a href="http://system.data.sqlite.org/sqlite-dotnetsrc-1007200.zip">sqlite-dotnetsrc-1007200.zip</a>
      <a href="http://system.data.sqlite.org/sqlite-dotnetsrc-1007300.zip">sqlite-dotnetsrc-1007300.zip</a>
      <br />(3.10 MiB)
    </td>
    <td width="5"></td>
    <td valign="top">
        This ZIP archive contains all source code for System.Data.SQLite 1.0.72.0 (3.7.6+)
        This ZIP archive contains all source code for System.Data.SQLite 1.0.73.0 (3.7.6.3)
        combined into a single archive file.<br />
        (sha1: a2db9cca9faa7ce4ce0d26c951ebfffe5d592fdf)
        (sha1: 81813de8a8bfd5caeafb8bf616daeede00734e1b)
    </td>
  </tr>
  <tr>
    <td colspan="4">
      <b>Precompiled Binaries For Windows</b>
    </td>
  </tr>
  <tr>
    <td width="10">&nbsp;</td>
    <td valign="top" align="right">
      <a name="dotnet-x86"></a>
      <a href="http://system.data.sqlite.org/sqlite-dotnet-x86-1007200.exe">sqlite-dotnet-x86-1007200.exe</a>
      <a href="http://system.data.sqlite.org/sqlite-dotnet-x86-1007300.exe">sqlite-dotnet-x86-1007300.exe</a>
      <br />(10.1 MiB)
    </td>
    <td width="5"></td>
    <td valign="top">
        This setup package will install all the runtime components and dependencies
        for the x86/win32 version of the System.Data.SQLite 1.0.72.0 (3.7.6+) package.<br />
        (sha1: 9e7aa45aa279b9962a2f348ceedcdc9c0ce09f7f)
        for the x86/win32 version of the System.Data.SQLite 1.0.73.0 (3.7.6.3) package.<br />
        (sha1: 7b5e3c8f58f00d53ebd12ec13f15171682ba1392)
    </td>
  </tr>
  <tr>
    <td width="10">&nbsp;</td>
    <td valign="top" align="right">
      <a name="dotnet-x64"></a>
      <a href="http://system.data.sqlite.org/sqlite-dotnet-x64-1007200.exe">sqlite-dotnet-x64-1007200.exe</a>
      <a href="http://system.data.sqlite.org/sqlite-dotnet-x64-1007300.exe">sqlite-dotnet-x64-1007300.exe</a>
      <br />(11.3 MiB)
    </td>
    <td width="5"></td>
    <td valign="top">
        This setup package will install all the runtime components and dependencies
        for the x64 version of the System.Data.SQLite 1.0.72.0 (3.7.6+) package.<br />
        (sha1: c84aeae8871575595a873f2c3c783a76a077b879)
        for the x64 version of the System.Data.SQLite 1.0.73.0 (3.7.6.3) package.<br />
        (sha1: e455f5f8fe416c4191ecfdac75fddf4c86e5f8f0)
    </td>
  </tr>
  <tr>
    <td colspan="4">
      <b>Legacy Versions</b>
    </td>
  </tr>
Changes to www/news.wiki.
1
2
3
4











5
6
7
8
9
10
11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22




+
+
+
+
+
+
+
+
+
+
+







<title>News</title>

<b>Version History</b>

<p>
    <b>1.0.73.0 - June 2, 2011</b>
</p>
<ul>
    <li>Updated to SQLite 3.7.6.3 <a href="http://www.sqlite.org/src/info/ed1da510a2">[ed1da510a2]</a>.</li>
    <li>Minor optimization to GetBytes(). Fix for [8c1650482e].</li>
    <li>Update various assembly information settings.</li>
    <li>Correct System.Data.SQLite.Linq version and resource information. Fix for [6489c5a396] and [133daf50d6].</li>
    <li>Moved log handler from SQLiteConnection object to SQLiteFactory object to prevent if from being prematurely GCed.</li>
    <li>We should block x64 installs on x86 and we should install native only if the setup package itself is native. Fix for [e058ce156e].</li>
</ul>
<p>
    <b>1.0.72.0 - May 1, 2011</b>
</p>
<ul>
    <li>Add the correct directory to the path. Fix for [50515a0c8e].</li>
</ul>
<p>