Skip to content

Commit

Permalink
release v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Oct 2, 2024
1 parent b03110a commit 0f6557d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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.16.0] - 2024-08-28

## What's Changed
* ua,menu: do not accept call by default by @cspiel1 in https://github.com/baresip/baresip/pull/3123
* call: fix emitting of call and ua events by @maximilianfridrich in https://github.com/baresip/baresip/pull/3133
* ausrc, aufile, gst, debug_cmd: rework on ausrc duration retrieval by @cspiel1 in https://github.com/baresip/baresip/pull/3105
* ua: doxygen for ua_accept() by @cspiel1 in https://github.com/baresip/baresip/pull/3139
* audio: initialize ausrc_prm by @cspiel1 in https://github.com/baresip/baresip/pull/3138
* sndfile: module_event from main thread by @cspiel1 in https://github.com/baresip/baresip/pull/3141
* jack: add jack_server_name config by @sreimers in https://github.com/baresip/baresip/pull/3143
* bevent: move dnd to menu by @cspiel1 in https://github.com/baresip/baresip/pull/3140
* call: a getter for local media directions by @cspiel1 in https://github.com/baresip/baresip/pull/3147
* menu: stop event processing on DnD by @cspiel1 in https://github.com/baresip/baresip/pull/3148


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


## [v3.15.0] - 2024-08-28

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

cmake_minimum_required(VERSION 3.14)

project(baresip VERSION 3.15.0)
project(baresip VERSION 3.16.0)

set(PROJECT_SOVERSION 17) # bump if ABI breaks
set(PROJECT_SOVERSION 18) # bump if ABI breaks

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
baresip (3.16.0) unstable; urgency=medium

* version 3.16.0

-- Christian Spielberger <[email protected]> Wed, 2 Oct 2024 08:26:00 +0100

baresip (3.15.0) unstable; urgency=medium

* version 3.15.0

-- Alfred E. Heggestad <[email protected]> Wed, 28 Aug 2024 08:24:43 +0200

baresip (3.14.0) unstable; urgency=medium

* version 3.14.0
Expand Down
2 changes: 1 addition & 1 deletion include/baresip.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {


/** Defines the Baresip version string */
#define BARESIP_VERSION "3.15.0"
#define BARESIP_VERSION "3.16.0"


#ifndef NET_MAX_NS
Expand Down
2 changes: 1 addition & 1 deletion mk/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
PROJECT_NUMBER = 3.15.0
PROJECT_NUMBER = 3.16.0
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 0f6557d

Please sign in to comment.