Skip to content

Commit

Permalink
Bump version to 2.9.4
Browse files Browse the repository at this point in the history
All related scripts and config files have been updated too.
  • Loading branch information
stephane committed Jun 5, 2011
1 parent ea2d655 commit c1a0131
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libmodbus 2.9.4 (2011-06-XX)
libmodbus 2.9.4 (2011-06-05)
============================

- IPv6 support
Expand All @@ -10,7 +10,7 @@ libmodbus 2.9.4 (2011-06-XX)
Raimbault
- Avoid an iteration in flush function
- New functions to send and receive raw requests (modbus_send_raw_request,
odbus_receive_confirmation)
modbus_receive_confirmation)
- Fix flush function of TCP backend on Windows
- API changes for server/slave:
* modbus_receive doesn't take socket/fd argument anymore
Expand Down
5 changes: 3 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], [2])
m4_define([libmodbus_version_minor], [9])
m4_define([libmodbus_version_micro], [3])
m4_define([libmodbus_version_micro], [4])

m4_define([libmodbus_release_status],
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot],
Expand Down Expand Up @@ -41,7 +41,8 @@ AC_SUBST(LIBMODBUS_VERSION_MICRO)
AC_SUBST(LIBMODBUS_VERSION)

# ABI version
LIBMODBUS_LD_CURRENT=4
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
LIBMODBUS_LD_CURRENT=5
LIBMODBUS_LD_REVISION=0
LIBMODBUS_LD_AGE=0
LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE
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 (2.9.4-1) maverick; urgency=low

* New upstream release

-- Stéphane Raimbault <[email protected]> Sun, 05 Jun 2011 12:38:34 +0200

libmodbus (2.9.3-1) maverick; urgency=low

* New upstream release
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ clean::
rm -f missing
rm -f src/Makefile.in
rm -f tests/Makefile.in
rm -f doc/Makefile.in

13 changes: 8 additions & 5 deletions libmodbus.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Summary: A Modbus library written in C
Name: libmodbus
Version: 2.9.3
Version: 2.9.4
Release: 1%{?dist%}
License: LGPL V3+
Packager: Stéphane Raimbault
URL: http://www.libmodbus.org
Group: Applications/System
Provides: libmodbus=2.9.3
Provides: libmodbus=2.9.4
Requires: ,/bin/sh

Source0: libmodbus-2.9.3.tar.gz
Source0: libmodbus-2.9.4.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, automake
Expand Down Expand Up @@ -47,9 +47,9 @@ rm -rf %{buildroot}
%attr(0755,root,root) %dir %{_libdir}/pkgconfig
%attr(0755,root,root) %dir %{_includedir}
%attr(0755,root,root) %dir %{_includedir}/modbus/
%dir %{_libdir}/libmodbus.so.4
%dir %{_libdir}/libmodbus.so.5
%dir %{_libdir}/libmodbus.so
%attr(0755,root,root) %{_libdir}/libmodbus.so.4.0.0
%attr(0755,root,root) %{_libdir}/libmodbus.so.5.0.0
%attr(0755,root,root) %{_libdir}/libmodbus.la
%attr(0644,root,root) %{_libdir}/pkgconfig/libmodbus.pc
%attr(0644,root,root) %{_includedir}/modbus/modbus.h
Expand All @@ -60,6 +60,9 @@ rm -rf %{buildroot}


%changelog
* Sun Jun 5 2011 Stéphane Raimbault <[email protected]> - 2.9.4-1
- new upstream release

* Mon Jan 10 2011 Stéphane Raimbault <[email protected]> - 2.9.3-1
- new upstream release

Expand Down

0 comments on commit c1a0131

Please sign in to comment.