Skip to content

Commit

Permalink
Bump version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar456 committed Jul 24, 2013
0 parents commit 9eb061e
Show file tree
Hide file tree
Showing 14 changed files with 2,131 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Makefile
rtp2httpd
*.o
*.in
config.*
stamp-h1
.deps
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Written by:
Ondrej Caletka <[email protected]>

MUDP Support by:
Richard Golier <[email protected]>
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
2010-05-26 16:00 Ondrej Caletka <[email protected]>
Version 0.4
Fixed zombie processes creation when more than one
client disconnects in a short period of time.
Fix by David Seidl <[email protected]>

2009-04-05 23:30 Ondrej Caletka <[email protected]>
Version 0.3
Added support for RAW UDP (MUDP) streams by
Richard Golier <[email protected]>

2009-01-16 10:00 Ondrej Caletka <[email protected]>
Version 0.2b
Fixed reporting errors od getaddrinfo();

2009-01-08 16:00 Ondrej Caletka <[email protected]>
Version 0.2a
Fixed fatal error in writeToClient();

2009-01-08 11:00 Ondrej Caletka <[email protected]>
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 <[email protected]>
Fixes address in use when two clients wants same
source mRTP stream.

2009-01-07 17:20 Ondrej Caletka <[email protected]>
Initial release.
Loading

0 comments on commit 9eb061e

Please sign in to comment.