Commit 4973c935575874a9874d7c79ce4e41487197bc8f
1 parent
780e1c23
Updated NEWS file
Showing
1 changed file
with
18 additions
and
1 deletions
NEWS
| 1 | -libmodbus 3.1.1 (2012-XX-XX) | |
| 1 | +libmodbus 3.1.1 (2013-10-06) | |
| 2 | 2 | ============================ |
| 3 | 3 | |
| 4 | +More robust to exploits, more compliant and better handling of connect/close | |
| 5 | +sequences. Windows support still broken. | |
| 6 | + | |
| 7 | +- New unit tests | |
| 8 | +- Fix remote buffer overflow vulnerability (closes #25, #105) | |
| 9 | +- Explain how to define response timeouts when many RTU slaves | |
| 10 | +- Fix receiving of incorrect queries in write_single and mask_write_register | |
| 11 | + Thanks to James Nutaro. | |
| 12 | +- Check return value of autoreconf. | |
| 13 | + Thanks to Lauri Nurmi | |
| 14 | +- Constant for broacast and test ordering | |
| 15 | +- Fix the fix of device string check | |
| 16 | +- Various changes to try to improve *broken* Windows support | |
| 17 | +- Try to fix MinGW compilation | |
| 18 | +- Portable use of bswap_32 | |
| 19 | +- Improve support of MacOS X | |
| 4 | 20 | - Fix socket value on init/close |
| 5 | 21 | - Returns -1 on invalid mode in modbus_rtu_set_rts |
| 6 | 22 | - Protect all public functions against invalid context |
| ... | ... | @@ -40,6 +56,7 @@ libmodbus 3.1.1 (2012-XX-XX) |
| 40 | 56 | - Fix wrong constant names to create version number. |
| 41 | 57 | Thanks to Denis Davydov. |
| 42 | 58 | |
| 59 | + | |
| 43 | 60 | libmodbus 3.1.0 (2012-06-22) |
| 44 | 61 | ============================ |
| 45 | 62 | ... | ... |