]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.3.2. 1.3.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 24 May 2017 19:28:51 +0000 (21:28 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 24 May 2017 19:28:51 +0000 (21:28 +0200)
NEWS
version.h

diff --git a/NEWS b/NEWS
index b8cb12508e0527a7c2a766496a92a081bd4aa379..6d4da0a693a475667addc9084e20748f522aefbf 100644 (file)
--- 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
index 7cc248bda4af9296d52e06f654d40d1769de60b7..fb9bfb869be4d0f3f29608fa5d38f77fd56a4062 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.2-dev"
+#define SERVER_VERSION "1.3.2"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)