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

Commit

Permalink
release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jan 11, 2023
1 parent 0399d25 commit 6a74acb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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).


## [v2.11.0] - 2023-01-11

## What's Changed
* auframe: add struct auframe id field by @sreimers in https://github.com/baresip/rem/pull/112
* aumix: add aumix_debug function by @sreimers in https://github.com/baresip/rem/pull/113
* Makefile remove by @alfredh in https://github.com/baresip/rem/pull/111
* aumix: add soft clipping by @sreimers in https://github.com/baresip/rem/pull/114
* ci: fix re cmake build by @sreimers in https://github.com/baresip/rem/pull/115
* aumix: use auframe and add optional record handler by @sreimers in https://github.com/baresip/rem/pull/116
* aubuf: add AUBUF_FILE mode by @cspiel1 in https://github.com/baresip/rem/pull/117
* vidmix: fix VIDEO_TIMEBASE by @sreimers in https://github.com/baresip/rem/pull/118


**Full Changelog**: https://github.com/baresip/rem/compare/v2.10.0...v2.11.0

---

## [v2.10.0] - 2022-12-06

### What's Changed
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# CMakeLists.txt
#
# Copyright (C) 2010 - 2022 Alfred E. Heggestad
# Copyright (C) 2010 - 2023 Alfred E. Heggestad
#

##############################################################################
Expand All @@ -12,13 +12,13 @@
cmake_minimum_required(VERSION 3.10)

project(rem
VERSION 2.10.0
VERSION 2.11.0
LANGUAGES C
HOMEPAGE_URL https://github.com/baresip/rem
DESCRIPTION "Audio and video processing media library"
)

set(PROJECT_SOVERSION 4) # bump if ABI breaks
set(PROJECT_SOVERSION 5) # bump if ABI breaks

# Pre-release identifier, comment out on a release
# Increment for breaking changes (dev2, dev3...)
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.11.0) unstable; urgency=medium

* version 2.11.0

-- Christian Spielberger <c.spielberger@commend.com> Wed, 11 Jan 2023 08:00:00 +0200

librem (2.10.0) unstable; urgency=medium

* version 2.10.0
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 = librem
PROJECT_NUMBER = 0.4.0
PROJECT_NUMBER = 2.11.0
OUTPUT_DIRECTORY = ../rem-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 6a74acb

Please sign in to comment.