[usocket-cvs] r464 - in public_html: . releases
Erik Huelsmann
ehuelsmann at common-lisp.net
Sun Oct 26 21:45:35 UTC 2008
Author: ehuelsmann
Date: Sun Oct 26 21:45:33 2008
New Revision: 464
Log:
Publish 0.4.0 release.
Added:
public_html/releases/usocket-0.4.0.tar.gz (contents, props changed)
public_html/releases/usocket-0.4.0.tar.gz.asc
Modified:
public_html/index.shtml
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Sun Oct 26 21:45:33 2008
@@ -281,15 +281,15 @@
</tr>
<tr>
<td>Implement api calls get- and setsockopt (or equivalent).</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
</tr>
<tr>
<td rowspan="2">Implement efficient waiting for multiple sockets
@@ -362,15 +362,15 @@
</tr>
<tr>
<td>Build on top of that (or custom ffi).</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
- <td class="TODO">TODO</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
+ <td class="WIP">WIP</td>
</tr>
</tbody>
</table>
@@ -392,9 +392,11 @@
<table>
<caption>Release history</caption>
<tr><th>Date</th><th>Release</th><th>Summary</th></tr>
-<tr><td>Jun 28, 2008</td>
- <td>0.3.7</td>
- <td>Fix of OpenMCL (Closure CL) backend. </td></tr>
+<tr><td>Oct 28, 2008</td>
+ <td><b>0.4.0</b></td>
+ <td><b>select()-like api</b>: make a single thread wait for multiple sockets.<br />
+ <b>various socket options</b> for socket-creation with SOCKET-CONNECT.
+ </td></tr>
<tr><td>Jun 21, 2008</td>
<td>0.3.6</td>
<td>Code fixups based on advice from the ECL and OpenMCL maintainers.
Added: public_html/releases/usocket-0.4.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: public_html/releases/usocket-0.4.0.tar.gz.asc
==============================================================================
--- (empty file)
+++ public_html/releases/usocket-0.4.0.tar.gz.asc Sun Oct 26 21:45:33 2008
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBJBOSvi5O0Epaz9TkRAn56AJ97E4i0TpEbfDySWNKibc2r5l41/wCcCn1O
+aZteNAha3LUwhK6MkN0r5n0=
+=ixRK
+-----END PGP SIGNATURE-----
More information about the usocket-cvs
mailing list