From: Steinar H. Gunderson Date: Fri, 22 Jul 2016 22:44:24 +0000 (+0200) Subject: Release Cubemap 1.3.1. X-Git-Tag: 1.3.1 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=0ad0786c4f99aaa7bbb13a79e9fd579b3727d665 Release Cubemap 1.3.1. --- 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)