X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=NEWS;h=b0e4c701706eda119ceafc2b353fca1dd3222c19;hp=21d6694df79d826502b5ec8a8b5624ce509be065;hb=38e038067c3e71cf80bd5ea83085203f596c4bab;hpb=d4d2ca00ca388c64dd64e2a7e862d8cf8f25a072 diff --git a/NEWS b/NEWS index 21d6694..b0e4c70 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +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. + + * Remove the Metacube VLC patch, as it is now upstream. + + * Always compile with large file support, which works around + a blocking issue with 32-bit x86. + + +Cubemap 1.0.3, 2014-02-06 + + * Fix a compilation error with newer glibc. + + +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.