From d5052931eb882bead0b08f90c73bacb5c41d3ace Mon Sep 17 00:00:00 2001 From: hyc Date: Thu, 17 Dec 2009 01:45:33 +0000 Subject: [PATCH] Notes for 2.0 git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@82 400ebc74-4327-4243-bc38-086b20814532 --- ChangeLog | 5 +++++ README | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2439fb9..fd7d7e2 100644 --- 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 a0ca2b5..161a6fd 100644 --- 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. -- 2.50.1