From f01fb2bf103f8d73563d67139a2c2d4de784c37e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 14 Jul 2016 00:48:52 +0200 Subject: [PATCH] Release Cubemap 1.3.0. --- NEWS | 12 ++++++++++++ version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e9fcc8..00cd7f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Cubemap 1.3.0, 2016-07-14 + + * Add an option for raw (non-Metacube) inputs over HTTP + (src_encoding=raw). Only really useful for TS. + + * If a HTTP input fails multiple times, silence it in the error log + for the next minute. This reduces the amount of logging for a + permanently dead input stream by a lot, although of course, + such streams should generally just be removed from the + configuration altogether. + + Cubemap 1.2.2, 2016-04-02 * Fix literal IPv6 address parsing in URLs. diff --git a/version.h b/version.h index 0b8e26c..04f26ee 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ // Version number. Don't expect this to change all that often. -#define SERVER_VERSION "1.2.3-dev" +#define SERVER_VERSION "1.3.0" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2