-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
66 lines (51 loc) · 2.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Version 0.6.0 Released on 2022/04/24
* Added a savate(8) manpage.
* Added a savate.json(5) manpage.
* Switch to Python3.
Version 0.5.0 Released on 2012/10/23
* httpkiller: fix a bug where a missing selector would create an
invalid request line.
* Unknown Content-Type streams are now accepted and handled in a
generic way.
* Fix the connect_ex() return value handling.
* Burst size is now configurable.
* Add a low-bitrate source type, useful to avoid timeouts on audio
streams.
* Added basic support for shoutcast metadata relaying.
* Added MP3 support.
* Added AAC (ADTS) support.
* Added on-demand relaying.
* Added plugin possibility for statistics.
* Added keepalive period for on-demand relaying.
* Added client buffer queue sizes statistics to JSON status.
* httpkiller: add --random-path option.
* Properly handle HTTP HEAD requests for streams.
* Properly handle parameters and query string in relay URLs.
Version 0.4.0 Released on 2011/11/22
* Log requests like Apache's combined log format.
* Add an HTTPResponse class to allow authentication error reason
improvements.
* Return a 401 Unauthorized error when the request header doesn't
contain the authentication string.
* Added experimental recvmmsg() support for MPEG-TS sources.
* Clean up timeouts for a failed HTTP request.
Version 0.3.2 Released on 2011/09/30
* looping.py: fix epoll detection.
* binary_parser.py: allow our users not to provide a validating object.
* BurstQueue: fix a bug in extend() in case the iterable is a
generator object.
* Sources can now customise the size of the buffer passed to recv().
Version 0.3.1 Released on 2011/08/23
* Added a --version command line switch.
Version 0.3.0 Released on 2011/07/12
* Added a token-based (mod_auth_token-style) authorization handler.
* Added reload capability.
* Every client / source / relay now has an inactivity timeout.
* UDP: delay source start until we've had at least a few packets
from the network.
Version 0.2.0 Released on 2011/05/24
* Added graceful stop on SIGHUP.
* Status handlers are now pluginised (similar to auth handlers).
* Added a static file status handler.
Version 0.1.0 Released on 2011/05/24
* Initial release.