Skip to content

Commit

Permalink
mbusd 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Apr 25, 2016
1 parent d978ac1 commit 8589313
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.2.3] - 2016-04-25
### Fixed
- tty mode setup on platforms with cfmakeraw available (fixes #7).

### Changed
- RTU response wait time raised to 500 ms.
- Allow 8 bit only character size in tty mode string.

## [0.2.2] - 2015-12-18
### Fixed
- Function code 6 response reading error #3.
Expand Down Expand Up @@ -34,4 +42,5 @@
## 0.1.1 - 2003-09-13
### Initial release

[0.2.3]: https://github.com/3cky/mbusd/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/3cky/mbusd/compare/v0.2.1...v0.2.2
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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.2.
# Generated by GNU Autoconf 2.69 for mbusd 0.2.3.
#
#
# 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.2'
PACKAGE_STRING='mbusd 0.2.2'
PACKAGE_VERSION='0.2.3'
PACKAGE_STRING='mbusd 0.2.3'
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.2 to adapt to many kinds of systems.
\`configure' configures mbusd 0.2.3 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.2:";;
short | recursive ) echo "Configuration of mbusd 0.2.3:";;
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.2
mbusd configure 0.2.3
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.2, which was
It was created by mbusd $as_me 0.2.3, 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.2'
VERSION='0.2.3'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13595,7 +13595,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.2, which was
This file was extended by mbusd $as_me 0.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13661,7 +13661,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.2
mbusd config.status 0.2.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(mbusd, 0.2.2)
AC_INIT(mbusd, 0.2.3)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)

Expand Down
2 changes: 1 addition & 1 deletion doc/mbusd.8.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "mbusd" 8 "18 Dec 2015" "mbusd @VERSION@"
.TH "mbusd" 8 "25 Apr 2016" "mbusd @VERSION@"
.SH NAME
mbusd \- MODBUS/TCP to MODBUS/RTU gateway.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions libtool
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (mbusd) 0.2.2
# Generated automatically by config.status (mbusd) 0.2.3
# 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 @@ -272,7 +272,7 @@ finish_eval=""
hardcode_into_libs=yes

# Compile-time system search path for libraries.
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-redhat-linux/5.1.1 /usr/lib64 /lib64 "
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-redhat-linux/5.3.1 /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/bind99 /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 "
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void
usage(char *exename)
{
cfg_init();
printf("%s-%s Copyright (C) 2002-2003, 2011, 2013, 2015 Victor Antonovich <[email protected]>, "
printf("%s-%s Copyright (C) 2002-2003, 2011, 2013-2016 Victor Antonovich <[email protected]>, "
"Andrew Denysenko <[email protected]>\n\n"
"Usage: %s [-h] [-d] "
#ifdef TRXCTL
Expand Down

0 comments on commit 8589313

Please sign in to comment.