From 2e4bda3baa964150120ec872dfb74a0de5bd9c3e Mon Sep 17 00:00:00 2001 From: Christian Spielberger Date: Wed, 6 Mar 2024 11:37:38 +0100 Subject: [PATCH] release v3.10.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ mk/Doxyfile | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fc0b66c..0d15fd9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.10.0] - 2024-03-06 + +## What's Changed +* transp: deref qent only if qentp is not set by @maximilianfridrich in https://github.com/baresip/re/pull/1061 +* sipsess: fix doxygen comments by @alfredh in https://github.com/baresip/re/pull/1062 +* aufile: fix doxygen comment by @alfredh in https://github.com/baresip/re/pull/1063 +* ci/codeql: bump action v3 by @sreimers in https://github.com/baresip/re/pull/1064 +* misc: text2pcap helpers (RTP/RTCP capturing) by @sreimers in https://github.com/baresip/re/pull/1065 +* ci/mingw: bump upload/download-artifact and cache versions by @sreimers in https://github.com/baresip/re/pull/1066 +* transp,tls: add TLS client verification by @maximilianfridrich in https://github.com/baresip/re/pull/1059 +* fmt/text2pcap: cleanup by @sreimers in https://github.com/baresip/re/pull/1067 +* ci/android: cache openssl build by @sreimers in https://github.com/baresip/re/pull/1068 +* ci/misc: fix double push/pull runs by @sreimers in https://github.com/baresip/re/pull/1069 +* fmt/text2pcap: fix coverity return value warning by @sreimers in https://github.com/baresip/re/pull/1070 +* sipsess/listen: improve glare handling by @maximilianfridrich in https://github.com/baresip/re/pull/1071 +* conf: add conf_get_i32 by @sreimers in https://github.com/baresip/re/pull/1072 + + +**Full Changelog**: https://github.com/baresip/re/compare/v3.9.0...v3.10.0 + + ## [v3.9.0] - 2024-01-31 ## What's Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9af1f6e..6c3ca9636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.14) project(re - VERSION 3.9.0 + VERSION 3.10.0 LANGUAGES C HOMEPAGE_URL https://github.com/baresip/re DESCRIPTION "Generic library for real-time communications" diff --git a/debian/changelog b/debian/changelog index c36de2a2a..bcc86a4ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (3.10.0) unstable; urgency=medium + + * version 3.10.0 + + -- Christian Spielberger Wed, 6 Mar 2024 11:40:00 +0100 + libre (3.9.0) unstable; urgency=medium * version 3.9.0 diff --git a/mk/Doxyfile b/mk/Doxyfile index fcca5223e..c946e921c 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = libre -PROJECT_NUMBER = 3.9.0 +PROJECT_NUMBER = 3.10.0 OUTPUT_DIRECTORY = ../re-dox CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English