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
5 changed files
with
44 additions
and
69 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# librem Changelog | ||
|
||
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.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 | ||
* h264: move from rem to re by @alfredh in https://github.com/baresip/rem/pull/46 | ||
* vidmix win32 fixes by @sreimers in https://github.com/baresip/rem/pull/49 | ||
* aumix: use new libre thread api by @sreimers in https://github.com/baresip/rem/pull/48 | ||
* aubuf/ajb: fix possible null pointer deref by @sreimers in https://github.com/baresip/rem/pull/50 | ||
* Fade in on underrun and reset ajb by @cspiel1 in https://github.com/baresip/rem/pull/51 | ||
* aubuf: add null pointer checks by @cspiel1 in https://github.com/baresip/rem/pull/52 | ||
* auconv: add auconv_to_float() by @alfredh in https://github.com/baresip/rem/pull/53 | ||
* audio: add optional decoding buffer by @cspiel1 in https://github.com/baresip/rem/pull/54 | ||
|
||
**Full Changelog**: https://github.com/baresip/rem/compare/v2.3.0...v2.4.0 | ||
|
||
--- |
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.4.0) unstable; urgency=medium | ||
|
||
* version 2.4.0 | ||
|
||
-- Sebastian Reimers <[email protected]> Wed, 1 Jun 2022 10:00:00 +0200 | ||
|
||
librem (2.0.1) unstable; urgency=medium | ||
|
||
* version 2.0.1 | ||
|
This file was deleted.
Oops, something went wrong.