forked from syonbori/net-dhcp-ruby
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
51 lines (30 loc) · 1.77 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
*1.3.3
* Add support for DHCP Subnet Selection Option 0x76 (https://github.com/mjtko/net-dhcp-ruby/pull/12) [elibus]
*1.3.2
* Fix MAC address sniffing under (at least) CentOS and RHEL 7 (also OS X and possibly FreeBSD)
(https://github.com/mjtko/net-dhcp-ruby/pull/11) [psschroeter]
*1.3.1
* Fix HostNameOption to use correct type (https://github.com/mjtko/net-dhcp-ruby/pull/9) [mordocai]
*1.3.0
* Add Windows support to DHCP requests (https://github.com/mjtko/net-dhcp-ruby/pull/10) [rightscale]
*1.2.1
* Fix net-dhcp example to allow use of the socket if already in use (mikerodrigues)
* Fix net-dhcp example script to bail with useful errors if dependencies haven't been installed (mjtko)
*1.2.0
* Fix Array handling for message payloads [presto53]
* Use a raise syntax that isn't archaic [presto53]
* Depend on simplecov rather than rcov for Ruby 1.9+ compat [mjtko]
*1.1.1
* Replace incorrect equality check with assignment in Message#from_udp_payload to correct behaviour when an unrecognised option or message is encountered [mjtko]
* Allow callers to disable the debug output emitted in Message#from_udp_payload for unrecognised options or messages [mjtko]
* Added rake test task [mjtko]
* Correct test_from_udp_payload test assertion [mjtko]
* Default to 00:00:00:00:00:00 in Message#initialize if local MAC address can't be read [mjtko]
*1.1.0
* Added BroadcastAddressOption and cleaned up the output for some options to make them more readable [rakshasa]
*1.0.2
* Ensure chaddr is packed to the correct size (https://github.com/mjtko/net-dhcp-ruby/pull/1) [rakshasa]
*1.0.1
* Look in correct place for VERSION constant (gemification patch) [mjtko]
*1.0.0
* Initial release to rubygems - originally authored by etd, migrated to github by syonbori, gemified by mjtko. [mjtko]