]> git.sesse.net Git - cubemap/blob - NEWS
32f14eec9447516afd6db9e689ac8317e4091900
[cubemap] / NEWS
1 Cubemap 1.0.2, 2014-02-04
2
3  * Support SO_MAX_PACING_RATE (Linux 3.13 and above).
4
5  * Add a listen statement to listen only on specific IP addresses,
6    in addition to the port statement.
7
8  * Update the VLC Metacube patch to apply to current VLC git.
9
10  * Fix a crash bug on reload.
11
12  * Be more consistent about handling streams that have no data yet.
13    In particular, this could show itself as erratic behavior when
14    sending Metacube streams on to other Cubemap instances.
15
16
17 Cubemap 1.0.1, 2013-09-19
18
19  * Added NEWS file.
20
21  * Fix an issue where Cubemap could be slow when /tmp was slow
22    (ie., not on SSD and not on tmpfs), due to high mutex contention.
23
24  * Fix compilation on 32-bit systems.
25
26  * Various packaging fixes and a systemd service unit, contributed
27    by Philipp Kern.
28
29  * Use the new deleted-by-default temporary files if available
30    (Linux 3.11 and above).
31
32
33 Cubemap 1.0.0, 2013-08-24
34
35  * Initial release.