NEWS 4.6 KB

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