Skip to content

Commit ff80c86

Browse files
authored
release v3.8.0 (#1032)
1 parent 4f54d19 commit ff80c86

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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+
9+
## [v3.8.0] - 2023-12-27
10+
11+
## What's Changed
12+
* Update README.md by @alfredh in https://github.com/baresip/re/pull/1013
13+
* rem/aufile: aufile_get_length use aufmt_sample_size by @larsimmisch in https://github.com/baresip/re/pull/1011
14+
* rem/aufile: test and fix aufile_set_position nread by @larsimmisch in https://github.com/baresip/re/pull/1010
15+
* ci/ssl: bump assets release by @sreimers in https://github.com/baresip/re/pull/1014
16+
* readme: update supported openssl versions by @sreimers in https://github.com/baresip/re/pull/1015
17+
* ci: upgrade android to openssl 3.2.0 by @alfredh in https://github.com/baresip/re/pull/1017
18+
* sipsess/connect: don't create a dialog for 100 responses by @maximilianfridrich in https://github.com/baresip/re/pull/1018
19+
* aubuf: fix build with re_trace_event by @cspiel1 in https://github.com/baresip/re/pull/1019
20+
* trace: fix coverity warnings by @alfredh in https://github.com/baresip/re/pull/1024
21+
* aumix: fix coverity defect in destructor by @alfredh in https://github.com/baresip/re/pull/1025
22+
* main: fix doxygen comment by @alfredh in https://github.com/baresip/re/pull/1026
23+
* connect: do not enforce Contact header in 1XX responses with To tag by @maximilianfridrich in https://github.com/baresip/re/pull/1028
24+
* test/sipsess: test re-INVITE with wait for ACK by @cspiel1 in https://github.com/baresip/re/pull/1027
25+
* dialog: fix rtags of forking INVITE by @maximilianfridrich in https://github.com/baresip/re/pull/1023
26+
* cmake: add RE_LIBS config and add atomic check by @sreimers in https://github.com/baresip/re/pull/1029
27+
* ci: use actions/checkout@v4 by @robert-scheck in https://github.com/baresip/re/pull/1031
28+
29+
**Full Changelog**: https://github.com/baresip/re/compare/v3.7.0...v3.8.0
30+
31+
832
## [v3.7.0] - 2023-11-06
933

1034
## What's Changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
cmake_minimum_required(VERSION 3.13)
1515

1616
project(re
17-
VERSION 3.7.0
17+
VERSION 3.8.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 19) # bump if ABI breaks
23+
set(PROJECT_SOVERSION 20) # bump if ABI breaks
2424

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (3.8.0) unstable; urgency=medium
2+
3+
* version 3.8.0
4+
5+
-- Sebastian Reimers <[email protected]> Wed, 27 Dec 2023 14:00:00 +0200
6+
17
libre (3.7.0) unstable; urgency=medium
28

39
* version 3.7.0

mk/Doxyfile

Lines changed: 1 addition & 1 deletion
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.7.0
7+
PROJECT_NUMBER = 3.8.0
88
OUTPUT_DIRECTORY = ../re-dox
99
CREATE_SUBDIRS = NO
1010
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)