File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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 < luukloeffen@hotmail.com > ).
7+ -  Sysfs gpio RS-485 directional control (-y, -Y, thanks to James Jarvis < jj@aprsworld.com > ).
8+ 
9+ ### Changed  
10+ -  Migrated from Autotools to CMake (thanks to Nick Mayerhofer <nick.mayerhofer@enchant.at >).
11+ 
312## [ 0.2.3]  - 2016-04-25 
413### Fixed  
514-  tty mode setup on platforms with cfmakeraw available (fixes #7  ).
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 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include(CheckLibraryExists)
55include (GNUInstallDirs)
66include (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 
Original file line number Diff line number Diff line change 1- Copyright (c) 2002-2003, 2013-2016  Victor Antonovich (v.antonovich@gmail.com)
1+ Copyright (c) 2002-2003, 2013-2017  Victor Antonovich (v.antonovich@gmail.com)
22Copyright (c) 2011 Andrew Denysenko <nitr0@seti.kr.ua>
33All rights reserved.
44
Original file line number Diff line number Diff line change 1- .TH  "mbusd" 8 "25 Apr 2016 " "mbusd @PROJECT_VERSION@" 
1+ .TH  "mbusd" 8 "11 Dec 2017 " "mbusd @PROJECT_VERSION@" 
22.SH  NAME 
33mbusd \-  MODBUS/TCP to MODBUS/RTU gateway.
44.SH  SYNOPSIS 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments