You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+27
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
9
+
## [v3.13.0] - 2024-06-19
10
+
11
+
## What's Changed
12
+
* http/client: use dynamically sized buffers for PEM setters by @maximilianfridrich in https://github.com/baresip/re/pull/1117
13
+
* tls: allow secure TLS renegotiation by @maximilianfridrich in https://github.com/baresip/re/pull/1121
14
+
* tls: always enable USE_OPENSSL_SRTP by @alfredh in https://github.com/baresip/re/pull/1122
15
+
* main: remove call to openssl init by @alfredh in https://github.com/baresip/re/pull/1120
16
+
* sip/transp: Allow ACK w/o Max-Forwards header by @juha-h in https://github.com/baresip/re/pull/1124
17
+
* net: remove NET_ADDRSTRLEN by @alfredh in https://github.com/baresip/re/pull/1123
18
+
* ci/ios: increase min deployment target by @sreimers in https://github.com/baresip/re/pull/1126
19
+
* tls/http: add certificate chain setters by @maximilianfridrich in https://github.com/baresip/re/pull/1125
20
+
* sipsess/connect: set sess->established immediately on 200 receival by @maximilianfridrich in https://github.com/baresip/re/pull/1128
21
+
* test/cmake: add crypt32 linking for WIN32 by @sreimers in https://github.com/baresip/re/pull/1130
22
+
* ci/sanitizers: use clang-17 by @sreimers in https://github.com/baresip/re/pull/1131
23
+
* ci/sanitizer: add undefined behavior sanitizer by @sreimers in https://github.com/baresip/re/pull/1132
24
+
* sip: verify call-id, to-tag, cseq of INVITE response by @maximilianfridrich in https://github.com/baresip/re/pull/1129
25
+
* ci: remove one unneeded directory change by @alfredh in https://github.com/baresip/re/pull/1134
26
+
* test: change GENERATOR_SSRC from define to type by @alfredh in https://github.com/baresip/re/pull/1133
27
+
* tls: refactoring SNI ctx usage for libressl support by @sreimers in https://github.com/baresip/re/pull/1136
28
+
* test: add test_rtcp_loop() by @alfredh in https://github.com/baresip/re/pull/1137
29
+
* ci/coverage: increase min coverage by @sreimers in https://github.com/baresip/re/pull/1138
30
+
* ci/coverage: use json summary and upload html details by @sreimers in https://github.com/baresip/re/pull/1139
31
+
* sip: add host param to sip_send_conn by @sreimers in https://github.com/baresip/re/pull/1141
0 commit comments