Skip to content

Commit 6a85e56

Browse files
committed
Bump version number to 3.0.3
1 parent c15da6c commit 6a85e56

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
libmodbus 3.0.3 (2012-05-25)
2+
============================
3+
4+
- Fix another Visual C++ 2008/2010 deficiency (closes #53)
5+
- Add -lsocket to compile on QNX
6+
- Fix TCP PI init under Windows.
7+
Thanks to oldfaber.
8+
- Fix a missing free in random-test-client
9+
Thanks again to Stefan Finzel.
10+
- Fix OMG bug in modbus_mapping_free not freeing memory.
11+
Thanks to Stefan Finzel for the bug report.
12+
- Fix semicolon typo and unistd.h include under Windows.
13+
Thanks to Andrew Kravchuk.
14+
115
libmodbus 3.0.2 (2012-01-16)
216
============================
317

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
m4_define([libmodbus_version_major], [3])
1515
m4_define([libmodbus_version_minor], [0])
16-
m4_define([libmodbus_version_micro], [2])
16+
m4_define([libmodbus_version_micro], [3])
1717

1818
m4_define([libmodbus_release_status],
1919
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])
@@ -41,7 +41,7 @@ AC_SUBST(LIBMODBUS_VERSION)
4141
# ABI version
4242
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
4343
LIBMODBUS_LD_CURRENT=5
44-
LIBMODBUS_LD_REVISION=1
44+
LIBMODBUS_LD_REVISION=2
4545
LIBMODBUS_LD_AGE=0
4646
LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE
4747
AC_SUBST(LIBMODBUS_LT_VERSION_INFO)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libmodbus (3.0.3-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Stéphane Raimbault <[email protected]> Fri, 25 May 2012 23:47:35 +0200
6+
17
libmodbus (3.0.2-1) unstable; urgency=low
28

39
* New upstream release

libmodbus.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
6161
%{_mandir}/man3/*.3.*
6262

6363
%changelog
64+
* Fri May 25 2012 Stéphane Raimbault <[email protected]> - 3.0.3-1
65+
- new upstream release
66+
6467
* Mon Jan 16 2012 Stéphane Raimbault <[email protected]> - 3.0.2-1
6568
- new upstream release
6669

0 commit comments

Comments
 (0)