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