Skip to content

Commit

Permalink
Bump version to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Feb 21, 2014
1 parent 9e0dc31 commit 9202fe6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmodbus 3.0.6 (2014-02-21)
============================

- Backport fix remote buffer overflow vulnerability on write requests
- Replace deprecated INCLUDES by AM_CPPFLAGS

libmodbus 3.0.5 (2013-10-06)
============================

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
m4_define([libmodbus_version_major], [3])
m4_define([libmodbus_version_minor], [0])
m4_define([libmodbus_version_micro], [5])
m4_define([libmodbus_version_micro], [6])

m4_define([libmodbus_release_status],
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])
Expand Down Expand Up @@ -41,7 +41,7 @@ AC_SUBST(LIBMODBUS_VERSION)
# ABI version
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
LIBMODBUS_LD_CURRENT=5
LIBMODBUS_LD_REVISION=4
LIBMODBUS_LD_REVISION=5
LIBMODBUS_LD_AGE=0
LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE
AC_SUBST(LIBMODBUS_LT_VERSION_INFO)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmodbus (3.0.6-1) unstable; urgency=high

* New upstream release

-- Stéphane Raimbault <[email protected]> Fri, 21 Feb 2014 11:42:57 +0100

libmodbus (3.0.5-1) unstable; urgency=high

* New upstream release
Expand Down
3 changes: 3 additions & 0 deletions libmodbus.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
%{_mandir}/man3/*.3.*

%changelog
* Fri, 21 Feb 2014 Stéphane Raimbault <[email protected]> - 3.0.6-1
- new upstream release

* Sun, 06 Oct 2013 Stéphane Raimbault <[email protected]> - 3.0.5-1
- new upstream release

Expand Down

0 comments on commit 9202fe6

Please sign in to comment.