-
Notifications
You must be signed in to change notification settings - Fork 1
/
events.html
117 lines (109 loc) · 3.53 KB
/
events.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>SOCI - events</title>
</head>
<body>
<table class="banner" cellpadding="0" cellspacing="0">
<tr>
<td class="banner_left">
SOCI - The C++ Database Access Library
</td>
</tr>
</table>
<table class="main">
<tr>
<td class="main_navigator">
<p><a href="index.html">Home</a><br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=121480" target="_blank">Download</a><br />
<a href="doc/index.html">Documentation</a><br />
<a href="articles.html">Articles</a><br />
<a href="people.html">People</a><br />
Events<br />
<a href="links.html">Links</a><br />
</p>
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=121480&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
</td>
<td class="main_text">
<p><span class="bold">Events:</span></p>
<span class="bold">2021-04-19:</span>
<div class="indent">4.0.2 version is released.
</div>
<span class="bold">2020-10-19:</span>
<div class="indent">4.0.1 version is released.
</div>
<span class="bold">2019-11-09:</span>
<div class="indent">4.0.0 version is released.
</div>
<span class="bold">2019-09-27:</span>
<div class="indent"><a href="https://sourceforge.net/p/soci/mailman/message/36773320/">Created branch release/4.0</a> for maintenance of the upcoming SOCI 4.0.0 release.
</div>
<span class="bold">2015-04-09:</span>
<div class="indent">3.2.3 version is released.
</div>
<span class="bold">2013-09-11:</span>
<div class="indent">3.2.2 version is released.
</div>
<span class="bold">2013-04-13:</span>
<div class="indent">3.2.1 version is released.
</div>
<br />
<span class="bold">2013-03-25:</span>
<div class="indent">3.2.0 version is released.
</div>
<br />
<span class="bold">2012-11-12:</span>
<div class="indent">SOCI development (Git repository and bug tracker) moved to <a href="https://github.com/SOCI">github.com/SOCI</a>.
</div>
<br />
<span class="bold">2011-10-11:</span>
<div class="indent">3.1.0 version is released.
</div>
<br />
<span class="bold">2008-07-10:</span>
<div class="indent">3.0.0 version is released.
</div>
<br />
<span class="bold">2006-12-04:</span>
<div class="indent">2.2.0 version is released.
</div>
<br />
<span class="bold">2006-05-15:</span>
<div class="indent">2.1.0 version is released.
</div>
<br />
<span class="bold">2006-01-16:</span>
<div class="indent">2.0.0 version is released.
</div>
<br />
<span class="bold">2005-10-14:</span>
<div class="indent">1.2.1 version is released.
</div>
<br />
<span class="bold">2005-10-02:</span>
<div class="indent">1.2.0 version is released.
</div>
<br />
<span class="bold">2005-03-06:</span>
<div class="indent">1.1.0 version is released.
</div>
<br />
<span class="bold">2004-10-16:</span>
<div class="indent">1.0.1 version is released.
</div>
<br />
<span class="bold">2004-10-12:</span>
<div class="indent">SOCI project is registered at SourceForge.
</div>
<br />
<span class="bold">2004-09-29:</span>
<div class="indent">First version of SOCI is announced on comp.lang.c++.moderated.
</div>
</td>
</tr>
</table>
<a href="http://github.com/SOCI"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkus_github.png" alt="Fork us on GitHub"></a>
</body>
</html>