NEWS 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. libmodbus 2.2.0 (2009-05-01)
  2. ============================
  3. - New API for slave server (see MIGRATION)
  4. - New slave server able to handle multiple connections
  5. - Slave only replies to broadcast queries or queries with its slave ID
  6. - Improved Modbus protocol conformance
  7. - modbus_param_t is smaller (2 int removed)
  8. - Better error management
  9. - Faster
  10. - Fix #333455 reported by Jeff Laughlin and Yishin Li.
  11. Cygwin IPTOS_LOWDELAY not supported on cygwin
  12. - Fix #375926 - modbus.c:164: error: `MSG_DONTWAIT' undeclared
  13. Reported and tested by Yishin Li.
  14. libmodbus 2.0.3 (2009-03-22)
  15. ============================
  16. - Fix CRC error when a slave RTU send a response.
  17. Thanks to Justin Carroll to have reported and tested my patch.
  18. - Remove an assignment in compute_response_length()
  19. - Remove duplicate counter in read_io_status()
  20. - Fix #274511 reported by 'Kylesch'
  21. Invalid error check in modbus_init_listen_tcp
  22. libmodbus 2.0.2 (2008-08-10)
  23. ============================
  24. - Fix a bug reported by email by Davide Pippa
  25. The function modbus_receive must check the number of values
  26. indicated in the response accordingly to the query.
  27. - Fix #241006 reported by Jesus Hernandez Tapia
  28. modbus_check_response() crashes on an invalid exception code
  29. - Reduce the number of function calls (read_reg_response and
  30. preset_response have been removed)
  31. - Add a new unit test for bad response
  32. - Catch the timeout even if the length is equal to a exception trame
  33. - Test only msg_length_computed on change
  34. - Many comments and cleanups
  35. libmodbus 2.0.1 (2008-07-02)
  36. ============================
  37. - Include libmodbus.spec in the tarball
  38. - Fix #241006 reported by Jesus Hernandez Tapia
  39. modbus_check_response() crashes on an invalid exception code
  40. libmodbus 2.0.0 (2008-05-18)
  41. ============================
  42. - Slave API
  43. https://blueprints.launchpad.net/libmodbus/+spec/slave-api
  44. - No more glib dependency
  45. https://blueprints.launchpad.net/libmodbus/+spec/glib-dependency
  46. - Unit testing and many test programs
  47. - Waf build support
  48. https://blueprints.launchpad.net/libmodbus/+spec/waf-support
  49. - MacOS X support by Matthew Butch
  50. https://blueprints.launchpad.net/libmodbus/+spec/macosx-support
  51. - Unit testing (unit-test-slave and unit-test-master)
  52. - Port number is now defined at initialisation by Dirk Reusch
  53. - Better memory management (uint8_t *data and packing of
  54. modbus_param_t)
  55. - Better error management
  56. - Declare many static functions and const arrays
  57. - Enhance an integer division
  58. - The GNU licences LGPL and GPL are in version 3
  59. - Debian and RPM packages (#224496)
  60. - Many cleanups
  61. - Fix #159443 reported by Stefan Bisanz
  62. Index of incoming data in force multiple coils function
  63. - Fix #161989 reported by Konstantinos Togias
  64. Serial device paths more than 10 chars long (eg. /dev/ttyUSB0) don't
  65. fit to modbus_param_t -> device char[11] var.
  66. - Fix #188189 reported by Chris Hellyar
  67. Compute_response_size() no entry for read_input_status()
  68. - Fix #191039 reported by Todd Denniston
  69. modbus.h is not installed at prefix.
  70. - Fix #211460 reported by Todd Denniston
  71. With TCP, automatic reconnect on error may not be desired.
  72. - Fix #224485 reported by Todd Denniston
  73. libmodbus does not link with c++ code.
  74. - Fix #224496 reported by Todd Denniston
  75. It is easier to install on rpm based systems with a spec file.
  76. libmodbus 1.2.5 (2008-05-18)
  77. ============================
  78. - Fix #224485 reported by Todd Denniston
  79. libmodbus does not link with c++ code.
  80. libmodbus 1.2.4 (2008-03-14)
  81. ============================
  82. - Fix #191039 reported by Todd Denniston
  83. modbus.h is not installed at prefix.
  84. libmodbus 1.2.3 (2008-02-03)
  85. ============================
  86. - Fix #188189 reported by Chris Hellyar
  87. Compute_response_size() no entry for read_input_status()
  88. - Fix #181887 reported by Jesus Hernandez Tapia.
  89. Slave address in build_request_packet_tcp() is hardcoded as 0xFF.
  90. libmodbus 1.2.2 (2007-11-12)
  91. ============================
  92. - Fix #161989 reported by Konstantinos Togias
  93. Serial device paths more than 10 chars long (eg. /dev/ttyUSB0) don't
  94. fit to modbus_param_t -> device char[11] var.
  95. - Structure is also bit better 'packed' to conserve memory (see the
  96. trunk for a real enhancement).
  97. libmodbus 1.2.1 (2007-11-02)
  98. ============================
  99. - Fix #159443 reported by Stefan Bisanz
  100. Index of incoming data in force multiple coils function
  101. - Deleted useless code in check_crc16()
  102. - Untabify source code
  103. - Changed author's email to Stéphane Raimbault
  104. libmodbus 1.2.0 (2007-05-10)
  105. ============================
  106. - FIX Compilation GCC-4.0
  107. - Project name in autogen.sh