Skip to content

Commit 650d88a

Browse files
committed
mbusd 0.3.0
1 parent faec521 commit 650d88a

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [0.3.0] - 2017-12-11
4+
### Added
5+
- Support for reading configuration from file (-c).
6+
- Systemd support (thanks to Luuk Loeffen <[email protected]>).
7+
- Sysfs gpio RS-485 directional control (-y, -Y, thanks to James Jarvis <[email protected]>).
8+
9+
### Changed
10+
- Migrated from Autotools to CMake (thanks to Nick Mayerhofer <[email protected]>).
11+
312
## [0.2.3] - 2016-04-25
413
### Fixed
514
- tty mode setup on platforms with cfmakeraw available (fixes #7).
@@ -42,5 +51,6 @@
4251
## 0.1.1 - 2003-09-13
4352
### Initial release
4453

54+
[0.3.0]: https://github.com/3cky/mbusd/compare/v0.2.3...v0.3.0
4555
[0.2.3]: https://github.com/3cky/mbusd/compare/v0.2.2...v0.2.3
4656
[0.2.2]: https://github.com/3cky/mbusd/compare/v0.2.1...v0.2.2

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CheckLibraryExists)
55
include(GNUInstallDirs)
66
include(FindSystemd)
77

8-
project(mbusd VERSION 0.2.4)
8+
project(mbusd VERSION 0.3.0)
99

1010
#TODO ISC_Posix, prog_libtool
1111
# single-configuration generator setup

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2003, 2013-2016 Victor Antonovich ([email protected])
1+
Copyright (c) 2002-2003, 2013-2017 Victor Antonovich ([email protected])
22
Copyright (c) 2011 Andrew Denysenko <[email protected]>
33
All rights reserved.
44

doc/mbusd.8.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "mbusd" 8 "25 Apr 2016" "mbusd @PROJECT_VERSION@"
1+
.TH "mbusd" 8 "11 Dec 2017" "mbusd @PROJECT_VERSION@"
22
.SH NAME
33
mbusd \- MODBUS/TCP to MODBUS/RTU gateway.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)