Skip to content

Commit

Permalink
Update CHANGES.md for 3.7.0 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkday committed Apr 2, 2023
1 parent 41eee95 commit f9a4ba6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
@@ -1,3 +1,29 @@
Features added in 3.7.0
===========================

- RTPstream can now handle .wav files with a WAV header (by Orgad Shaneh)

Bugs fixed in 3.7.0
=======================
- RTPCHECK stability fixes (by Jeannot Langlois)
- Support CRLF-format injection files (by Orgad Shaneh)
- Fix to [next_url] when a display name is present in the contact (by enneig)
- Add 'transport' to the Contact header for UAC scenarios (by Martin Flaska)
- Update built-in scenarios to Copy Record-Route from INVITE to 200OK to comply with RFC 3261 (by kadabusha)
- Fix for local_port keyword using TCP or TLS (by Felippe Silvestre)
- Correct handling of IMS-AKA RES values contianing null bytes (by Sergey Zyrianov)
- Fix potential overwrite of auth value when calculating auth (by ZhaohuiLiu)
- Diagnostics improvements:
- Print, rather than lose, any buffered response time data on exit (by Orgad Shaneh)
- Add the IPs and remote address family to 'Network family mismatch' log (by Rob Day)
- Print OpenSSL error reason when certificate load fails (by Rajesh Singh)
- Give clear error if multiple command-line parameters are being interpreted as remote_host
- Prevent clock_tick moving backwards (and getting behind wheel_base and causing an assert) (by Rob Day)
- Ensure that sockets are marked as non-blocking before OpenSSL calls are made (by Rob Day)
- Prevent RTPStream crash due to a thread ID of 0 (by Rob Day)
- Cygwin, FreeBSD and Hurd build fixes (by Orgad Shaneh, kadabusha and Zopolis4)
- Static build fixes (by Aaron Meriwether)

Features added in 3.7.0~rc1
===========================

Expand Down

0 comments on commit f9a4ba6

Please sign in to comment.