@@ -5,9 +5,29 @@ All notable changes to libre will be documented in this file.
5
5
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
- ## [ v3.16.0] - 2024-10-02
9
8
10
- ## What's Changed
9
+ ## v3.17.0 - 2024-11-06
10
+
11
+ ### What's Changed
12
+ * types: remove old BREAKPOINT macro by @alfredh in https://github.com/baresip/re/pull/1194
13
+ * dnsc: Fallback to getaddrinfo without any DNS servers by @weili-jiang in https://github.com/baresip/re/pull/1195
14
+ * dns/client: return ENOTSUP if no server or not getaddrinfo by @sreimers in https://github.com/baresip/re/pull/1196
15
+ * conf: add conf_get_float by @juha-h in https://github.com/baresip/re/pull/1198
16
+ * ci/run-on-arch: use ubuntu 22.04 by @sreimers in https://github.com/baresip/re/pull/1204
17
+ * thread: fix thrd_equal win32 handle by @sreimers in https://github.com/baresip/re/pull/1203
18
+ * test: add pktsize to test_h264_packet_base() by @alfredh in https://github.com/baresip/re/pull/1205
19
+ * tls: make tls_verify_handler() static by @alfredh in https://github.com/baresip/re/pull/1201
20
+ * types: fix clang-tidy warning (gcc bit fields workaround) by @sreimers in https://github.com/baresip/re/pull/1206
21
+
22
+ ### New Contributors
23
+ * @weili-jiang made their first contribution in https://github.com/baresip/re/pull/1195
24
+
25
+ ** Full Changelog** : https://github.com/baresip/re/compare/v3.16.0...v3.17.0
26
+
27
+
28
+ ## v3.16.0 - 2024-10-02
29
+
30
+ ### What's Changed
11
31
* thread: fix pthread_setname_np NetBSD by @leleliu008 in https://github.com/baresip/re/pull/1182
12
32
* ice: AI_V4MAPPED macro is missing on some BSD systems by @leleliu008 in https://github.com/baresip/re/pull/1181
13
33
* rtp/rtcp: add RTCP Generic NACK packet send (RFC 4585 6.2.1) by @sreimers in https://github.com/baresip/re/pull/1186
@@ -17,15 +37,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
37
* test: fix re_printf format string for multithread test by @alfredh in https://github.com/baresip/re/pull/1190
18
38
* ci: run retest on Fedora by @alfredh in https://github.com/baresip/re/pull/1191
19
39
20
- ## New Contributors
40
+ ### New Contributors
21
41
* @leleliu008 made their first contribution in https://github.com/baresip/re/pull/1182
22
42
23
43
** Full Changelog** : https://github.com/baresip/re/compare/v3.15.0...v3.16.0
24
44
25
45
26
- ## [ v3.15.0] - 2024-08-28
46
+ ## v3.15.0 - 2024-08-28
27
47
28
- ## What's Changed
48
+ ### What's Changed
29
49
* misc: remove HAVE_INET6 by @sreimers in https://github.com/baresip/re/pull/1159
30
50
* dns/rr: fix dns_rr_print underflow by @sreimers in https://github.com/baresip/re/pull/1162
31
51
* test/async: remove AI_ADDRCONFIG by @sreimers in https://github.com/baresip/re/pull/1165
@@ -41,15 +61,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
61
* sipsess/reply: fix heap-use-after-free bug by @sreimers in https://github.com/baresip/re/pull/1179
42
62
* version 3.15.0 by @alfredh in https://github.com/baresip/re/pull/1180
43
63
44
- ## New Contributors
64
+ ### New Contributors
45
65
* @cmfitch1 made their first contribution in https://github.com/baresip/re/pull/1168
46
66
47
67
** Full Changelog** : https://github.com/baresip/re/compare/v3.14.0...v3.15.0
48
68
49
69
50
70
## [ v3.14.0] - 2024-07-23
51
71
52
- ## What's Changed
72
+ ### What's Changed
53
73
* aumix: use mutex_alloc() by @alfredh in https://github.com/baresip/re/pull/1142
54
74
* sipreg/reg.c: stop retrying registers early after 401/407 by @maximilianfridrich in https://github.com/baresip/re/pull/1143
55
75
* aumix: add locking in aumix_source_count() by @alfredh in https://github.com/baresip/re/pull/1145
@@ -73,7 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
93
74
94
## [ v3.13.0] - 2024-06-19
75
95
76
- ## What's Changed
96
+ ### What's Changed
77
97
* http/client: use dynamically sized buffers for PEM setters by @maximilianfridrich in https://github.com/baresip/re/pull/1117
78
98
* tls: allow secure TLS renegotiation by @maximilianfridrich in https://github.com/baresip/re/pull/1121
79
99
* tls: always enable USE_OPENSSL_SRTP by @alfredh in https://github.com/baresip/re/pull/1122
@@ -100,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
120
101
121
## [ v3.12.0] - 2024-05-15
102
122
103
- ## What's Changed
123
+ ### What's Changed
104
124
* cmake: fix static library build (vcpkg) by @alfredh in https://github.com/baresip/re/pull/1096
105
125
* h264: add STAP-A decode with long startcodes by @alfredh in https://github.com/baresip/re/pull/1101
106
126
* sess,request: deref request and ctrans immediately by @maximilianfridrich in https://github.com/baresip/re/pull/1099
0 commit comments