From 38e038067c3e71cf80bd5ea83085203f596c4bab Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 30 Apr 2014 21:21:23 -0700 Subject: [PATCH] Release Cubemap 1.1.0. --- NEWS | 11 +++++++++++ version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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) -- 2.39.2