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