Commit eeb6cd816475bb0771e607b45a17902a529c268b

Authored by Stéphane Raimbault
1 parent 8057bbf4

Updated NEWS file

Showing 1 changed file with 28 additions and 1 deletions
1 -libmodbus 2.9.4 (2011-02-XX) 1 +libmodbus 2.9.4 (2011-05-XX)
2 ============================ 2 ============================
3 3
4 - IPv6 support 4 - IPv6 support
@@ -6,6 +6,11 @@ libmodbus 2.9.4 (2011-02-XX) @@ -6,6 +6,11 @@ libmodbus 2.9.4 (2011-02-XX)
6 and Stéphane Raimbault. 6 and Stéphane Raimbault.
7 - Fix compilation on Windows 7 (x64) with MinGW/MSYS and GCC 4.5 7 - Fix compilation on Windows 7 (x64) with MinGW/MSYS and GCC 4.5
8 Reported by Patsy Kaye. 8 Reported by Patsy Kaye.
  9 +- Documentation of libmodbus functions with AsciiDoc (man and HTML) by Stéphane
  10 + Raimbault
  11 +- New functions to send and receive raw requests
  12 +- Fix flush function of TCP backend on Windows
  13 +
9 14
10 libmodbus 2.9.3 (2011-01-14) 15 libmodbus 2.9.3 (2011-01-14)
11 ============================ 16 ============================
@@ -29,6 +34,7 @@ libmodbus 2.9.3 (2011-01-14) @@ -29,6 +34,7 @@ libmodbus 2.9.3 (2011-01-14)
29 - Fix missing modbus_flush() in unit tests 34 - Fix missing modbus_flush() in unit tests
30 - Fixes for OpenBSD by Barry Grumbine and Jason Oster 35 - Fixes for OpenBSD by Barry Grumbine and Jason Oster
31 36
  37 +
32 libmodbus 2.9.2 (2010-12-05) 38 libmodbus 2.9.2 (2010-12-05)
33 ============================ 39 ============================
34 40
@@ -43,6 +49,7 @@ libmodbus 2.9.2 (2010-12-05) @@ -43,6 +49,7 @@ libmodbus 2.9.2 (2010-12-05)
43 - Correctly detect if we are cross-compiling for win32 by Kirill Smelkov. 49 - Correctly detect if we are cross-compiling for win32 by Kirill Smelkov.
44 - Fix setting of the broadcast address 50 - Fix setting of the broadcast address
45 51
  52 +
46 libmodbus 2.9.1 (2010-08-16) 53 libmodbus 2.9.1 (2010-08-16)
47 ============================ 54 ============================
48 55
@@ -63,6 +70,7 @@ libmodbus 2.9.1 (2010-08-16) @@ -63,6 +70,7 @@ libmodbus 2.9.1 (2010-08-16)
63 - Fix #591142 - Slave id check should be disabled in TCP connection 70 - Fix #591142 - Slave id check should be disabled in TCP connection
64 Reported by aladdinwu. 71 Reported by aladdinwu.
65 72
  73 +
66 libmodbus 2.1.0 (2010-03-24) 74 libmodbus 2.1.0 (2010-03-24)
67 ============================ 75 ============================
68 76
@@ -95,8 +103,10 @@ Other changes: @@ -95,8 +103,10 @@ Other changes:
95 http://github.com/stephane/libmodbus 103 http://github.com/stephane/libmodbus
96 - Waf support has been removed 104 - Waf support has been removed
97 105
  106 +
98 libmodbus 2.0.3 (2009-03-22) 107 libmodbus 2.0.3 (2009-03-22)
99 ============================ 108 ============================
  109 +
100 - Fix CRC error when a slave RTU send a response. 110 - Fix CRC error when a slave RTU send a response.
101 Thanks to Justin Carroll to have reported and tested my patch. 111 Thanks to Justin Carroll to have reported and tested my patch.
102 - Remove an assignment in compute_response_length() 112 - Remove an assignment in compute_response_length()
@@ -104,6 +114,7 @@ libmodbus 2.0.3 (2009-03-22) @@ -104,6 +114,7 @@ libmodbus 2.0.3 (2009-03-22)
104 - Fix #274511 reported by 'Kylesch' 114 - Fix #274511 reported by 'Kylesch'
105 Invalid error check in modbus_init_listen_tcp 115 Invalid error check in modbus_init_listen_tcp
106 116
  117 +
107 libmodbus 2.0.2 (2008-08-10) 118 libmodbus 2.0.2 (2008-08-10)
108 ============================ 119 ============================
109 - Fix a bug reported by email by Davide Pippa 120 - Fix a bug reported by email by Davide Pippa
@@ -118,14 +129,18 @@ libmodbus 2.0.2 (2008-08-10) @@ -118,14 +129,18 @@ libmodbus 2.0.2 (2008-08-10)
118 - Test only msg_length_computed on change 129 - Test only msg_length_computed on change
119 - Many comments and cleanups 130 - Many comments and cleanups
120 131
  132 +
121 libmodbus 2.0.1 (2008-07-02) 133 libmodbus 2.0.1 (2008-07-02)
122 ============================ 134 ============================
  135 +
123 - Include libmodbus.spec in the tarball 136 - Include libmodbus.spec in the tarball
124 - Fix #241006 reported by Jesus Hernandez Tapia 137 - Fix #241006 reported by Jesus Hernandez Tapia
125 modbus_check_response() crashes on an invalid exception code 138 modbus_check_response() crashes on an invalid exception code
126 139
  140 +
127 libmodbus 2.0.0 (2008-05-18) 141 libmodbus 2.0.0 (2008-05-18)
128 ============================ 142 ============================
  143 +
129 - Slave API 144 - Slave API
130 https://blueprints.launchpad.net/libmodbus/+spec/slave-api 145 https://blueprints.launchpad.net/libmodbus/+spec/slave-api
131 - No more glib dependency 146 - No more glib dependency
@@ -161,40 +176,52 @@ libmodbus 2.0.0 (2008-05-18) @@ -161,40 +176,52 @@ libmodbus 2.0.0 (2008-05-18)
161 - Fix #224496 reported by Todd Denniston 176 - Fix #224496 reported by Todd Denniston
162 It is easier to install on rpm based systems with a spec file. 177 It is easier to install on rpm based systems with a spec file.
163 178
  179 +
164 libmodbus 1.2.5 (2008-05-18) 180 libmodbus 1.2.5 (2008-05-18)
165 ============================ 181 ============================
  182 +
166 - Fix #224485 reported by Todd Denniston 183 - Fix #224485 reported by Todd Denniston
167 libmodbus does not link with c++ code. 184 libmodbus does not link with c++ code.
168 185
  186 +
169 libmodbus 1.2.4 (2008-03-14) 187 libmodbus 1.2.4 (2008-03-14)
170 ============================ 188 ============================
  189 +
171 - Fix #191039 reported by Todd Denniston 190 - Fix #191039 reported by Todd Denniston
172 modbus.h is not installed at prefix. 191 modbus.h is not installed at prefix.
173 192
  193 +
174 libmodbus 1.2.3 (2008-02-03) 194 libmodbus 1.2.3 (2008-02-03)
175 ============================ 195 ============================
  196 +
176 - Fix #188189 reported by Chris Hellyar 197 - Fix #188189 reported by Chris Hellyar
177 Compute_response_size() no entry for read_input_status() 198 Compute_response_size() no entry for read_input_status()
178 - Fix #181887 reported by Jesus Hernandez Tapia. 199 - Fix #181887 reported by Jesus Hernandez Tapia.
179 Slave address in build_request_packet_tcp() is hardcoded as 0xFF. 200 Slave address in build_request_packet_tcp() is hardcoded as 0xFF.
180 201
  202 +
181 libmodbus 1.2.2 (2007-11-12) 203 libmodbus 1.2.2 (2007-11-12)
182 ============================ 204 ============================
  205 +
183 - Fix #161989 reported by Konstantinos Togias 206 - Fix #161989 reported by Konstantinos Togias
184 Serial device paths more than 10 chars long (eg. /dev/ttyUSB0) don't 207 Serial device paths more than 10 chars long (eg. /dev/ttyUSB0) don't
185 fit to modbus_param_t -> device char[11] var. 208 fit to modbus_param_t -> device char[11] var.
186 - Structure is also bit better 'packed' to conserve memory (see the 209 - Structure is also bit better 'packed' to conserve memory (see the
187 trunk for a real enhancement). 210 trunk for a real enhancement).
188 211
  212 +
189 libmodbus 1.2.1 (2007-11-02) 213 libmodbus 1.2.1 (2007-11-02)
190 ============================ 214 ============================
  215 +
191 - Fix #159443 reported by Stefan Bisanz 216 - Fix #159443 reported by Stefan Bisanz
192 Index of incoming data in force multiple coils function 217 Index of incoming data in force multiple coils function
193 - Deleted useless code in check_crc16() 218 - Deleted useless code in check_crc16()
194 - Untabify source code 219 - Untabify source code
195 - Changed author's email to Stéphane Raimbault 220 - Changed author's email to Stéphane Raimbault
196 221
  222 +
197 libmodbus 1.2.0 (2007-05-10) 223 libmodbus 1.2.0 (2007-05-10)
198 ============================ 224 ============================
  225 +
199 - FIX Compilation GCC-4.0 226 - FIX Compilation GCC-4.0
200 - Project name in autogen.sh 227 - Project name in autogen.sh