]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.4.0. 1.4.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 31 Aug 2018 23:23:06 +0000 (01:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 31 Aug 2018 23:23:32 +0000 (01:23 +0200)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 6d4da0a693a475667addc9084e20748f522aefbf..13a68969305b08c5c0594cf1dedeae7838a54e7a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Cubemap 1.4.0, 2018-09-01
+
+  * NOTE: Cubemap now requires a C++11 compiler. Also, live upgrades
+    from Cubemap before version 1.2.0 is no longer supported (upgrade
+    through 1.3.2 first if this is a problem for you).
+
+  * Support for TLS 1.2, through the tlse library (a lightly patched
+    version is included) and kTLS. This requires Linux >= 4.17.
+
+  * Support for fMP4 (HLS), including generating playlists on-the-fly.
+    This requires an input Metacube stream generated by Nageru >= 1.7.2.
+    See cubemap.config.sample for an example.
+
+  * Fix an issue that would cause problems with UDP inputs on reload
+    (unless their source encoding was explicitly marked as raw).
+
+
 Cubemap 1.3.2, 2017-05-24
 
   * Fix a bug where streams with paths exactly seven characters long
index 2539b8e06c505afd59dfbf10d50e110c5dd431db..8751f7a0f87be039f724797b1c3051a0faa477fa 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.4.0-pre"
+#define SERVER_VERSION "1.4.0"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)