summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: 0bff9251848fdc75d15c0109b3cab2a1efd8b17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*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]