[usocket-cvs] r709 - in public_html: . releases
ctian at common-lisp.net
ctian at common-lisp.net
Wed Dec 26 15:47:32 UTC 2012
Author: ctian
Date: Wed Dec 26 07:47:31 2012
New Revision: 709
Log:
[release] usocket-0.6.0
Added:
public_html/releases/usocket-0.6.0.tar.gz (contents, props changed)
public_html/releases/usocket-0.6.0.tar.gz.asc
Modified:
public_html/index.shtml
public_html/releases/usocket-latest.tar.gz
public_html/releases/usocket-latest.tar.gz.asc
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml Wed Dec 26 07:30:35 2012 (r708)
+++ public_html/index.shtml Wed Dec 26 07:47:31 2012 (r709)
@@ -29,10 +29,9 @@
<p>Because <a href="http://cliki.net/trivial-sockets">trivial-sockets</a>
has been declared dead and its author has said he will declare
usocket its successor if there is a zero effort path of migration,
- I'm <b>also
- working
- on <em>trivial-usocket</em></b> which is supposed to be a
- sub-optimal, but zero effort migration from trivial-sockets.</p>
+ I'm <b>also working on <em>trivial-usocket</em></b> which is
+ supposed to be a sub-optimal, but zero effort migration from
+ trivial-sockets.</p>
<p>If your lisp isn't mentioned in the list below, please feel free
to submit a request for it at the mailing list mentioned below.</p>
<h3>Comparison to other socket libraries</h3>
@@ -51,6 +50,7 @@
<h2><a name="documentation">Documentation</a></h2>
<p>See the documentation page for the <a href="./api-docs.shtml">API
+
description</a>.</p>
<h2><a name="implementations">Supported implementations</a></h2>
<p>Currently these implementations are supported:</p>
@@ -96,6 +96,7 @@
<p><a
href="http://common-lisp.net/websvn/log.php?repname=usocket&path=%2Fusocket%2F&rev=0&sc=0&isdir=1">Active
+
development</a> is taking place in the <a
href="http://subversion.tigris.org/">Subversion</a>
repository. To be kept up to date, please <a
@@ -106,6 +107,7 @@
message
mailing
+
list</a>. To use the latest development version, make sure you
have <a href="http://subversion.tigris.org/">Subversion</a>
installed and execute this command: </p>
@@ -141,6 +143,7 @@
+
<br>
</a></th>
<th><a
@@ -160,6 +163,7 @@
<td><a
href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Factive-sockets-apis.txt&rev=0&sc=0">Investigate
+
interfaces provided.</a></td>
<td class="DONE">DONE</td>
<!-- SBCL --> <td class="DONE">DONE</td>
@@ -232,6 +236,7 @@
<td><a
href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Faddress-apis.txt&rev=0&sc=0">Investigate
+
interfaces provided</a></td>
<td class="DONE">DONE</td>
<!-- SBCL --> <td class="DONE">DONE</td>
@@ -317,6 +322,7 @@
<td><a
href="http://trac.common-lisp.net/usocket/wiki/SocketSelect">Investigate
+
interfaces provided</a></td>
<td class="DONE">DONE</td>
<td class="DONE">DONE</td>
@@ -375,6 +381,7 @@
<td><a
href="http://trac.common-lisp.net/usocket/wiki/DatagramSockets">Investigate
+
API's provided</a></td>
<td class="DONE">DONE</td>
<td class="DONE">DONE</td>
@@ -420,6 +427,15 @@
<th>Summary</th>
</tr>
<tr>
+ <td valign="top">Dec 26, 2012<br>
+ </td>
+ <td valign="top"><b>0.6.0</b><br>
+ </td>
+ <td valign="top"><b>New API: SOCKET-OPTION</b>; Add support
+ for ECL DFFI mode; bugfix for LispWorks, CLISP, ABCL, ECL.<br>
+ </td>
+ </tr>
+ <tr>
<td style="vertical-align: top;">Feb 27, 2012<br>
</td>
<td style="vertical-align: top;">0.5.5<br>
@@ -562,7 +578,7 @@
</tr>
<tr>
<td>Dec 18, 2006</td>
- <td>0.2.0</td>
+ <td><b>0.2.0</b></td>
<td>Add support for <a
href="http://www.scieneer.com/scl/index.html">Scieneer
Common Lisp</a>, fix <a
@@ -594,6 +610,7 @@
<div style="float: left; font-size: x-small; font-weight: bold;">Back
to
+
<a href="http://common-lisp.net/">Common-lisp.net</a>. </div>
<div class="check" style="float: right;"> <a
href="http://validator.w3.org/check/referer">Valid XHTML 1.0
Added: public_html/releases/usocket-0.6.0.tar.gz
==============================================================================
Binary file. No diff available.
Added: public_html/releases/usocket-0.6.0.tar.gz.asc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ public_html/releases/usocket-0.6.0.tar.gz.asc Wed Dec 26 07:47:31 2012 (r709)
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlDbG8UACgkQny6v4+l8uLAyGQCfX1G3mHXTYTnvweG0nyppqmPQ
+mD8An1ids1vVVVzcayOQQD0crsFKL8q3
+=CBJU
+-----END PGP SIGNATURE-----
Modified: public_html/releases/usocket-latest.tar.gz
==============================================================================
--- public_html/releases/usocket-latest.tar.gz Wed Dec 26 07:30:35 2012 (r708)
+++ public_html/releases/usocket-latest.tar.gz Wed Dec 26 07:47:31 2012 (r709)
@@ -1 +1 @@
-link usocket-0.5.5.tar.gz
\ No newline at end of file
+link usocket-0.6.0.tar.gz
\ No newline at end of file
Modified: public_html/releases/usocket-latest.tar.gz.asc
==============================================================================
--- public_html/releases/usocket-latest.tar.gz.asc Wed Dec 26 07:30:35 2012 (r708)
+++ public_html/releases/usocket-latest.tar.gz.asc Wed Dec 26 07:47:31 2012 (r709)
@@ -1 +1 @@
-link usocket-0.5.5.tar.gz.asc
\ No newline at end of file
+link usocket-0.6.0.tar.gz.asc
\ No newline at end of file
More information about the usocket-cvs
mailing list