ChangeLog 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 2022-09-04 Satoshi Konno <skonno@cybergarage.org>
  2. * v1.2.3
  3. * Add uecho_property_gettype()
  4. * Update deprecated macros in configure.ac by autoconf
  5. 2022-08-26 Satoshi Konno <skonno@cybergarage.org>
  6. * v1.2.2
  7. * Fix to set correct description format 2 property maps
  8. * Update manufacture database based on latest MCL of ECHONET Consortium
  9. * Update standard device database based on MRA v1.1.1 of ECHONET Consortium
  10. 2022-05-28 Satoshi Konno <skonno@cybergarage.org>
  11. * v1.2.1
  12. * Add uecho_controller_setnodelistener()
  13. 2022-05-06 Satoshi Konno <skonno@cybergarage.org>
  14. * v1.2.0
  15. * Add a manufacture database based on MCA (Manufacturer Code List) of ECHONET Consortium
  16. * Add a standard ECHONET Lite device database based on MRA (Machine Readable Appendix) v1.0.0 of ECHONET Consortium
  17. * Update uecho_object_setcode() to add the standard object properties of the specified object code automatically
  18. * Update a controller example (uechosearch) to output required read property data in verbose mode
  19. 2022-05-02 Satoshi Konno <skonno@cybergarage.org>
  20. * v1.1.1
  21. * Fix write request message handler to update the internal property data
  22. * Fix memory leak bugs
  23. 2022-03-23 Satoshi Konno <skonno@cybergarage.org>
  24. * v1.1.0
  25. * Improve internal request message handlers to support property value write and read request (0x6E)
  26. * Update object property handler interfaces
  27. * Addd uecho_log_setlevel()
  28. 2019-02-24 Satoshi Konno <skonno@cybergarage.org>
  29. * v1.0.0
  30. * Add uecho_log_*() for debug
  31. * Format by WebKit style using clang-format
  32. * Fix uecho_list_clear() not to access the freed list
  33. 2018-11-13 Satoshi Konno <skonno@cybergarage.org>
  34. * v0.9.2
  35. * Fix uecho_controller_postmessage() to unlock the internal mutex
  36. 2018-09-08 Satoshi Konno <skonno@cybergarage.org>
  37. * v0.9.1
  38. * Fix uecho_nodeprofileclass_setversion() to set the transmission type correctly
  39. 2015-09-15 Satoshi Konno <skonno@cybergarage.org>
  40. * v0.9.0
  41. * The first release.