Update the README with info about generating docs.
[iolib.git] / CHANGES
blob4c31a9bafa77823f68efbaf879851c7fc205e79d
1 -*- mode: outline; fill-column: 78 -*-
3 * Changes since 0.6.0:
4 ** API changes
5 - IOLIB.SOCKETS:LOOKUP-HOST was renamed to LOOKUP-HOSTNAME
6 - IOLIB.SOCKETS:IPV6-SOCKET-P was renamed to SOCKET-IPV6-P
7 - When creating an AF_LOCAL socket, IOLIB.SOCKETS:MAKE-SOCKET accepts :FILE as
8   :TYPE synonim of :LOCAL
9 ** New features
10 - Add support for abstract UNIX addresses (patch by Julian Stecklina)
11 - UNIX addresses are now printed as strings. Abstract addresses have a leading #\@
12 ** Bug fixes:
13 - EVENT-DISPATCH now calculates the distance to the next timer correctly
14   (reported by Ariel Badichi)
15 - fixed possible fd load in the the select() multiplexer (reported by Ariel
16   Badichi)
17 ** Misc
18 - Sources have been reorganized, ASDF system files are now inside src/