Skip to content

Commit

Permalink
mbusd 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Dec 11, 2017
1 parent faec521 commit 650d88a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -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).
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/mbusd.8.in
@@ -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
Expand Down

0 comments on commit 650d88a

Please sign in to comment.