Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
release v2.5.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 authored Jul 1, 2022
1 parent 5baf6fb commit 5056d4a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [v2.5.0] - 2022-07-01

## What's Changed
* ci/build: fix macOS openssl path by @sreimers in https://github.com/baresip/rem/pull/59
* vidmix: use C11 mutex by @alfredh in https://github.com/baresip/rem/pull/58
* aubuf: fix possible data race warning by @cspiel1 in https://github.com/baresip/rem/pull/61
* aubuf: C11 mutex by @alfredh in https://github.com/baresip/rem/pull/62
* ajb: C11 mutex by @alfredh in https://github.com/baresip/rem/pull/63
* aubuf: correct ajb reset on frame drop and on underruns by @cspiel1 in https://github.com/baresip/rem/pull/64
* aubuf: better support for different put/get ptime by @cspiel1 in https://github.com/baresip/rem/pull/65

---

## [v2.4.0] - 2022-06-01

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required(VERSION 3.7)

project(rem VERSION 2.4.0 LANGUAGES C)
project(rem VERSION 2.5.0 LANGUAGES C)

set(PROJECT_SOVERSION 3) # bump if ABI breaks

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Main version number
VER_MAJOR := 2
VER_MINOR := 4
VER_MINOR := 5
VER_PATCH := 0

# Development version, comment out on a release
Expand All @@ -26,7 +26,7 @@ else
VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)-$(VER_PRE)
endif
OPT_SPEED := 1
LIBRE_MIN := 2.4.0
LIBRE_MIN := 2.5.0

ifndef LIBRE_MK
LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
librem (2.5.0) unstable; urgency=medium

* version 2.5.0

-- Christian Spielberger <c.spielberger@commend.com> Fri, 1 Jul 2022 08:00:00 +0200

librem (2.4.0) unstable; urgency=medium

* version 2.4.0
Expand Down

0 comments on commit 5056d4a

Please sign in to comment.