Skip to content

Commit a9a70e5

Browse files
committed
changelog: version 3.18.0
1 parent 37bca53 commit a9a70e5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ 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.18.0 - 2024-12-11
10+
11+
## What's Changed
12+
* odict: add odict_pl_add() by @cspiel1 in https://github.com/baresip/re/pull/1208
13+
* ci/build: remove Ubuntu 20.04, add 24.04, use GCC 14 on 24.04 by @robert-scheck in https://github.com/baresip/re/pull/1210
14+
* test: vertical alignment of integration test names by @alfredh in https://github.com/baresip/re/pull/1212
15+
* sip: update doxygen comment by @alfredh in https://github.com/baresip/re/pull/1215
16+
* test/http: decrease test runs from 20 to 3 to decrease test time by @fAuernigg in https://github.com/baresip/re/pull/1216
17+
* sip/transp: allow requests w/o Max-Forwards header by @cspiel1 in https://github.com/baresip/re/pull/1217
18+
* test: remove unused fuzz mock by @alfredh in https://github.com/baresip/re/pull/1220
19+
* rtp: use rtp_pt_is_rtcp() for RTCP demultiplexing by @alfredh in https://github.com/baresip/re/pull/1221
20+
* aes: remove 192-bits CTR-mode (looks unused) by @alfredh in https://github.com/baresip/re/pull/1219
21+
* rtp: send all RTCP packets as compound packets by @maximilianfridrich in https://github.com/baresip/re/pull/1222
22+
* rtp/sess.c: lock rtcp_sess in rtcp_set_srate_tx to fix data race by @maximilianfridrich in https://github.com/baresip/re/pull/1223
23+
* Update Doxyfile by @alfredh in https://github.com/baresip/re/pull/1224
24+
* test: remove unused packet-filter mock by @alfredh in https://github.com/baresip/re/pull/1227
25+
* bump version to 3.18.0 by @alfredh in https://github.com/baresip/re/pull/1230
26+
27+
28+
**Full Changelog**: https://github.com/baresip/re/compare/v3.17.0...v3.18.0
29+
30+
931
## v3.17.0 - 2024-11-06
1032

1133
### What's Changed

0 commit comments

Comments
 (0)