File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
project (jrtplib )
7
7
set (VERSION_MAJOR 3 )
8
8
set (VERSION_MINOR 11 )
9
- set (VERSION_DEBUG 0 )
9
+ set (VERSION_DEBUG 1 )
10
10
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_DEBUG} " )
11
11
12
12
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR} /cmake" )
Original file line number Diff line number Diff line change 2
2
JRTPLIB ChangeLog
3
3
-----------------
4
4
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
+
5
11
3.11.0 (March 2017)
6
12
* In the RTPSession class, thread safety can be requested even
7
13
if the poll thread is not used.
You can’t perform that action at this time.
0 commit comments