]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.1.0. 1.1.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 1 May 2014 04:21:23 +0000 (21:21 -0700)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 1 May 2014 04:21:23 +0000 (21:21 -0700)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 3d6293ecc33e041e2fa5c4db031b468d2d7ba0a2..b0e4c701706eda119ceafc2b353fca1dd3222c19 100644 (file)
--- 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.
 Cubemap 1.0.4, 2014-03-23
 
   * Fix a segfault on reload that was introduced in 1.0.2.
index 4b2f7a3fa54449bc53d9cb9e1acfce0006778b52..b30ea91dec097b9c5e2efbc799f05241b28650bb 100644 (file)
--- a/version.h
+++ b/version.h
@@ -3,7 +3,7 @@
 
 // Version number. Don't expect this to change all that often.
 
 
 // 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)
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)