[usocket-cvs] r702 - usocket/trunk

ctian at common-lisp.net ctian at common-lisp.net
Sun Dec 9 10:05:50 UTC 2012


Author: ctian
Date: Sun Dec  9 02:05:24 2012
New Revision: 702

Log:
Update CHANGES

Modified:
   usocket/trunk/CHANGES

Modified: usocket/trunk/CHANGES
==============================================================================
--- usocket/trunk/CHANGES	Sun Dec  9 02:02:09 2012	(r701)
+++ usocket/trunk/CHANGES	Sun Dec  9 02:05:24 2012	(r702)
@@ -1,8 +1,9 @@
 0.6.0:
 
 * New feature: SOCKET-OPTION and (setf SOCKET-OPTION) for seting and geting various socket options.
-* New feature: [UDP] SOCKET-SEND now support an CCL-like OFFSET keyword for sending only parts of the whole buffer.
+* New feature: SOCKET-SEND now support an CCL-like OFFSET keyword for sending only parts of the whole buffer.
 * New feature: SOCKET-SHUTDOWN for TCP and UDP sockets.
+* New feature: [ECL] Added support for ECL DFFI mode on Windows. (no need for C compilers)
 * Enhancement: [ECL] ECL now list sb-bsd-sockets as a dependency, but rather relies on REQUIRE. Patched from Juanjo.
 
 0.5.5:




More information about the usocket-cvs mailing list