update README

This commit is contained in:
mappu 2016-04-16 19:12:44 +12:00
parent 89b67f8559
commit 1858dfa102
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,9 @@ Tags: nmdc
=CHANGELOG=
2016-04-16 r6
- Fix an issue with calling `panic()` on certain types of abnormal network failure
2016-04-04 r5
- Enhancement: Support protocol keepalives
- Enhancement: Support hub redirects (`$ForceMove`)

View File

@ -30,6 +30,12 @@ Usage of nmdc-log-service:
=CHANGELOG=
2016-04-16 1.0.4
- Enhancement: Upgrade `libnmdc` from `r5` to `r6`
- Include a sample systemd unit script in source archive
- Fix an issue showing zero connected hubs in user tag
- Fix a cosmetic issue with logging repeated identical connection failure messages
2016-04-04 1.0.3
- Enhancement: Upgrade `libnmdc` from `r4` to `r5`