forked from jubatus/jubatus-mpio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
57 lines (35 loc) · 1.35 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
2013-04-19 version 0.4.2:
* Fix fd leak when timerfd is disabled on Linux
* Fix event-loop dead-lock on single-large-async write
2013-02-15 version 0.4.1:
* Fix header macro for clang
* Fix configure.in for clang with -O4 option
* Update autoconf script for distribution, exclude mplex sources
2013-01-11 version 0.4.0:
* Forked from mpio.
* Renamed directory mp -> jubatus/mp
* Renamed libmpio -> libjubatus_mpio.
* Added ruby "-I." option to preprocess
* Added pthread_recursive_mutex
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.