Commit dd8b23f5b43ed485b09f3e6bfc6c6f1e053d7f00

Authored by Stéphane Raimbault
1 parent 5cddeaba

Release the 2.0.0 version

- Update the NEWS file
Showing 1 changed file with 6 additions and 3 deletions
1 -libmodbus 2.0.0 (to be released)  
2 -================================ 1 +libmodbus 2.0.0 (2008-05-18)
  2 +============================
3 - Slave API 3 - Slave API
4 https://blueprints.launchpad.net/libmodbus/+spec/slave-api 4 https://blueprints.launchpad.net/libmodbus/+spec/slave-api
  5 +- No more glib dependency
  6 + https://blueprints.launchpad.net/libmodbus/+spec/glib-dependency
  7 +- Unit testing and many test programs
5 - Waf build support 8 - Waf build support
6 https://blueprints.launchpad.net/libmodbus/+spec/waf-support 9 https://blueprints.launchpad.net/libmodbus/+spec/waf-support
7 - MacOS X support by Matthew Butch 10 - MacOS X support by Matthew Butch
@@ -13,7 +16,7 @@ libmodbus 2.0.0 (to be released) @@ -13,7 +16,7 @@ libmodbus 2.0.0 (to be released)
13 - Better memory management (uint8_t *data and packing of 16 - Better memory management (uint8_t *data and packing of
14 modbus_param_t) 17 modbus_param_t)
15 - Better error management 18 - Better error management
16 -- Declare more functions with the static keyword 19 +- Declare many static functions and const arrays
17 - Enhance an integer division 20 - Enhance an integer division
18 - The GNU licences LGPL and GPL are in version 3 21 - The GNU licences LGPL and GPL are in version 3
19 - Debian and RPM packages (#224496) 22 - Debian and RPM packages (#224496)