Skip to content

Commit 10c691d

Browse files
committed
Updated version to 3.11.1
1 parent c18a45f commit 10c691d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66
project(jrtplib)
77
set(VERSION_MAJOR 3)
88
set(VERSION_MINOR 11)
9-
set(VERSION_DEBUG 0)
9+
set(VERSION_DEBUG 1)
1010
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_DEBUG}")
1111

1212
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
JRTPLIB ChangeLog
33
-----------------
44

5+
3.11.1 (March 2017)
6+
* Bugfix in rtpsources.cpp: if the RTP packet got deleted in
7+
OnValidatedRTPPacket, then an illegal address would be accessed
8+
when looking up the CSRC identifiers. Thanks to Lau Bakman for
9+
reporting this.
10+
511
3.11.0 (March 2017)
612
* In the RTPSession class, thread safety can be requested even
713
if the poll thread is not used.

0 commit comments

Comments
 (0)