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