[usocket-cvs] r595 - usocket/branches/0.5.x
Chun Tian (binghe)
ctian at common-lisp.net
Mon Mar 28 23:22:25 UTC 2011
Author: ctian
Date: Mon Mar 28 19:22:25 2011
New Revision: 595
Log:
Update ChangeLog
Modified:
usocket/branches/0.5.x/CHANGES
Modified: usocket/branches/0.5.x/CHANGES
==============================================================================
--- usocket/branches/0.5.x/CHANGES (original)
+++ usocket/branches/0.5.x/CHANGES Mon Mar 28 19:22:25 2011
@@ -5,3 +5,18 @@
* Add WAIT-FOR-INPUT support for SBCL and ECL on win32.
* Simple TCP and UDP server API: SOCKET-SERVER
* Lots of bug fixed since 0.4.1
+
+0.5.1:
+
+* Bugfix: [SBCL] Fixes for "SBCL/Win32: finalizer problem, etc", by Anton Kovalenko <anton at sw4me.com>
+* Bugfix: SOCKET-CONNECT didn't set CONNECTED-P for datagram usockets on most backends.
+* Bugfix: [SBCL] Fixed SOCKET-SERVER (UDP) on SBCL due to a issue in SOCKET-CONNECT when HOST is NIL.
+* Bugfix: [SBCL] SOCKET-CONNECT's TIMEOUT argument now works as a "connection timeout".
+* Enhancement: [LispWorks] Better network error type detection on LispWorks.
+
+[TODO]
+
+* Bugfix: now SOCKET-CONNECT/Datagram works on CLISP
+* New feature: CLISP support UDP without RAWSOCK (using FFI interface)
+* New feature: CLISP support some advanced TCP features which CLISP's SOCKET interface not provide
+* New feature: Macintosh Common Lisp (MCL) support Datagram sockets (UDP)
More information about the usocket-cvs
mailing list