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

Commit

Permalink
Release v2.7.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Sep 1, 2022
1 parent 7478b94 commit ee064d2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,31 @@ All notable changes to librem 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).

## [Unreleased]

## [v2.7.0] - 2022-09-01

* cmake: add FindRE and use re-config.cmake for definitions by @sreimers in https://github.com/baresip/rem/pull/76
* Fixed prefix in Debian librem.pc by @juha-h in https://github.com/baresip/rem/pull/77

**Full Changelog**: https://github.com/baresip/rem/compare/v2.6.0...v2.7.0

---

## [v2.6.0] - 2022-08-01

* Make possible to use CMake --target install for library installation by @widgetii in https://github.com/baresip/rem/pull/68
* thread: thrd_error fixes by @sreimers in https://github.com/baresip/rem/pull/71
* ci/misc: bump [email protected] by @sreimers in https://github.com/baresip/rem/pull/72
* aubuf: the ajb mode should respect wish size by @cspiel1 in https://github.com/baresip/rem/pull/73
* make aubuf usage simpler by @cspiel1 in https://github.com/baresip/rem/pull/74
* aubuf: prevent faulty timestamps by @cspiel1 in https://github.com/baresip/rem/pull/75

**Full Changelog**: https://github.com/baresip/rem/compare/v2.5.0...v2.6.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
Expand All @@ -24,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### What's Changed
* aubuf overruns on startup by @cspiel1 in https://github.com/baresip/rem/pull/44
* h265: move from rem to re by @alfredh in https://github.com/baresip/rem/pull/45
* aubuf: do not drop frames if max size was not set by @cspiel1 in https://github.com/baresip/rem/pull/47
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.6.0 LANGUAGES C)
project(rem VERSION 2.7.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 := 6
VER_MINOR := 7
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.6.0
LIBRE_MIN := 2.7.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.7.0) unstable; urgency=medium

* version 2.7.0

-- Sebastian Reimers <[email protected]> Thu, 1 Sep 2022 08:00:00 +0200

librem (2.5.0) unstable; urgency=medium

* version 2.5.0
Expand Down

0 comments on commit ee064d2

Please sign in to comment.