]> granicus.if.org Git - rtmpdump/commitdiff
Changes for 2.1c
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 8 Jan 2010 04:28:15 +0000 (04:28 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 8 Jan 2010 04:28:15 +0000 (04:28 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@208 400ebc74-4327-4243-bc38-086b20814532

ChangeLog
Makefile

index 5bd73809b7a3767520bc4171da4e9adfdc116479..6a1e5d82803dc7d31fea7e79fdbb0341d68e88f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@ Copyright 2008-2009 Andrej Stepanchuk; Distributed under the GPL v2
 Copyright 2009-2010 Howard Chu
 Copyright 2009 The Flvstreamer Team
 
+7 January 2010, v2.1c
+- cleanup rtmpsrv output
+- fix crash in 2.1b hashswf
+- use chunk-based I/O in rtmpsuck for better latency
+- support lists of streams in rtmpsuck
+- use raw client connect packet in rtmpsuck to workaround unsupported features
+- fix parseurl to url-decode PlayPath
+- fix Makefile, inadvertently dropped 'v' from version string
+
 4 January 2010, v2.1b
 - fix url matching in .swfinfo lookup
 - fix resume parsing in rtmpdump
index fcbacf5a69075445cd452f740590864c09c8073d..14eb318c410f5251eced5ab0a40a4438dc39a09b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CC=$(CROSS_COMPILE)gcc
 LD=$(CROSS_COMPILE)ld
 
-DEF=-DRTMPDUMP_VERSION=\"v2.1b\"
+DEF=-DRTMPDUMP_VERSION=\"v2.1c\"
 OPT=-O2
 CFLAGS=-Wall $(XCFLAGS) $(INC) $(DEF) $(OPT)
 LDFLAGS=-Wall $(XLDFLAGS)