This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|