forked from sheyll/inotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
37 lines (21 loc) · 810 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
2018-04-12 Version 0.4.3
* Merge pull request #5 from **Neeraj** to fix handling of long paths
2018-02-15 Sven Heyll <[email protected]>
* Switch to rebar3
* Add a Makefile
* Support hex.pm
* Update documentation
2013-01-01 Sven Heyll <[email protected]>
* Move src/test.erl to priv/test.erl
* Remove auto tools support
* Add rebar configuration
* Add OTP Application
* Add OTP gen_event
2010-02-01 Mats Cronqvist <[email protected]>
* c_src/inotify_erlang.c (note_remove):
driver will always return either a 2-tuple (synchronously) or a
5-tuple (asynchronously)
* src/inotify.erl (test_start):
see above
* src/inoteefy.erl (talk_to_port):
fixed race condition between synchronous and asynchronous events