Version 0.7.1
[iolib.git] / CHANGES
blob49ed002b918b0e8fb8242175bd854e79b86cd806
1 -*- mode: outline; fill-column: 78 -*-
3 * Changes since 0.7.0:
5 ** Bug fixes:
6 - Only import a few symbols from ASDF into IOLIB.ASDF, which sometimes caused
7   problems with ASDF2
8 - Fix compilation on OSX
12 * Changes since 0.6.0:
14 ** API changes
15 - IOLIB.SOCKETS:LOOKUP-HOST was renamed to LOOKUP-HOSTNAME
16 - IOLIB.SOCKETS:IPV6-SOCKET-P was renamed to SOCKET-IPV6-P
17 - When creating an AF_LOCAL socket, IOLIB.SOCKETS:MAKE-SOCKET accepts :FILE as
18   :TYPE synonim of :LOCAL
19 - IOLIB.SOCKETS:ACCEPT-CONNECTION : keyword arg TIMEOUT has been coalesced
20   into WAIT
21 - IOLIB.SOCKETS:CONNECT : keyword arg TIMEOUT has been coalesced into WAIT
23 ** New features
24 - Add support for abstract UNIX addresses (patch by Julian Stecklina)
25 - UNIX addresses are now printed as strings. Abstract addresses have a leading #\@
27 ** Bug fixes:
28 - EVENT-DISPATCH now calculates the distance to the next timer correctly
29   (reported by Ariel Badichi)
30 - fixed possible fd load in the the select() multiplexer (reported by Ariel
31   Badichi)
32 - reading from socket streams with non-blocking FDs now works (reported by
33   Chaitanya Gupta)
34 - make RESOLVER-ERROR actually a subtype of IOLIB-ERROR (reported by Ariel Badichi)
35 - socket syscalls that return EINTR now work
36 - when setting send/receive timeouts on blocking sockets, stream methods now
37   properly signal ISYS:EWOULDBLOCK upon timeout
38 - fix bug in HEAP-PARENT, used in the multiplexer (reported by Ole Arndt on sbcl-devel)
39 - fix define-designator for when *print-case* is :downcase.
41 ** Misc
42 - Sources have been reorganized, ASDF system files are now inside src/