Skip to content

Commit dea9764

Browse files
committed
version 3.12.0
1 parent a4e15c3 commit dea9764

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

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+
934
## [v3.11.0] - 2024-04-09
1035

1136
### What's Changed

0 commit comments

Comments
 (0)