diff --git a/README.md b/README.md index f990cc8..970a254 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ All received messages are written to *stdout* and/or forwarded to remote logging ![architecture](doc/syslogd.png) Supported incoming message formats are: -- RFC5424 UDP and TCP -- RFC3164 (BSD) UDP and TCP -- GELF format UDP and TCP (also compressed on UDP) +- RFC5424 - UDP and TCP +- RFC3164 (BSD) - UDP and TCP +- GELF format - TCP and UDP (also compressed & chunked) Supported remote logging destinations are: - Syslog (RFC5424 over UDP) diff --git a/gradle.properties b/gradle.properties index 1dd97d1..d38dadf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ id = syslogd name = syslogd group = biz.nellemann.syslogd -version = 1.3.0 +version = 1.3.1 description = "Syslog Director"