diff --git a/CHANGELOG.md b/CHANGELOG.md index 942d31510..35ca7a7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to libre will be documented in this file. 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.6.2] - 2023-11-06 + +## What's Changed +sip/transp: add win32 local transport addr fallback (fixes TCP/TLS register) + + ## [v3.6.1] - 2023-11-03 ## What's Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e40b23f0..ebd9036db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.13) project(re - VERSION 3.6.1 + VERSION 3.6.2 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 f276c50f6..2cce21097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (3.6.2) unstable; urgency=medium + + * version 3.6.2 + + -- Sebastian Reimers Mon, 6 Nov 2023 14:00:00 +0200 + libre (3.6.1) unstable; urgency=medium * version 3.6.1 diff --git a/mk/Doxyfile b/mk/Doxyfile index 4c0347c2c..cd59dc60a 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = libre -PROJECT_NUMBER = 3.6.1 +PROJECT_NUMBER = 3.6.2 OUTPUT_DIRECTORY = ../re-dox CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English