]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.3.1. 1.3.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2016 22:44:24 +0000 (00:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2016 22:45:08 +0000 (00:45 +0200)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 00cd7f2ff3db497a96d1cf4f39ebf352996783cf..b8cb12508e0527a7c2a766496a92a081bd4aa379 100644 (file)
--- 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
index feb79d5274102179578a1597b241c7608495ded6..f8b59f4bc316c32307c255587216a543dafe99cc 100644 (file)
--- 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)