diff --git a/src/libnmdc/__dist/README.txt b/src/libnmdc/__dist/README.txt index 4b468d8..b90c0e9 100644 --- a/src/libnmdc/__dist/README.txt +++ b/src/libnmdc/__dist/README.txt @@ -9,6 +9,10 @@ Tags: nmdc =CHANGELOG= +2016-04-03 r3 +- Feature: Add `SkipVerifyTLS` option +- Fix an issue with calling `panic()` if connection failed + 2016-04-02 r2 - Enhancement: Support NMDC-over-TLS (NMDCS) - Fix an issue recieving private messages diff --git a/src/nmdc-log-service/__dist/README.txt b/src/nmdc-log-service/__dist/README.txt index fb06d33..49163ee 100644 --- a/src/nmdc-log-service/__dist/README.txt +++ b/src/nmdc-log-service/__dist/README.txt @@ -23,9 +23,18 @@ Usage of nmdc-log-service: -Password string Registered nick password -Server string - Addresses to connect to (comma-separated)` + Addresses to connect to (comma-separated) + -VerifyTLS + Verify TLS certificates (default true) +` =CHANGELOG= +2016-04-03 1.0.1 +- Enhancement: Add `-VerifyTLS` option +- Enhancement: Upgrade `libnmdc` from `r2` to `r3` +- Fix an issue writing log files on Linux +- Fix a cosmetic issue with error message formatting + 2016-04-02 1.0.0 - Initial public release