From 0ad0786c4f99aaa7bbb13a79e9fd579b3727d665 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 23 Jul 2016 00:44:24 +0200 Subject: [PATCH] Release Cubemap 1.3.1. --- NEWS | 14 ++++++++++++++ version.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 00cd7f2..b8cb125 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Cubemap 1.3.1, 2016-07-23 + + * Support Metacube timestamp blocks. This allows Metacube producers + to add timestamps at arbitrary places between blocks, which, + provided that the system clocks on both sides are in sync, allows + Cubemap to produce a latency measure. If the latency is very high + (and/or keeps going up), you will know that the network has problems + keeping up with transporting the stream, even in the absence of + other error messages. + + At the time of release, only Nageru adds timestamp blocks; + VLC does not. + + Cubemap 1.3.0, 2016-07-14 * Add an option for raw (non-Metacube) inputs over HTTP diff --git a/version.h b/version.h index feb79d5..f8b59f4 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.1-dev" +#define SERVER_VERSION "1.3.1" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2