瀏覽代碼

Update NEWS file and bump version to 2.9.3

Stéphane Raimbault 14 年之前
父節點
當前提交
5b28fb81af
共有 2 個文件被更改,包括 14 次插入1 次删除
  1. 13 0
      NEWS
  2. 1 1
      configure.ac

+ 13 - 0
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)
 ============================
 

+ 1 - 1
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],