[rtmpdump] r525 - in trunk: ChangeLog Makefile librtmp/Makefile librtmp/rtmp.h
hyc
subversion at mplayerhq.hu
Wed Jun 30 20:52:15 CEST 2010
Author: hyc
Date: Wed Jun 30 20:52:14 2010
New Revision: 525
Log:
Bumping version to 2.3 to highlight shared lib support
Modified:
trunk/ChangeLog
trunk/Makefile
trunk/librtmp/Makefile
trunk/librtmp/rtmp.h
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue Jun 29 23:05:04 2010 (r524)
+++ trunk/ChangeLog Wed Jun 30 20:52:14 2010 (r525)
@@ -4,7 +4,7 @@ Copyright 2009-2010 Howard Chu
Copyright 2009 The Flvstreamer Team
http://rtmpdump.mplayerhq.hu/
-26 June 2010, v2.2f
+30 June 2010, v2.3
- fix RC4 cleanup for GnuTLS/gcrypt
- declare RTMP_Write buf as const
- cleanup Makefile
@@ -18,6 +18,9 @@ http://rtmpdump.mplayerhq.hu/
- 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
+- fix RTMP_SetupURL tcUrl generation
+- ignore multiple spaces between URL options
+- only send CheckBW request once per session
29 May 2010, v2.2e
- port to Xbox
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Tue Jun 29 23:05:04 2010 (r524)
+++ trunk/Makefile Wed Jun 30 20:52:14 2010 (r525)
@@ -1,4 +1,4 @@
-VERSION=v2.2f
+VERSION=v2.3
prefix=/usr/local
Modified: trunk/librtmp/Makefile
==============================================================================
--- trunk/librtmp/Makefile Tue Jun 29 23:05:04 2010 (r524)
+++ trunk/librtmp/Makefile Wed Jun 30 20:52:14 2010 (r525)
@@ -1,4 +1,4 @@
-VERSION=v2.2f
+VERSION=v2.3
prefix=/usr/local
Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h Tue Jun 29 23:05:04 2010 (r524)
+++ trunk/librtmp/rtmp.h Wed Jun 30 20:52:14 2010 (r525)
@@ -40,7 +40,7 @@ extern "C"
{
#endif
-#define RTMP_LIB_VERSION 0x020206 /* 2.2f */
+#define RTMP_LIB_VERSION 0x020300 /* 2.3 */
#define RTMP_FEATURE_HTTP 0x01
#define RTMP_FEATURE_ENC 0x02
More information about the rtmpdump
mailing list