]> granicus.if.org Git - rtmpdump/commitdiff
Notes for 2.0
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 17 Dec 2009 01:45:33 +0000 (01:45 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 17 Dec 2009 01:45:33 +0000 (01:45 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@82 400ebc74-4327-4243-bc38-086b20814532

ChangeLog
README

index 2439fb9fdc86c627d5888d766e1db53f849cff8b..fd7d7e24650cd5662cdef9e9d176d6d804dae5d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ Copyright 2008-2009 Andrej Stepanchuk; Distributed under the GPL v2
 Copyright 2009 Howard Chu
 Copyright 2009 The Flvstreamer Team
 
+16 December 2009, v2.x
+- rewrote everything else in C, reorganized to make it usable again as a library
+- fixed more portability bugs
+- plugged memory leaks
+
 2 December 2009, v1.9a
 - fix auth string typo
 - handle FCUnsubscribe message
diff --git a/README b/README
index a0ca2b5e8cb3be2edc7bd7adf431a79a6f28a95a..161a6fd1822e8359a9135d64b23376bb6dd71b4f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-RTMP Dump v1.9
+RTMP Dump v2.0
 (C) 2009 Andrej Stepanchuk
 (C) 2009 Howard Chu
 License: GPLv2
@@ -52,5 +52,6 @@ make && make install_sw
 OpenSSL cross-compiling can be a difficult beast.
 
 
-Credit goes to team boxee for the XBMC RTMP code used in RTMPDumper.
+Credit goes to team boxee for the XBMC RTMP code originally used in RTMPDumper.
+The current code is based on the XBMC code but rewritten in C by Howard Chu.