Skip to content

Commit 7ef4199

Browse files
committed
release v3.17.0
1 parent 9afc068 commit 7ef4199

File tree

4 files changed

+38
-12
lines changed

4 files changed

+38
-12
lines changed

CHANGELOG.md

+29-9
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,29 @@ All notable changes to libre will be documented in this file.
55
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

8-
## [v3.16.0] - 2024-10-02
98

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
1131
* thread: fix pthread_setname_np NetBSD by @leleliu008 in https://github.com/baresip/re/pull/1182
1232
* ice: AI_V4MAPPED macro is missing on some BSD systems by @leleliu008 in https://github.com/baresip/re/pull/1181
1333
* 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
1737
* test: fix re_printf format string for multithread test by @alfredh in https://github.com/baresip/re/pull/1190
1838
* ci: run retest on Fedora by @alfredh in https://github.com/baresip/re/pull/1191
1939

20-
## New Contributors
40+
### New Contributors
2141
* @leleliu008 made their first contribution in https://github.com/baresip/re/pull/1182
2242

2343
**Full Changelog**: https://github.com/baresip/re/compare/v3.15.0...v3.16.0
2444

2545

26-
## [v3.15.0] - 2024-08-28
46+
## v3.15.0 - 2024-08-28
2747

28-
## What's Changed
48+
### What's Changed
2949
* misc: remove HAVE_INET6 by @sreimers in https://github.com/baresip/re/pull/1159
3050
* dns/rr: fix dns_rr_print underflow by @sreimers in https://github.com/baresip/re/pull/1162
3151
* 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
4161
* sipsess/reply: fix heap-use-after-free bug by @sreimers in https://github.com/baresip/re/pull/1179
4262
* version 3.15.0 by @alfredh in https://github.com/baresip/re/pull/1180
4363

44-
## New Contributors
64+
### New Contributors
4565
* @cmfitch1 made their first contribution in https://github.com/baresip/re/pull/1168
4666

4767
**Full Changelog**: https://github.com/baresip/re/compare/v3.14.0...v3.15.0
4868

4969

5070
## [v3.14.0] - 2024-07-23
5171

52-
## What's Changed
72+
### What's Changed
5373
* aumix: use mutex_alloc() by @alfredh in https://github.com/baresip/re/pull/1142
5474
* sipreg/reg.c: stop retrying registers early after 401/407 by @maximilianfridrich in https://github.com/baresip/re/pull/1143
5575
* 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
7393

7494
## [v3.13.0] - 2024-06-19
7595

76-
## What's Changed
96+
### What's Changed
7797
* http/client: use dynamically sized buffers for PEM setters by @maximilianfridrich in https://github.com/baresip/re/pull/1117
7898
* tls: allow secure TLS renegotiation by @maximilianfridrich in https://github.com/baresip/re/pull/1121
7999
* 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
100120

101121
## [v3.12.0] - 2024-05-15
102122

103-
## What's Changed
123+
### What's Changed
104124
* cmake: fix static library build (vcpkg) by @alfredh in https://github.com/baresip/re/pull/1096
105125
* h264: add STAP-A decode with long startcodes by @alfredh in https://github.com/baresip/re/pull/1101
106126
* sess,request: deref request and ctrans immediately by @maximilianfridrich in https://github.com/baresip/re/pull/1099

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
cmake_minimum_required(VERSION 3.14)
1515

1616
project(re
17-
VERSION 3.16.0
17+
VERSION 3.17.0
1818
LANGUAGES C
1919
HOMEPAGE_URL https://github.com/baresip/re
2020
DESCRIPTION "Generic library for real-time communications"
2121
)
2222

23-
set(PROJECT_SOVERSION 27) # bump if ABI breaks
23+
set(PROJECT_SOVERSION 28) # bump if ABI breaks
2424

2525
# Pre-release identifier, comment out on a release
2626
# Increment for breaking changes (dev2, dev3...)

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (3.17.0) unstable; urgency=medium
2+
3+
* version 3.17.0
4+
5+
-- Sebastian Reimers <[email protected]> Tue, 6 Nov 2024 09:00:00 +0200
6+
17
libre (3.16.0) unstable; urgency=medium
28

39
* version 3.16.0

mk/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Project related configuration options
55
#---------------------------------------------------------------------------
66
PROJECT_NAME = libre
7-
PROJECT_NUMBER = 3.16.0
7+
PROJECT_NUMBER = 3.17.0
88
OUTPUT_DIRECTORY = ../re-dox
99
CREATE_SUBDIRS = NO
1010
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)