[usocket-cvs] r97 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Tue Feb 14 18:28:43 UTC 2006


Author: ehuelsmann
Date: Tue Feb 14 12:28:43 2006
New Revision: 97

Modified:
   usocket/trunk/TODO
   usocket/trunk/usocket.asd
Log:
Add releases to the website.

Modified: usocket/trunk/TODO
==============================================================================
--- usocket/trunk/TODO	(original)
+++ usocket/trunk/TODO	Tue Feb 14 12:28:43 2006
@@ -5,9 +5,6 @@
 - check stream creation arguments such as element-type and external-format
   for availability in the different lisps.
 
-- Move all function documentation from the backends to
-  (setf documentation) forms in usocket.lisp.
-
 - Extend ABCL socket support with the 4 java errors in java.net.*
   so that they can map to our usocket errors instead of mapping
   all errors to unknown-error.

Modified: usocket/trunk/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd	(original)
+++ usocket/trunk/usocket.asd	Tue Feb 14 12:28:43 2006
@@ -14,7 +14,7 @@
 (defsystem usocket
     :name "usocket"
     :author "Erik Enge & Erik Huelsmann"
-    :version "0.1.0"
+    :version "0.2.0-dev"
     :licence "MIT"
     :description "Universal socket library for Common Lisp"
     :depends-on (:split-sequence



More information about the usocket-cvs mailing list