Changelog View Source
v1.0.0 - 2021-10-28
This release bumps the version number to 1.0.0. No functional changes were made.
- Improvements
- Minor code and documention cleanup
v0.2.5
- Bug fixes
- Fix missing
:crypto
dependency warning on Elixir 1.11
- Fix missing
v0.2.4
- Bug fixes
- Fix C compiler warning
v0.2.3
Improvements
- Added
OneDHCPD.prefix_length()
for a more convenient integration withvintage_net
- Added
Bug fixes
- Non-code affecting Dialyzer and compiler warning fixes
- Fixed a currently unused DHCP option encoder (found when Dialyzing)
v0.2.2
- Bug fixes
- Switch from 172.16.0.0/12 to 172.31.0.0/16 for the default addresses. This avoids conflicts with Docker's use of 172.18.0.0/16.
v0.2.1
- Bug fixes
- Move build products under
_build
so that it's not required to build clean between switching targets.
- Move build products under
v0.2.0
- Bug fixes
- Send DHCP NAKs when clients request the wrong IP address. Speeds up getting the right address when switching networks.
v0.1.0
Initial release