From 5faece7462ecacbb1123ca644a4f509ce4766849 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Mon, 25 Oct 2021 15:06:05 +0200 Subject: [PATCH] Update CHANGES.md for 3.6.2~rc1 --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cafbca61b..36ac383ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +Bugs fixed in 3.6.2~rc1 +======================= + +* Fix crash when abusing authentication method (#503, by Markus). +* Fix crash when trying to change an unset ooc scenario (#463, by + @jquinn60137). +* Fix various build issues with CMake and/or missing version.h and/or + compiler warnings. By me, by Silver Chan, Thomas Uhle, Orgad Shaneh. +* Remove RTP\_STREAM define. The code is always included. (By Orgad Shaneh.) +* Various minor documentation fixes. By me, kadabusha, Thomas Uhle, + Alexander Traud. + + BREAKING(!) changes in 3.6.1 ============================