@@ -6,6 +6,31 @@ 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.12.0] - 2024-05-15
10
+
11
+ ## What's Changed
12
+ * cmake: fix static library build (vcpkg) by @alfredh in https://github.com/baresip/re/pull/1096
13
+ * h264: add STAP-A decode with long startcodes by @alfredh in https://github.com/baresip/re/pull/1101
14
+ * sess,request: deref request and ctrans immediately by @maximilianfridrich in https://github.com/baresip/re/pull/1099
15
+ * ua: enforce magic cookie in Via branch by @maximilianfridrich in https://github.com/baresip/re/pull/1102
16
+ * sip/auth: SHA-256 digest algorithm support by @sreimers in https://github.com/baresip/re/pull/1103
17
+ * ci/coverage: increase min. coverage by @sreimers in https://github.com/baresip/re/pull/1106
18
+ * rtp: fix correct logging text by @alfredh in https://github.com/baresip/re/pull/1109
19
+ * types: fix RE_ARG_SIZE gcc bit fields by @sreimers in https://github.com/baresip/re/pull/1110
20
+ * fmt: use re_fprintf instead of DEBUG_WARNING to avoid deadlock by @alfredh in https://github.com/baresip/re/pull/1112
21
+ * dbg: remove support for logfile by @alfredh in https://github.com/baresip/re/pull/1111
22
+ * test: add usage of rtcp_msg_print() by @alfredh in https://github.com/baresip/re/pull/1105
23
+ * http/client: add setter to disable tls server verification by @maximilianfridrich in https://github.com/baresip/re/pull/1114
24
+ * dbg: mutex should be unlocked while calling print handler by @alfredh in https://github.com/baresip/re/pull/1113
25
+ * Update README.md by @alfredh in https://github.com/baresip/re/pull/1115
26
+ * http/request: reset body mbuf pos on re-sending by @maximilianfridrich in https://github.com/baresip/re/pull/1116
27
+ * bump version by @alfredh in https://github.com/baresip/re/pull/1118
28
+ * cmake: bump soversion by @alfredh in https://github.com/baresip/re/pull/1119
29
+
30
+
31
+ ** Full Changelog** : https://github.com/baresip/re/compare/v3.11.0...v3.12.0
32
+
33
+
9
34
## [ v3.11.0] - 2024-04-09
10
35
11
36
### What's Changed
0 commit comments