Releases: theforeman/smart_proxy_dhcp_dnsmasq
Releases · theforeman/smart_proxy_dhcp_dnsmasq
Version 1.0
Changes since 0.7;
- Rewritten to use a singleton for the subnet service, reducing unnecessary configuration reloading.
- Now tracks leases using inotify, giving an up-to-date lease view.
- Updated all the code to follow modern rubocop requirements, and be generally nicer to look at.
- Removed the last mentions of Ruby 1.9.
- Added tests to fill in code coverage.
- Fixes and improves the optsfile cleanup to never run more often than required.
Version 0.7
Changes since 0.6;
- Adds optsfile cleaning
- Fixes issue with subnet options hash being nil
- Fixes bundler file error
v0.6 - Single-file storage
Version v0.6 Changes: - Moved to single-file storage for DHCP host entries - General code cleanup