From d3e4decf596827f318efcb510992cf34f101d037 Mon Sep 17 00:00:00 2001 From: Robert Johansson Date: Mon, 18 Jun 2012 21:08:10 +0900 Subject: [PATCH] maintenance updates for new release 0.8.0 --- COPYING | 7 +++++-- README | 1 + configure.ac | 4 ++-- release_notes.txt | 9 ++++----- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index 0075357..fe1a68a 100644 --- a/COPYING +++ b/COPYING @@ -7,14 +7,17 @@ info@rscada.se The libmbus library is a component of rSCADA that is published as open source, and it is free for anyone to use as long as due credit it given to rSCADA and Raditex Control in derivative work based on the libmbus library. -Main developers: +Main developer and maintainer: * Robert Johansson -Other contributers: +Major contributers: * Stefan Wahren * Tomas Menzl + +Other contributers: + * Henry N. * Pelle van der Heide * James Michael DuPont diff --git a/README b/README index 0e4d4d8..d3652fc 100644 --- a/README +++ b/README @@ -4,3 +4,4 @@ libmbus: M-bus Library from Raditex Control (http://www.rscada.se) libmbus is an open source library for the M-bus (Meter-Bus) protocol. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. The M-bus standard deals with both the electrical signals on the M-Bus, and the protocol and data format used in transmissions on the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle the communication with M-Bus devices. For more information see http://www.rscada.se/libmbus + diff --git a/configure.ac b/configure.ac index 8998a35..461b616 100644 --- a/configure.ac +++ b/configure.ac @@ -8,14 +8,14 @@ dnl info@rscada.se dnl dnl ---------------------------------------------------------------------------- -AC_INIT([mbus], [0.7.0], [info@rscada.se], [mbus], [http://www.rscada.se/libmbus/]) +AC_INIT([mbus], [0.8.0], [info@rscada.se], [mbus], [http://www.rscada.se/libmbus/]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) AM_PROG_LIBTOOL -LDFLAGS="$LDFLAGS -version-info 0:7:0" +LDFLAGS="$LDFLAGS -version-info 0:8:0" dnl ---------------------- dnl diff --git a/release_notes.txt b/release_notes.txt index 7d58f5d..6929cc6 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,12 +1,11 @@ Release notes for libmbus - -Version 0.X.X (): +Version 0.8.0 (2012-06-18): -------------------------- -New support for float point number thanks to contribution by Stefan Wahren. -Many thanks to Stefan Wahren and Henry N. for contributing patches. - +New support for float point numbers and new support for multi-telegram +communication, thanks to major contributions from Stefan Wahren. Also, thanks +to Henry N. for contributing patches. Version 0.7.0 (2012-02-07): --------------------------