From 85ae963f191671d2d17ef8286832059ff75eb520 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 17 Nov 2019 19:59:12 +0100 Subject: [PATCH 1/1] Release Cubemap 1.4.3. --- NEWS | 10 ++++++++++ configure.ac | 2 +- version.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2925abb..a154c1e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Cubemap 1.4.3, 2019-11-17 + + * Keep the HLS backlog even if the stream header changes. Useful + for streaming fMP4 across backend restarts, at least given a + reasonable client (not all can play or even seek across + discontinuities). + + * Various bugfixes. + + Cubemap 1.4.2, 2018-12-21 * Fix an issue with backlogs larger then 2 GB. diff --git a/configure.ac b/configure.ac index ee27de7..0e51aed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_CONFIG_MACRO_DIR([m4]) -AC_INIT(cubemap, 1.4.0-pre) +AC_INIT(cubemap, 1.4.3) AC_CONFIG_SRCDIR(main.cpp) diff --git a/version.h b/version.h index e128612..cff1ebb 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.4.2" +#define SERVER_VERSION "1.4.3" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2