]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.0.2. 1.0.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Feb 2014 23:39:57 +0000 (00:39 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Feb 2014 23:39:57 +0000 (00:39 +0100)
NEWS
version.h

diff --git a/NEWS b/NEWS
index 21d6694df79d826502b5ec8a8b5624ce509be065..32f14eec9447516afd6db9e689ac8317e4091900 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Cubemap 1.0.2, 2014-02-04
+
+ * Support SO_MAX_PACING_RATE (Linux 3.13 and above).
+
+ * Add a listen statement to listen only on specific IP addresses,
+   in addition to the port statement.
+
+ * Update the VLC Metacube patch to apply to current VLC git.
+
+ * Fix a crash bug on reload.
+
+ * Be more consistent about handling streams that have no data yet.
+   In particular, this could show itself as erratic behavior when
+   sending Metacube streams on to other Cubemap instances.
+
+
 Cubemap 1.0.1, 2013-09-19
 
  * Added NEWS file.
 Cubemap 1.0.1, 2013-09-19
 
  * Added NEWS file.
index 943d819679c9ffed6cc7730095d21b927ba8fd24..1e3b40d818839f59f21653b2618eb590f781762e 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.2-pre"
+#define SERVER_VERSION "1.0.2"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)