diff --git a/NEWS b/NEWS index 1b6c2ff..5d22df6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +libmodbus 2.9.3 (2010-12-XX) +============================ + +- New function to reply to an indication with an exception message + modbus_reply_exception() +- Fix missing modbus_flush() in unit tests +- New functions to manipulate data: + * MODBUS_GET_INT32_FROM_INT16 + * MODBUS_GET_INT16_FROM_INT8 + * MODBUS_SET_INT16_TO_INT8 +- New function modbus_get_header_length(modbus_t *ctx) +- Rewrite of the message reading (no more timeouts on exception) + libmodbus 2.9.2 (2010-12-05) ============================ diff --git a/configure.ac b/configure.ac index cf10b51..820d156 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # m4_define([libmodbus_version_major], [2]) m4_define([libmodbus_version_minor], [9]) -m4_define([libmodbus_version_micro], [2]) +m4_define([libmodbus_version_micro], [3]) m4_define([libmodbus_release_status], [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot],