[usocket-cvs] r189 - in usocket: branches/0.3.x branches/0.3.x/backend branches/0.3.x/doc trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sat Jan 20 12:57:28 UTC 2007


Author: ehuelsmann
Date: Sat Jan 20 07:57:27 2007
New Revision: 189

Added:
   usocket/branches/0.3.x/
      - copied from r176, usocket/trunk/
   usocket/branches/0.3.x/README
      - copied unchanged from r188, usocket/trunk/README
   usocket/branches/0.3.x/TODO
      - copied unchanged from r188, usocket/trunk/TODO
   usocket/branches/0.3.x/backend/
      - copied from r188, usocket/trunk/backend/
   usocket/branches/0.3.x/doc/
      - copied from r188, usocket/trunk/doc/
   usocket/branches/0.3.x/package.lisp
      - copied unchanged from r188, usocket/trunk/package.lisp
   usocket/branches/0.3.x/usocket.lisp
      - copied unchanged from r188, usocket/trunk/usocket.lisp
Modified:
   usocket/trunk/usocket.asd
Log:
Branch for 0.3.x: server sockets.

Modified: usocket/trunk/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd	(original)
+++ usocket/trunk/usocket.asd	Sat Jan 20 07:57:27 2007
@@ -14,7 +14,7 @@
 (defsystem usocket
     :name "usocket"
     :author "Erik Enge & Erik Huelsmann"
-    :version "0.3.0-dev"
+    :version "0.4.0-dev"
     :licence "MIT"
     :description "Universal socket library for Common Lisp"
     :depends-on (:split-sequence



More information about the usocket-cvs mailing list