[usocket-cvs] r639 - public_html
Chun Tian (binghe)
ctian at common-lisp.net
Fri Apr 1 17:07:27 UTC 2011
Author: ctian
Date: Fri Apr 1 13:07:26 2011
New Revision: 639
Log:
Release 0.5.1
Modified:
public_html/index.shtml
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Fri Apr 1 13:07:26 2011
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>USOCKET</title>
<link rel="stylesheet" type="text/css" href="style.css">
@@ -98,7 +98,8 @@
to
the
commit
-message mailing list</a>. To use the latest development
+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>
<pre> $ svn checkout svn://common-lisp.net/project/usocket/svn/usocket/trunk usocket-svn<br> </pre>
@@ -128,6 +129,7 @@
+
<br>
</a></th>
<th><a
@@ -404,11 +406,21 @@
<th>Summary</th>
</tr>
<tr>
+ <td style="vertical-align: top;">Apr 2, 2011<br>
+ </td>
+ <td style="vertical-align: top;">0.5.1<br>
+ </td>
+ <td style="vertical-align: top;"><span style="font-weight: bold;">Improved
+CLISP support using FFI;</span> Lots of bugfix for CMUCL, SBCL,
+LispWorks, etc.<br>
+ </td>
+ </tr>
+ <tr>
<td>Mar 12, 2011</td>
<td>0.5.0</td>
- <td><b>UDP support;</b> Lots of bugfixes since 0.4.1; support for WAIT-FOR-INPUT for
- SBCL and ECL on Win32; new platform added: Macintosh Common Lisp
- (5.0 and up)</td>
+ <td><b>UDP support;</b> Lots of bugfixes since 0.4.1; support for
+WAIT-FOR-INPUT for SBCL and ECL on Win32; new platform added: Macintosh
+Common Lisp (5.0 and up)</td>
</tr>
<tr>
<td>Dec 27, 2008</td>
@@ -500,6 +512,7 @@
fix
+
<a href="http://trac.common-lisp.net/usocket/ticket/6">issue #6</a>
and API preparation for server side sockets (not in this release)</td>
</tr>
More information about the usocket-cvs
mailing list