From: Steinar H. Gunderson Date: Thu, 1 May 2014 04:21:23 +0000 (-0700) Subject: Release Cubemap 1.1.0. X-Git-Tag: 1.1.0 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=38e038067c3e71cf80bd5ea83085203f596c4bab Release Cubemap 1.1.0. --- diff --git a/NEWS b/NEWS index 3d6293e..b0e4c70 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Cubemap 1.1.0, 2014-04-30 + + * Multicast support, both for sending and receiving; + both IPv4 and IPv6, both ASM and SSM. + + * Drop support for fwmark, since it is obsolete with sch_fq + around. + + * Many smaller bugfixes. + + Cubemap 1.0.4, 2014-03-23 * Fix a segfault on reload that was introduced in 1.0.2. diff --git a/version.h b/version.h index 4b2f7a3..b30ea91 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.0.5-pre" +#define SERVER_VERSION "1.1.0" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H)