maintenance updates for new release 0.8.0
This commit is contained in:
7
COPYING
7
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 <rob@raditex.nu>
|
||||
|
||||
Other contributers:
|
||||
Major contributers:
|
||||
|
||||
* Stefan Wahren
|
||||
* Tomas Menzl
|
||||
|
||||
Other contributers:
|
||||
|
||||
* Henry N.
|
||||
* Pelle van der Heide
|
||||
* James Michael DuPont
|
||||
|
1
README
1
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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):
|
||||
--------------------------
|
||||
|
Reference in New Issue
Block a user