From dcaac16b8d823bc0b1bf0ce45a99bba68f03553c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 24 May 2017 21:28:51 +0200 Subject: [PATCH] Release Cubemap 1.3.2. --- NEWS | 9 +++++++++ version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b8cb125..6d4da0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Cubemap 1.3.2, 2017-05-24 + + * Fix a bug where streams with paths exactly seven characters long + (e.g. “/abc.ts”) would get broken buffering behavior, as they would + start at the start of the backlog, not the end as they should. + This caused massively increased latency and/or problems playing back + the streams properly. + + Cubemap 1.3.1, 2016-07-23 * Support Metacube timestamp blocks. This allows Metacube producers diff --git a/version.h b/version.h index 7cc248b..fb9bfb8 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.3.2-dev" +#define SERVER_VERSION "1.3.2" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2