Fix last commit
[iolib.git] / CHANGES
blob4f9e5df1e54c98b49fb2e360f68384e84c8e3287
1 -*- mode: outline; fill-column: 78 -*-
3 * Changes since 0.7.2:
5 ** API changes
6 * Add parameter NS to LOOKUP-HOSTNAME
8 ** New features
10 ** Bug fixes:
12 ** Misc
16 * Changes since 0.7.1:
18 ** Bug fixes:
19 - Don't redefine Alexandria functions (patch by Nikodemus Siivola)
23 * Changes since 0.7.0:
25 ** Bug fixes:
26 - Only import a few symbols from ASDF into IOLIB.ASDF, which sometimes caused
27   problems with ASDF2
28 - Fix compilation on OSX
32 * Changes since 0.6.0:
34 ** API changes
35 - IOLIB.SOCKETS:LOOKUP-HOST was renamed to LOOKUP-HOSTNAME
36 - IOLIB.SOCKETS:IPV6-SOCKET-P was renamed to SOCKET-IPV6-P
37 - When creating an AF_LOCAL socket, IOLIB.SOCKETS:MAKE-SOCKET accepts :FILE as
38   :TYPE synonim of :LOCAL
39 - IOLIB.SOCKETS:ACCEPT-CONNECTION : keyword arg TIMEOUT has been coalesced
40   into WAIT
41 - IOLIB.SOCKETS:CONNECT : keyword arg TIMEOUT has been coalesced into WAIT
43 ** New features
44 - Add support for abstract UNIX addresses (patch by Julian Stecklina)
45 - UNIX addresses are now printed as strings. Abstract addresses have a leading #\@
47 ** Bug fixes:
48 - EVENT-DISPATCH now calculates the distance to the next timer correctly
49   (reported by Ariel Badichi)
50 - fixed possible fd load in the the select() multiplexer (reported by Ariel
51   Badichi)
52 - reading from socket streams with non-blocking FDs now works (reported by
53   Chaitanya Gupta)
54 - make RESOLVER-ERROR actually a subtype of IOLIB-ERROR (reported by Ariel Badichi)
55 - socket syscalls that return EINTR now work
56 - when setting send/receive timeouts on blocking sockets, stream methods now
57   properly signal ISYS:EWOULDBLOCK upon timeout
58 - fix bug in HEAP-PARENT, used in the multiplexer (reported by Ole Arndt on sbcl-devel)
59 - fix define-designator for when *print-case* is :downcase.
61 ** Misc
62 - Sources have been reorganized, ASDF system files are now inside src/