@@ -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
32
+
33
+
34
+ ** Full Changelog** : https://github.com/baresip/re/compare/v3.12.0...v3.13.0
35
+
9
36
## [ v3.12.0] - 2024-05-15
10
37
11
38
## What's Changed
0 commit comments