Skip to content

Commit

Permalink
mbusd 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Jun 8, 2015
1 parent e2a9f26 commit b78bdce
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Expand Up @@ -24,3 +24,9 @@
+ RTS RS-485 transmit/receive control
* RTU response receiving by length
* Standard error codes for receive error (04) and timeout (0x0B)

0.2.1
-----------
08-jun-2015:

+ Added serial port mode configuration option (-m).
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for mbusd 0.2.0.
# Generated by GNU Autoconf 2.69 for mbusd 0.2.1.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mbusd'
PACKAGE_TARNAME='mbusd'
PACKAGE_VERSION='0.2.0'
PACKAGE_STRING='mbusd 0.2.0'
PACKAGE_VERSION='0.2.1'
PACKAGE_STRING='mbusd 0.2.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1317,7 +1317,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures mbusd 0.2.0 to adapt to many kinds of systems.
\`configure' configures mbusd 0.2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1387,7 +1387,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mbusd 0.2.0:";;
short | recursive ) echo "Configuration of mbusd 0.2.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1494,7 +1494,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mbusd configure 0.2.0
mbusd configure 0.2.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1772,7 +1772,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mbusd $as_me 0.2.0, which was
It was created by mbusd $as_me 0.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2635,7 +2635,7 @@ fi

# Define the identity of the package.
PACKAGE='mbusd'
VERSION='0.2.0'
VERSION='0.2.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13594,7 +13594,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by mbusd $as_me 0.2.0, which was
This file was extended by mbusd $as_me 0.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13660,7 +13660,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
mbusd config.status 0.2.0
mbusd config.status 0.2.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(mbusd, 0.2.0)
AC_INIT(mbusd, 0.2.1)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)

Expand Down
4 changes: 2 additions & 2 deletions libtool
@@ -1,7 +1,7 @@
#! /bin/sh

# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (mbusd) 0.2.0
# Generated automatically by config.status (mbusd) 0.2.1
# Libtool was configured on host 3cky.office.mobileap.ru:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
Expand Down Expand Up @@ -275,7 +275,7 @@ hardcode_into_libs=yes
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-redhat-linux/4.9.2 /usr/lib64 /lib64 "

# Run-time system search path for libraries.
sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas /usr/lib64/dyninst /usr/lib64/iscsi /usr/lib/llvm /usr/lib64/llvm /usr/lib64/mysql /usr/lib64/OGRE /usr/lib64/qt-3.3/lib /opt/Samsung/PSU/share/lib64 /usr/lib64/tcl8.6 /usr/lib64/vtk /usr/lib/xulrunner /usr/lib64/xulrunner "
sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas /usr/lib64/dyninst /usr/lib64/iscsi /usr/lib/llvm /usr/lib64/llvm /usr/lib64/mysql /usr/lib64/OGRE /usr/lib64/qt-3.3/lib /opt/Samsung/PSU/share/lib64 /usr/lib64/tcl8.6 /usr/lib64/vtk /usr/lib/wine/ /usr/lib64/wine/ /usr/lib/xulrunner /usr/lib64/xulrunner "

# Whether dlopen is supported.
dlopen_support=unknown
Expand Down

0 comments on commit b78bdce

Please sign in to comment.