You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.6 KiB

  1. Version 2.1.0-1
  2. Date 2014-11-09
  3. - fixed postinst and prerm in Makefile
  4. - implementation of provider specific update scripts into services and services_ipv6 file.
  5. first Provider "no-ip.com" - Thanks to DarkStarXxX for request and testing
  6. - finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns
  7. - rewritten retry management
  8. - rewritten logging including following Issue 469
  9. https://github.com/openwrt/packages/issues/469
  10. - stop running sections on hotplug ifdown event (like start on ifup)
  11. - implement trap detection
  12. also kill "sleep" child processes
  13. SIGHUP to reload configuration (not really reloading, simply starting a new process)
  14. /etc/init.d/ddns reload implemented
  15. - code optimization
  16. - new provider LoopiaDNS.se Issue 494
  17. https://github.com/openwrt/packages/issues/494
  18. --------------------------------------------------------------------------------
  19. Version 2.0.1-9
  20. Date 2014-10-11
  21. - add retry loop to verify dns and proxy when script starts
  22. --------------------------------------------------------------------------------
  23. Version 2.0.1-8
  24. Date 2014-10-06
  25. - fixes problem CRITICAL ERROR - custom update_script not found
  26. --------------------------------------------------------------------------------
  27. Version 2.0.1-7
  28. Date 2014-10-05
  29. - Added support for custom update scripts with new option update_script
  30. --------------------------------------------------------------------------------
  31. Version 2.0.1-6
  32. Date 2014-10-01
  33. - url encode USERNAME and PASSWORD in update url
  34. --------------------------------------------------------------------------------
  35. Version 2.0.1-5
  36. Date 2014-09-30
  37. - fix send_update() detection of private IPv4
  38. --------------------------------------------------------------------------------
  39. Version 2.0.1-4
  40. Date 2014-09-29
  41. - fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x
  42. --------------------------------------------------------------------------------
  43. Version 2.0.1-3
  44. Date 2014-09-28
  45. - add service two-dns.de
  46. --------------------------------------------------------------------------------
  47. Version 2.0.1-2
  48. Date 2014-09-22
  49. - fix issue (#337) current/registered ip
  50. https://github.com/openwrt/packages/issues/337
  51. --------------------------------------------------------------------------------
  52. Version 2.0.1-1
  53. Date 2014-09-20
  54. - 1st published version via github
  55. --------------------------------------------------------------------------------
  56. Version 2.0.0
  57. Date 2014-07-16
  58. - published via OpenWrt TRAC system as zip-file for testing
  59. - IPv6 address support
  60. - log file support
  61. - syslog support for various error levels
  62. - verify all given parameters before starting main loop
  63. - retry max retry_counter times before terminating scripts