forked from fade/lisp-zmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
43 lines (23 loc) · 834 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Version 1.4.1 (2012-10-27)
- Fix the WITH-SOCKET-LOCKED macro.
- Fix DEVICE, and lock the sockets involved.
- Add SOCKET-FD and SOCKET-EVENTS.
Version 1.4.0 (2012-05-06)
- Make compatible with the last version of CFFI.
Version 1.3.1 (2012-03-23)
- Fix GETSOCKOPT (bug found by Luke Hope).
Version 1.3.0 (2012-03-01)
- Make socket optionally thread-safe.
- Add POLL-ITEM-FD.
Version 1.2.0 (2012-02-03)
- Fix DO-POLL-ITEMS to avoid infinite loop (thanks to Yaroslav Shirokov).
- Add POLL-ITEM-SOCKET to get the socket of a poll item (thanks to Yaroslav
Shirokov).
- Fix a few docstrings.
Version 1.1.0 (2011-11-22)
- Make poll item testing easier (thanks to Eric Sessoms).
- Fix the docstring of POLL.
- Fix spelling mistakes in docstrings.
- Small fixes in benchmarks.
Version 1.0.0 (2011-10-06)
- First release.