libnmdc: update readme
This commit is contained in:
parent
28ad3c8e6a
commit
f8ac216379
@ -1,7 +0,0 @@
|
|||||||
An NMDC client protocol library for Golang.
|
|
||||||
|
|
||||||
- Includes a sample logging client.
|
|
||||||
- This code hosting site isn't yet compatible with `go get`.
|
|
||||||
|
|
||||||
Written in golang
|
|
||||||
Tags: nmdc
|
|
20
src/libnmdc/__dist/README.txt
Normal file
20
src/libnmdc/__dist/README.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
An NMDC client protocol library for Golang.
|
||||||
|
|
||||||
|
- Channel-based API.
|
||||||
|
- Includes a sample logging client.
|
||||||
|
- This code hosting site isn't (yet) compatible with `go get`.
|
||||||
|
|
||||||
|
Written in golang
|
||||||
|
Tags: nmdc
|
||||||
|
|
||||||
|
=CHANGELOG=
|
||||||
|
|
||||||
|
2016-04-02 r2
|
||||||
|
- Enhancement: Support NMDC-over-TLS (NMDCS)
|
||||||
|
- Fix an issue recieving private messages
|
||||||
|
- Fix an issue with calling `panic()` if connection failed
|
||||||
|
- Fix an issue parsing URIs without a specified port
|
||||||
|
- Move sample content into directory with excluded build
|
||||||
|
|
||||||
|
2016-02-12 r1
|
||||||
|
- Initial public release
|
Loading…
Reference in New Issue
Block a user