-
Notifications
You must be signed in to change notification settings - Fork 57
/
ChangeLog
116 lines (66 loc) · 2.97 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
4/11/2007 Simon Newton <<[email protected]>
* Removed artnet_init
* cleaned up code style
* removed #defines
* implemented Artnet II
25/12/2006 Simon Newton <<[email protected]>
* minor code cleanup, removed a bunch of magic numbers
24/12/2006 Simon Newton <<[email protected]>
* bug fix for OS X
12/6/2006 Simon Newton <<[email protected]>
* applied patches to network.c from Justin Cormack to skip interfaces
without addresses
12/6/2006 Simon Newton <<[email protected]>
* added functions to set the oem and esta codes
9/5/2006 Simon Newton <<[email protected]>
* changed to using a single descriptor bound to *.6454
18/4/2006 Simon Newton <<[email protected]>
* Received ESTA Manufacturer ID
17/4/2006 Simon Newton <<[email protected]>
* Fixed ArtPollReply length bug
16/9/2005 Simon Newton <<[email protected]>
* Fixed compile issues on OS X
28/8/2005 Simon Newton <[email protected]>
* Fixed error handling in net_start
26/8/2005 Simon Newton <[email protected]>
* Fixed get_ifaces to return hw addrs correctly for aliased ifaces
12/8/2005 Simon Newton <[email protected]>
* Changed to a new error reporting scheme
* Applied patch from Samuli Valo to fix get_ifaces on x86-64
7/05/2005 Simon Newton <[email protected]>
* fixed bug in number of ports reported
* included tod.h and misc.h :)
* fixed typo with IPV6
* removed static path for pkgconfig data
30/04/2005 Simon Newton <[email protected]>
* minor cleanup, now reports numb of ports correctly
30/04/2005 Simon Newton <[email protected]>
* started adding RDM support
25/04/2005 Simon Newton <[email protected]>
* fixed the inet_aton bug
18/04/2005 Simon Newton <[email protected]>
* Added the endian conversion functions
12/04/2005 Simon Newton <[email protected]>
* More OSX fixes
9/04/2005 Simon Newton <[email protected]>
* Fixed the seg fault if no network interfaces are present
18/3/2005 Simon Newton <[email protected]>
* added artnet_destroy
17/3/2005 Simon Newton <[email protected]>
* added c++ linking support
16/3/2005 Simon Newton <[email protected]>
* merged bugfixes from multicast branch to trunk
27/2/2005 Simon Newton <[email protected]>
* split examples from the library
* depricated artnet_init
23/2/2005 Simon Newton <[email protected]>
* added basic node joining support
12/2/2005 Simon Newton <[email protected]>
* Fixed compiler warnings
* Fixed minor problems relating to a node's ip address
11/2/2005 Simon Newton <[email protected]>
* Changed the licence to the LGPL
* Added new "debug" parameter to artnet_init()
* Fixed LTP bug (L = latest not lowest as I orginally thought)
* Added firmware receive support - new example program artnet_firmware_node
* Added firmware send support - new example program artnet_firmware_server