chore: release 3.2.0 (#2754)
This commit is contained in:
parent
d071a53fdf
commit
26737abad2
|
@ -4,8 +4,9 @@ HDA
|
||||||
ro
|
ro
|
||||||
|
|
||||||
# Names
|
# Names
|
||||||
flor
|
conet
|
||||||
falso
|
falso
|
||||||
|
flor
|
||||||
|
|
||||||
# TODO: See https://github.com/savonet/liquidsoap/issues/1654
|
# TODO: See https://github.com/savonet/liquidsoap/issues/1654
|
||||||
prefered
|
prefered
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-analyzer",
|
name="libretime-analyzer",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="Libretime Analyzer",
|
description="Libretime Analyzer",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-api-client",
|
name="libretime-api-client",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="LibreTime API Client",
|
description="LibreTime API Client",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-api",
|
name="libretime-api",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="LibreTime API",
|
description="LibreTime API",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
title: Unreleased
|
||||||
|
---
|
||||||
|
|
||||||
|
import ReleaseHead from './\_release-head.md';
|
||||||
|
|
||||||
|
<ReleaseHead date='2023-10-15' version='3.2.0'/>
|
||||||
|
|
||||||
|
## :sparkling_heart: Contributors
|
||||||
|
|
||||||
|
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
|
||||||
|
|
||||||
|
- @conet
|
||||||
|
- @jooola
|
||||||
|
- @paddatrapper
|
||||||
|
|
||||||
|
## :rocket: Features
|
||||||
|
|
||||||
|
- **legacy:** move session store to database ([#2523](https://github.com/libretime/libretime/issues/2523))
|
||||||
|
- **api:** add email configuration
|
||||||
|
- add mobile devices stream config field ([#2744](https://github.com/libretime/libretime/issues/2744))
|
||||||
|
|
||||||
|
## :bug: Bug fixes
|
||||||
|
|
||||||
|
- **playout:** liquidsoap aac output syntax errors
|
||||||
|
- libretime process leaks and lsof high cpu usage ([#2615](https://github.com/libretime/libretime/issues/2615))
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-playout",
|
name="libretime-playout",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="LibreTime Playout",
|
description="LibreTime Playout",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-shared",
|
name="libretime-shared",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="LibreTime Shared",
|
description="LibreTime Shared",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="libretime-worker",
|
name="libretime-worker",
|
||||||
version="3.1.0",
|
version="3.2.0",
|
||||||
description="LibreTime Worker",
|
description="LibreTime Worker",
|
||||||
author="LibreTime Contributors",
|
author="LibreTime Contributors",
|
||||||
url="https://github.com/libretime/libretime",
|
url="https://github.com/libretime/libretime",
|
||||||
|
|
Loading…
Reference in New Issue