Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.75 KB

CHANGELOG.rst

File metadata and controls

61 lines (49 loc) · 2.75 KB

Change log

0.4.1 [unreleased]

WIP

0.4.0 [2016-06-23]

  • #16: added "Unmanaged Configurations" feature (replaced merge_default)
  • #19: added smarter configuration merge mechanism
  • #20: improved default test
  • #21: introduced automatic naming of anonymous uci sections
  • daff21f: added "Consistent key generation" feature
  • d6294ce: added capath argument and configuration option
  • 93639af: added connect_timeout and max_time options for curl
  • 9ef6f93: added support for LEDE
  • e122e40: fixed bug in autoregistration when hostname is empty
  • bd8ad3b: improved build options (ssl, category, maintainer)

0.3.1 [2016-03-02]

  • bd64be8: fixed infinite registration bug introduced in #14
  • e8ae900: use current hostname in registration unless hostname is OpenWrt

0.3 [2016-02-26]

  • 09c672c: strip trailing slash in URL parameter to avoid unexpected 404
  • #11: added merge_default feature
  • #12: improved syslog facility and level (eg: daemon.info)
  • #14: resilient register failure
  • #13: smarter reload
  • 8879a4d: retry report_status several times before giving up

0.2 [2016-01-25]

  • #9: preserve configuration file when reinstalling/upgrading
  • #10: added "test configuration" feature with automatic rollback

0.1 [2016-01-15]

  • configuration daemon
  • apply_config script based on OpenWRT /sbin/reload_config
  • automatic registration in controller