From: Steinar H. Gunderson Date: Mon, 3 Feb 2014 23:39:57 +0000 (+0100) Subject: Release Cubemap 1.0.2. X-Git-Tag: 1.0.2 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=19a4ff06d550e394935fd62884ea772dfc9f25f8;ds=sidebyside Release Cubemap 1.0.2. --- diff --git a/NEWS b/NEWS index 21d6694..32f14ee 100644 --- 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. diff --git a/version.h b/version.h index 943d819..1e3b40d 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.2-pre" +#define SERVER_VERSION "1.0.2" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H)