From: Steinar H. Gunderson Date: Fri, 1 Apr 2016 23:35:42 +0000 (+0200) Subject: Release Cubemap 1.2.2. X-Git-Tag: 1.2.2 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=db5b98e6505abb3cb931a099f7059c26e994c1ce;ds=inline Release Cubemap 1.2.2. --- diff --git a/NEWS b/NEWS index dc03d5e..9e9fcc8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +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 diff --git a/version.h b/version.h index ed0d8fc..a74eac9 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.2.2-pre" +#define SERVER_VERSION "1.2.2" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H)