-
Notifications
You must be signed in to change notification settings - Fork 16
/
ChangeLog
31 lines (25 loc) · 987 Bytes
/
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
2010-05-26 16:00 Ondrej Caletka <o.caletka@sh.cvut.cz>
Version 0.4
Fixed zombie processes creation when more than one
client disconnects in a short period of time.
Fix by David Seidl <david.seidl@vsb.cz>
2009-04-05 23:30 Ondrej Caletka <o.caletka@sh.cvut.cz>
Version 0.3
Added support for RAW UDP (MUDP) streams by
Richard Golier <rgolier@hotmail.com>
2009-01-16 10:00 Ondrej Caletka <o.caletka@sh.cvut.cz>
Version 0.2b
Fixed reporting errors od getaddrinfo();
2009-01-08 16:00 Ondrej Caletka <o.caletka@sh.cvut.cz>
Version 0.2a
Fixed fatal error in writeToClient();
2009-01-08 11:00 Ondrej Caletka <o.caletka@sh.cvut.cz>
Version 0.2
Added -D option to force not to daemonise.
Changed configfile read order so configfile is
parsed before parsing command-line args.
2009-01-07 23:00 Ondrej Caletka <o.caletka@sh.cvut.cz>
Fixes address in use when two clients wants same
source mRTP stream.
2009-01-07 17:20 Ondrej Caletka <o.caletka@sh.cvut.cz>
Initial release.