Stéphane Raimbault před 11 roky
rodič
revize
4973c93557
1 změnil soubory, kde provedl 18 přidání a 1 odebrání
  1. 18 1
      NEWS

+ 18 - 1
NEWS

@@ -1,6 +1,22 @@
-libmodbus 3.1.1 (2012-XX-XX)
+libmodbus 3.1.1 (2013-10-06)
 ============================
 
+More robust to exploits, more compliant and better handling of connect/close
+sequences. Windows support still broken.
+
+- New unit tests
+- Fix remote buffer overflow vulnerability (closes #25, #105)
+- Explain how to define response timeouts when many RTU slaves
+- Fix receiving of incorrect queries in write_single and mask_write_register
+  Thanks to James Nutaro.
+- Check return value of autoreconf.
+  Thanks to Lauri Nurmi
+- Constant for broacast and test ordering
+- Fix the fix of device string check
+- Various changes to try to improve *broken* Windows support
+- Try to fix MinGW compilation
+- Portable use of bswap_32
+- Improve support of MacOS X
 - Fix socket value on init/close
 - Returns -1 on invalid mode in modbus_rtu_set_rts
 - Protect all public functions against invalid context
@@ -40,6 +56,7 @@ libmodbus 3.1.1 (2012-XX-XX)
 - Fix wrong constant names to create version number.
   Thanks to Denis Davydov.
 
+
 libmodbus 3.1.0 (2012-06-22)
 ============================