forked from msgpack-rpc/msgpack-rpc-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
27 lines (18 loc) · 677 Bytes
/
ChangeLog
File metadata and controls
27 lines (18 loc) · 677 Bytes
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
2011-02-20 version 0.3.1
* session_pool keeps released connection upto 60 seconds
2010-08-16 version 0.3.0
* increments library's version-info
* fixes circular reference problem of shared_ptr
* adds high-load test cases
* graceful shutting down of timer threads
* fixes race condition of shared_zone->allocate
* increases default buffer size
2010-08-10 version 0.2.0
* underlying transport layer is redesigned
* supports UDP
* supports UNIX socket
* address class is redesigned
* adds session::call_apply and session::notify_apply methods
* bug fix: inserts a future in reqtable before sending data
2010-05-07 version 0.1.0
* first release