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