diff options
author | Saku Ytti <saku@ytti.fi> | 2015-02-21 15:53:46 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2015-02-21 15:56:28 +0200 |
commit | 61c128c95ffbcdff0e379d8b005c287db54c5cc3 (patch) | |
tree | 80e2cff2ea41612dc0938751226b3d289a40a708 /CHANGELOG.md | |
parent | 1a9a8143d89bcdf8ac336edd1c9d262f68055306 (diff) |
allow setting IP from source
sql/csv can now set IP as well as name, useful if you don't have FQDN.
If IP is given, then we don't try to resolve name.
closes #78
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7b664..2dcc284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # 0.3.1 +- FEATURE: allow setting IP address in addition to name in source (SQL/CSV) - BUGFIX: xos while using telnet (by @fhibler) - BUGFIX: ironware logout on some models (by @fhibler) |