@@ -5,6 +5,30 @@ 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
+
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
+
8
32
## [ v3.7.0] - 2023-11-06
9
33
10
34
## What's Changed
0 commit comments