[usocket-cvs] r125 - public_html public_html/releases usocket/tags/0.2.0 usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Mon Dec 18 21:20:57 UTC 2006


Author: ehuelsmann
Date: Mon Dec 18 16:20:56 2006
New Revision: 125

Added:
   public_html/releases/usocket-0.2.0.tar.gz   (contents, props changed)
   public_html/releases/usocket-0.2.0.tar.gz.asc
   usocket/tags/0.2.0/
      - copied from r124, usocket/trunk/
Modified:
   public_html/index.shtml
   usocket/tags/0.2.0/usocket.asd
   usocket/trunk/usocket.asd
Log:
Release version 0.2.0, bump trunk version to 0.3.0-dev.

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Mon Dec 18 16:20:56 2006
@@ -288,12 +288,26 @@
 
 <h2>Releases</h2>
 
+<h3>Current release</h3>
 <p>Releases are uploaded to the <a href="releases/">releases/</a>
    directory.</p>
 
 <p>The latest release is version <a
    href="releases/usocket-0.1.0.tar.gz">0.1.0</a>.</p>
 
+<table>
+<caption>Release history</caption>
+<tr><th>Release</th><th>Summary</th></tr>
+<tr><td>0.2.0</td><td>Add support for
+      <a href="http://www.scieneer.com/scl/index.html">Scieneer
+        Common Lisp</a>, 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>
+<tr><td>0.1.0</td><td>Initial release</td></tr>
+</table>
+
+
+
 
 <h2>Project history</h2>
 

Added: public_html/releases/usocket-0.2.0.tar.gz
==============================================================================
Binary file. No diff available.

Added: public_html/releases/usocket-0.2.0.tar.gz.asc
==============================================================================
--- (empty file)
+++ public_html/releases/usocket-0.2.0.tar.gz.asc	Mon Dec 18 16:20:56 2006
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQBFhwW3i5O0Epaz9TkRArerAJ4zeTOFprwWoWvoEJSA+TN8CLHM5gCfeIEx
+hOvwkye/bqTXE0sEHFO9zFs=
+=rHoU
+-----END PGP SIGNATURE-----

Modified: usocket/tags/0.2.0/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd	(original)
+++ usocket/tags/0.2.0/usocket.asd	Mon Dec 18 16:20:56 2006
@@ -14,7 +14,7 @@
 (defsystem usocket
     :name "usocket"
     :author "Erik Enge & Erik Huelsmann"
-    :version "0.2.0-dev"
+    :version "0.2.0"
     :licence "MIT"
     :description "Universal socket library for Common Lisp"
     :depends-on (:split-sequence

Modified: usocket/trunk/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd	(original)
+++ usocket/trunk/usocket.asd	Mon Dec 18 16:20:56 2006
@@ -14,7 +14,7 @@
 (defsystem usocket
     :name "usocket"
     :author "Erik Enge & Erik Huelsmann"
-    :version "0.2.0-dev"
+    :version "0.3.0-dev"
     :licence "MIT"
     :description "Universal socket library for Common Lisp"
     :depends-on (:split-sequence



More information about the usocket-cvs mailing list