]> granicus.if.org Git - rtmpdump/commitdiff
Bumping version to 2.3 to highlight shared lib support
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 30 Jun 2010 18:52:14 +0000 (18:52 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 30 Jun 2010 18:52:14 +0000 (18:52 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@525 400ebc74-4327-4243-bc38-086b20814532

ChangeLog
Makefile
librtmp/Makefile
librtmp/rtmp.h

index ac863578a8b1b57b1c3e4126864a008f820407a9..f57c580ae84fbfc79a022405a68954f81001f235 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e5cac402fbcd1238dd7b9a32fcf4401214293dfb..7470eb45ae491b2f2b51c53801299c0a98b7705a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=v2.2f
+VERSION=v2.3
 
 prefix=/usr/local
 
index e8b5c779549f43158d641eda76964b7a46e3e6b1..c18c6b154ceeebb0054e89138d8b65fe8df4ec53 100644 (file)
@@ -1,4 +1,4 @@
-VERSION=v2.2f
+VERSION=v2.3
 
 prefix=/usr/local
 
index f1da6a57ee14fce1cea0a35855931d84a29065a7..de0b7951904a46dd3dc9599a7e13de0ee69c18f5 100644 (file)
@@ -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