Sfoglia il codice sorgente

Bump version to 3.0.1

Stéphane Raimbault 13 anni fa
parent
commit
26131384ac
4 ha cambiato i file con 14 aggiunte e 2 eliminazioni
  1. 4 1
      NEWS
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog
  4. 3 0
      libmodbus.spec.in

+ 4 - 1
NEWS

@@ -1,6 +1,9 @@
-libmodbus 3.0.1 (2011-07-XX)
+libmodbus 3.0.1 (2011-07-18)
 ============================
 
+- Avoid useless serial_mode integer when TIOCSRS485 isn't supported
+- Fix compilation failure on Windows (RS485 support) by Tobias Doerffel
+  <tobias.doerffel@gmail.com>
 - Properly check TIOCSRS485 define by Matthijs Kool
 - Rename package to libmodbus5 to fix lintian warning
 

+ 1 - 1
configure.ac

@@ -13,7 +13,7 @@
 #
 m4_define([libmodbus_version_major], [3])
 m4_define([libmodbus_version_minor], [0])
-m4_define([libmodbus_version_micro], [0])
+m4_define([libmodbus_version_micro], [1])
 
 m4_define([libmodbus_release_status],
             [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot],

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+libmodbus (3.0.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Raimbault <stephane.raimbault@gmail.com>  Mon, 18 Jul 2011 22:27:40 +0200
+
 libmodbus (3.0.0-1) unstable; urgency=low
 
   * New upstream release

+ 3 - 0
libmodbus.spec.in

@@ -118,6 +118,9 @@ make %{?_smp_mflags}
 %{_mandir}/man3/modbus_write_register.3.gz
 
 %changelog
+* Mon Jul 18 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.1-1
+- new upstream release
+
 * Thu Jul 11 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.0-1
 - revert the license to LGPLv2.1+
 - new spec file generated by autoconf