mbusd 0.3.0

This commit is contained in:
Victor Antonovich 2017-12-11 15:37:15 +03:00
parent faec521fa6
commit 650d88a269
4 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,14 @@
# Change Log
## [0.3.0] - 2017-12-11
### Added
- Support for reading configuration from file (-c).
- Systemd support (thanks to Luuk Loeffen <luukloeffen@hotmail.com>).
- Sysfs gpio RS-485 directional control (-y, -Y, thanks to James Jarvis <jj@aprsworld.com>).
### Changed
- Migrated from Autotools to CMake (thanks to Nick Mayerhofer <nick.mayerhofer@enchant.at>).
## [0.2.3] - 2016-04-25
### Fixed
- tty mode setup on platforms with cfmakeraw available (fixes #7).
@ -42,5 +51,6 @@
## 0.1.1 - 2003-09-13
### Initial release
[0.3.0]: https://github.com/3cky/mbusd/compare/v0.2.3...v0.3.0
[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

View File

@ -5,7 +5,7 @@ include(CheckLibraryExists)
include(GNUInstallDirs)
include(FindSystemd)
project(mbusd VERSION 0.2.4)
project(mbusd VERSION 0.3.0)
#TODO ISC_Posix, prog_libtool
# single-configuration generator setup

View File

@ -1,4 +1,4 @@
Copyright (c) 2002-2003, 2013-2016 Victor Antonovich (v.antonovich@gmail.com)
Copyright (c) 2002-2003, 2013-2017 Victor Antonovich (v.antonovich@gmail.com)
Copyright (c) 2011 Andrew Denysenko <nitr0@seti.kr.ua>
All rights reserved.

View File

@ -1,4 +1,4 @@
.TH "mbusd" 8 "25 Apr 2016" "mbusd @PROJECT_VERSION@"
.TH "mbusd" 8 "11 Dec 2017" "mbusd @PROJECT_VERSION@"
.SH NAME
mbusd \- MODBUS/TCP to MODBUS/RTU gateway.
.SH SYNOPSIS