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