]> git.sesse.net Git - cubemap/blob - NEWS
b0e4c701706eda119ceafc2b353fca1dd3222c19
[cubemap] / NEWS
1 Cubemap 1.1.0, 2014-04-30
2
3   * Multicast support, both for sending and receiving;
4     both IPv4 and IPv6, both ASM and SSM.
5
6   * Drop support for fwmark, since it is obsolete with sch_fq
7     around.
8
9   * Many smaller bugfixes.
10
11
12 Cubemap 1.0.4, 2014-03-23
13
14   * Fix a segfault on reload that was introduced in 1.0.2.
15
16   * Remove the Metacube VLC patch, as it is now upstream.
17
18   * Always compile with large file support, which works around
19     a blocking issue with 32-bit x86.
20
21
22 Cubemap 1.0.3, 2014-02-06
23
24   * Fix a compilation error with newer glibc.
25
26
27 Cubemap 1.0.2, 2014-02-04
28
29  * Support SO_MAX_PACING_RATE (Linux 3.13 and above).
30
31  * Add a listen statement to listen only on specific IP addresses,
32    in addition to the port statement.
33
34  * Update the VLC Metacube patch to apply to current VLC git.
35
36  * Fix a crash bug on reload.
37
38  * Be more consistent about handling streams that have no data yet.
39    In particular, this could show itself as erratic behavior when
40    sending Metacube streams on to other Cubemap instances.
41
42
43 Cubemap 1.0.1, 2013-09-19
44
45  * Added NEWS file.
46
47  * Fix an issue where Cubemap could be slow when /tmp was slow
48    (ie., not on SSD and not on tmpfs), due to high mutex contention.
49
50  * Fix compilation on 32-bit systems.
51
52  * Various packaging fixes and a systemd service unit, contributed
53    by Philipp Kern.
54
55  * Use the new deleted-by-default temporary files if available
56    (Linux 3.11 and above).
57
58
59 Cubemap 1.0.0, 2013-08-24
60
61  * Initial release.