X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=NEWS;h=ac45dfac2ea34baa2dabcb6393f6f88db4e116ba;hp=bd204311c235e1d9d3049c30b8d02dc7e878c4b3;hb=5c691247d0336149b5ae25c6d45ec45b7492b27c;hpb=525b1e7396880ef261c706ac896230bc7226c744 diff --git a/NEWS b/NEWS index bd20431..ac45dfa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Cubemap 1.1.2, 2014-07-07 + + * Remove some leftover debug code that would cause compile errors. + + +Cubemap 1.1.1, 2014-07-06 + + * Fix parsing of IPv6 SSM URLs. Also add an example to the + configuration file. + + * Change the default backlog size to 10 MB. + + +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.