]> granicus.if.org Git - rtmpdump/commitdiff
Notes for 2.2f
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 26 Jun 2010 21:03:02 +0000 (21:03 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 26 Jun 2010 21:03:02 +0000 (21:03 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@518 400ebc74-4327-4243-bc38-086b20814532

ChangeLog

index 0abdfc18e4adcdb3afcc598728e0fed3b6b218f8..ac863578a8b1b57b1c3e4126864a008f820407a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,21 @@ Copyright 2009-2010 Howard Chu
 Copyright 2009 The Flvstreamer Team
 http://rtmpdump.mplayerhq.hu/
 
+26 June 2010, v2.2f
+- fix RC4 cleanup for GnuTLS/gcrypt
+- declare RTMP_Write buf as const
+- cleanup Makefile
+- replace all use of bool with int
+- add RTMP_Socket() and RTMP_Pause() APIs
+- add ping/pong message handling
+- add basic shared library support
+- fix RTMP_ParseURL extension skipping
+- fix bad switch() from -r477 in RTMP_Read
+- fix rtmpsrv to always use .flv extension on output
+- fix crash on socket failure while RTMP_Read() is reading header
+- fix RTMP_ReadPacket signed/unsigned chars for m_nChannel
+- license cleanup, use current FSF address
+
 29 May 2010, v2.2e
 - port to Xbox
 - add explicit URL scheme for rtmpts