Commit 26131384ac03939e37eca52a85d8d4ec1db08218
1 parent
3803f89e
Bump version to 3.0.1
Showing
4 changed files
with
14 additions
and
2 deletions
NEWS
| 1 | -libmodbus 3.0.1 (2011-07-XX) | |
| 1 | +libmodbus 3.0.1 (2011-07-18) | |
| 2 | 2 | ============================ |
| 3 | 3 | |
| 4 | +- Avoid useless serial_mode integer when TIOCSRS485 isn't supported | |
| 5 | +- Fix compilation failure on Windows (RS485 support) by Tobias Doerffel | |
| 6 | + <tobias.doerffel@gmail.com> | |
| 4 | 7 | - Properly check TIOCSRS485 define by Matthijs Kool |
| 5 | 8 | - Rename package to libmodbus5 to fix lintian warning |
| 6 | 9 | ... | ... |
configure.ac
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | # |
| 14 | 14 | m4_define([libmodbus_version_major], [3]) |
| 15 | 15 | m4_define([libmodbus_version_minor], [0]) |
| 16 | -m4_define([libmodbus_version_micro], [0]) | |
| 16 | +m4_define([libmodbus_version_micro], [1]) | |
| 17 | 17 | |
| 18 | 18 | m4_define([libmodbus_release_status], |
| 19 | 19 | [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], | ... | ... |
debian/changelog
libmodbus.spec.in
| ... | ... | @@ -118,6 +118,9 @@ make %{?_smp_mflags} |
| 118 | 118 | %{_mandir}/man3/modbus_write_register.3.gz |
| 119 | 119 | |
| 120 | 120 | %changelog |
| 121 | +* Mon Jul 18 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.1-1 | |
| 122 | +- new upstream release | |
| 123 | + | |
| 121 | 124 | * Thu Jul 11 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.0-1 |
| 122 | 125 | - revert the license to LGPLv2.1+ |
| 123 | 126 | - new spec file generated by autoconf | ... | ... |