From 5b28fb81af2f929f19954af8e6f22a0d8557e14b Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Wed, 8 Dec 2010 00:34:51 +0100 Subject: [PATCH] Update NEWS file and bump version to 2.9.3 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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], -- libgit2 0.21.4