Skip to content

Commit 9eb061e

Browse files
committed
Bump version 0.4
0 parents  commit 9eb061e

14 files changed

+2131
-0
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Makefile
2+
rtp2httpd
3+
*.o
4+
*.in
5+
config.*
6+
stamp-h1
7+
.deps
8+
autom4te.cache
9+
aclocal.m4
10+
compile
11+
configure
12+
depcomp
13+
install-sh
14+
missing

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Written by:
2+
Ondrej Caletka <[email protected]>
3+
4+
MUDP Support by:
5+
Richard Golier <[email protected]>

COPYING

+340
Large diffs are not rendered by default.

ChangeLog

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2010-05-26 16:00 Ondrej Caletka <[email protected]>
2+
Version 0.4
3+
Fixed zombie processes creation when more than one
4+
client disconnects in a short period of time.
5+
Fix by David Seidl <[email protected]>
6+
7+
2009-04-05 23:30 Ondrej Caletka <[email protected]>
8+
Version 0.3
9+
Added support for RAW UDP (MUDP) streams by
10+
Richard Golier <[email protected]>
11+
12+
2009-01-16 10:00 Ondrej Caletka <[email protected]>
13+
Version 0.2b
14+
Fixed reporting errors od getaddrinfo();
15+
16+
2009-01-08 16:00 Ondrej Caletka <[email protected]>
17+
Version 0.2a
18+
Fixed fatal error in writeToClient();
19+
20+
2009-01-08 11:00 Ondrej Caletka <[email protected]>
21+
Version 0.2
22+
Added -D option to force not to daemonise.
23+
Changed configfile read order so configfile is
24+
parsed before parsing command-line args.
25+
26+
2009-01-07 23:00 Ondrej Caletka <[email protected]>
27+
Fixes address in use when two clients wants same
28+
source mRTP stream.
29+
30+
2009-01-07 17:20 Ondrej Caletka <[email protected]>
31+
Initial release.

0 commit comments

Comments
 (0)