]> git.sesse.net Git - cubemap/blobdiff - NEWS
Bump version number to 1.3.1-dev.
[cubemap] / NEWS
diff --git a/NEWS b/NEWS
index dc03d5ea42d1cc2bc68cd58269e23ad6d6580d32..00cd7f2ff3db497a96d1cf4f39ebf352996783cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Cubemap 1.3.0, 2016-07-14
+
+  * Add an option for raw (non-Metacube) inputs over HTTP
+    (src_encoding=raw). Only really useful for TS.
+
+  * If a HTTP input fails multiple times, silence it in the error log
+    for the next minute. This reduces the amount of logging for a
+    permanently dead input stream by a lot, although of course,
+    such streams should generally just be removed from the
+    configuration altogether.
+
+
+Cubemap 1.2.2, 2016-04-02
+
+  * Fix literal IPv6 address parsing in URLs.
+
+  * Fix a bug (introduced in 1.2.0) where access.log would have monotonic
+    timestamps (typically time since boot) instead of real time.
+
+  * Increase the Metacube block size warning limit from 1MB to 10MB, as MP4
+    muxing can legitimately create huge blocks.
+
+
 Cubemap 1.2.1, 2015-08-30
 
   * Use libsystemd to inform systemd accurately about when the service is up