@@ -6,6 +6,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88
9+ ## v4.8.0 - 2026-05-13
10+
11+ ## What's Changed
12+ * contact: null pointer check by @cspiel1 in https://github.com/baresip/baresip/pull/3698
13+ * misc: auresamp lost after dynamic codec switch by @negbie in https://github.com/baresip/baresip/pull/3685
14+ * ci,windows: remove openssl version number by @alfredh in https://github.com/baresip/baresip/pull/3701
15+ * menu: delayed answer fixes by @cspiel1 in https://github.com/baresip/baresip/pull/3687
16+ * contact: avoid duplicate contacts by @cspiel1 in https://github.com/baresip/baresip/pull/3697
17+ * contact: intelligent matching for incoming calls by @cspiel1 in https://github.com/baresip/baresip/pull/3699
18+ * call: support rejecting re-INVITE by @cspiel1 in https://github.com/baresip/baresip/pull/3702
19+ * jbuf/gnack: improve RTCP_GNACK handling (fixes UB) by @sreimers in https://github.com/baresip/baresip/pull/3703
20+ * srtp: use rtp_is_rtcp_packet() from libre by @alfredh in https://github.com/baresip/baresip/pull/3708
21+ * g726: remove deprecated module by @alfredh in https://github.com/baresip/baresip/pull/3704
22+ * menu: multiple call auto answer by @cspiel1 in https://github.com/baresip/baresip/pull/3710
23+ * test: expand mediaenc to include dtls_srtp and mux by @alfredh in https://github.com/baresip/baresip/pull/3712
24+ * misc/modules: fix redefinition once_flag errors by @sreimers in https://github.com/baresip/baresip/pull/3721
25+ * ua: ua_regladdr LIST_FOREACH cleanup by @cspiel1 in https://github.com/baresip/baresip/pull/3722
26+ * test: update doxygen header for dial_number.c by @alfredh in https://github.com/baresip/baresip/pull/3724
27+ * call: Use CRLF in REFER NOTIFY sipfrag body by @SnowMaster12 in https://github.com/baresip/baresip/pull/3726
28+
29+ ## New Contributors
30+ * @SnowMaster12 made their first contribution in https://github.com/baresip/baresip/pull/3726
31+
32+ ** Full Changelog** : https://github.com/baresip/baresip/compare/v4.7.0...v4.8.0
33+
34+
935## v4.7.0 - 2026-04-07
1036
1137### What's Changed
0 commit comments