forked from Licenser/nodefinder
-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
37 lines (28 loc) · 887 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
=Version 2.0.0=
* multicast protocol change to v5
=Version 1.7.4=
* multicast protocol change to v4
=Version 1.7.3=
* multicast protocol change to v3
=Version 1.3.2=
* major cleanup
* add nodefinder_ec2 with boolean expressions for instance selection
* add node_type configuration to control the distributed erlang
node connection type
=Version 0.2.1=
* rerelease with upgraded fw-template-erlang
* dialyzer doesn't know about undocumented arguments to gen_udp:open/2
=Version 0.2.0=
* Incorporate suggestions from Matthew Dempsky <matthew@mochimedia.com>
- multicast ttl
- seperate send and recv sockets
- prevent list_to_atom flood
=Version 0.1.2=
* Build with latest framewerk (erlrc hooks).
=Version 0.1.1=
* Cleanup documentation.
* Fix make dist.
=Version 0.1.0=
* Add discover call in nodefinder.erl
=Version 0.0.0=
* Initial version