-
Notifications
You must be signed in to change notification settings - Fork 28
/
ChangeLog
39 lines (22 loc) · 871 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
2011-04-22 version 0.3.7:
* Added POSXI timer implementation that works on linux < 2.6.25 (Kohei++)
2011-02-20 version 0.3.6:
* Fixes a potential dead-lock problem on wavy::loop::join
2010-08-16 version 0.3.5:
* Adds wavy::loop::remove_handler
* Fixes SEGV on kqueue-based system
2010-08-10 version 0.3.4:
* Fixes stream_buffer and shared_buffer
2010-04-27 version 0.3.3:
* Add wavy::loop::flush()
* Add pthread_scoped_{,rd,wr}lock::owns()
2010-04-15 version 0.3.2:
* Add ./configure --disable-timerfd and --disable-signalfd option
* Linux < 2.6.25 (mp::wavy::add_timer is not available) and
Linux < 2.6.22 (mp::wavy::add_signal is not available) are
limitedly supported.
2010-04-15 version 0.3.1:
* Fixes build chain; Ruby is not required to build.
* add sync::get_mutex
2010-04-12 version 0.3.0:
* First public release.