Skip to content

Releases: theforeman/smart_proxy_dhcp_dnsmasq

Version 1.0

29 Oct 13:09
v1.0
737a171
Compare
Choose a tag to compare

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

12 Jul 08:41
v0.7
8e9d486
Compare
Choose a tag to compare

Changes since 0.6;

  • Adds optsfile cleaning
  • Fixes issue with subnet options hash being nil
  • Fixes bundler file error

v0.6 - Single-file storage

27 Aug 09:23
v0.6
Compare
Choose a tag to compare
Version v0.6

Changes:
- Moved to single-file storage for DHCP host entries
- General code cleanup