From binghe.lisp at gmail.com Fri Apr 1 17:14:02 2011 From: binghe.lisp at gmail.com (Chun Tian (binghe)) Date: Sat, 2 Apr 2011 01:14:02 +0800 Subject: [cl-debian] [ann] [usocket-announce] [ANNOUNCE] usocket 0.5.1 Message-ID: <5776C442-9D7A-4043-91A0-3899AFD48FB4@gmail.com> Hello everyone, With permission from Erik Huelsmann, I'm pleased to release USOCKET 0.5.1 The major point in this release is the availability of UDP protocol support on GNU CLISP, and we have implemented too versions: the FFI version and the RAWSOCK verion. The FFI version will be useful for those who cannot use RAWSOCK (i.e. default installation on MacOS/Fink and most Linux distributions) There're also some important fixes since the 0.5.0 release, especially for SBCL. Major changes since 0.5.0: * New feature: [CLISP] UDP (Datagram) support based on FFI (Win/Mac/Linux), no RAWSOCK needed. * Enhancement: SOCKET-SERVER return a second value (socket) when calling in new-thread mode. * Enhancement: [CLISP] Full support of DNS helper functions (GET-HOST-BY-NAME, ...) added. * Enhancement: [CLISP] Better network error type detection based on OS error code. * Enhancement: [LispWorks] Better network error type detection based on OS error code. * Bugfix: Fixed wrong macro expansions of {IP|PORT}-{FROM|TO}-OCTET-BUFFER functions (since 0.4.0) * Bugfix: SOCKET-CONNECT didn't set CONNECTED-P for datagram usockets on most backends. * Bugfix: [SBCL] Fixes for "SBCL/Win32: finalizer problem, etc", by Anton Kovalenko * 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", thanks to Nikodemus Siivola. * Bugfix: [CMUCL] Fixed SOCKET-SEND on unconnected usockets under Unicode version of CMUCL. * Bugfix: [CLISP] Fixed and confirmed UDP (Datagram) support (RAWSOCK version). We special thanks to: Anton Kovalenko for his professional fix on the issue "SBCL/Win32: finalizer problem, etc" [1]. If you want to download this release, please check out http://common-lisp.net/project/usocket/releases/ The API documentation page on the website is actually quite new: http://common-lisp.net/project/usocket/api-docs.shtml As usual, I hope more and more people use USOCKET as part of their Lisp applications, and any feedback - bugs or hugs - is greatly appreciated. If you use USOCKET, please let us know what for. And, if there's any historical issue which haven't been solved, please feel free to remind me. And below is a roadmap for future USOCKET releases (ignore the order): * Add UDP (Datagram) support for Digitool MCL; * The DFFI version of ECL backend without calling C compilers; * New backend: Symbolics Lisp Machine (because ASDF support it now); * New backend: XCL (is it ready?!); * New backend: IOlib; * New API: SOCKET-OPTION for setting/getting various socket options. Let me know if you have other ideas... Regards, Chun Tian (binghe) [1] http://article.gmane.org/gmane.lisp.usocket.devel/316 _______________________________________________ usocket-announce mailing list usocket-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From pc at p-cos.net Sun Apr 3 19:19:11 2011 From: pc at p-cos.net (Pascal Costanza) Date: Sun, 3 Apr 2011 21:19:11 +0200 Subject: [cl-debian] [ann] [cdr-announce] CDR 8 accepted Message-ID: <152A1549-9064-41E4-89BC-C4A9FC2F3084@p-cos.net> The document "Generic Equality and Comparison for Common Lisp" has been submitted by Marco Antoniotti and has been accepted as CDR document 8. According to the CDR process, this document is now in its initial stage and will be finalized on May 15, 2011, unless withdrawn by the author beforehand. See http://cdr.eurolisp.org/document/8/ for the details of this document. -- Pascal Costanza _______________________________________________ cdr-announce mailing list cdr-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cdr-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements