Skip to content

Latest commit

 

History

History
100 lines (78 loc) · 4.86 KB

CHANGELOG.rst

File metadata and controls

100 lines (78 loc) · 4.86 KB

Change log

0.4.6 [unreleased]

WIP

0.4.5 [2017-03-03]

  • ade89b2: made default hostname check case insensitive
  • #26: added pre-reload-hook

0.4.4 [2017-03-02]

  • 57e431f: [makefile] added PKGARCH:=all in order to compile an architecture indipendent package
  • 35067c8: [docs] default compile instructions to to LEDE 17.01

0.4.3 [2017-03-01]

  • 6bbbc75: Adapted openwisp-remove-default-wifi script to work on LEDE 17.01

0.4.2 [2017-02-14]

  • 3e89fd6: [openwisp-reload-config] Removed local declarations
  • 13bc735: [agent] Improved log messages
  • 6955d5b: [reload-config] Reintroduced init.d check
  • 7c4cb8b: [agent] Improved 2 more connection failure messages
  • #25: [Makefile] Added openwisp-config-mbedtls
  • [docs]: several documentation improvements regarding compilation and relation with other openwisp2 modules

0.4.1 [2016-09-22]

  • 5cdb8fa: [autoname] avoid failure if UCI files are empty
  • #24: added mac_interface option, defaults to eth0 (thanks to @agabellini)
  • b09a497: [registration] send mac_address parameter to openwisp2 controller
  • e8f0b35: [reload-config] log which services have been reloaded

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