mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update version number to v0.18.1
This commit is contained in:
parent
3a7f1573f2
commit
862f08da9f
5 changed files with 22 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
|
|
||||||
project(snapcast LANGUAGES CXX VERSION 0.18.0)
|
project(snapcast LANGUAGES CXX VERSION 0.18.1)
|
||||||
set(PROJECT_DESCRIPTION "Multi-room client-server audio player")
|
set(PROJECT_DESCRIPTION "Multi-room client-server audio player")
|
||||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||||
|
|
||||||
|
|
11
changelog.md
11
changelog.md
|
@ -1,10 +1,20 @@
|
||||||
# Snapcast changelog
|
# Snapcast changelog
|
||||||
|
|
||||||
|
## Version 0.18.1
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fix random server crash or deadlock during stream client disconnect
|
||||||
|
- Fix random server crash or deadlock during control client disconnect
|
||||||
|
|
||||||
|
_Johannes Pohl <snapcast@badaix.de> Tue, 28 Jan 2020 00:13:37 +0200_
|
||||||
|
|
||||||
## Version 0.18.0
|
## Version 0.18.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Add TCP stream reader
|
- Add TCP stream reader
|
||||||
|
- Configurable number of server worker threads
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
@ -18,7 +28,6 @@
|
||||||
|
|
||||||
- Refactored stream readers
|
- Refactored stream readers
|
||||||
- Server can run on a single thread
|
- Server can run on a single thread
|
||||||
- Configurable number of server worker threads
|
|
||||||
|
|
||||||
_Johannes Pohl <snapcast@badaix.de> Wed, 22 Jan 2020 00:13:37 +0200_
|
_Johannes Pohl <snapcast@badaix.de> Wed, 22 Jan 2020 00:13:37 +0200_
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.18.0
|
VERSION = 0.18.1
|
||||||
BIN = snapclient
|
BIN = snapclient
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,7 +1,16 @@
|
||||||
|
snapcast (0.18.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
-Fix random server crash or deadlock during stream client disconnect
|
||||||
|
-Fix random server crash or deadlock during control client disconnect
|
||||||
|
|
||||||
|
-- Johannes Pohl <snapcast@badaix.de> Tue, 28 Jan 2020 00:13:37 +0200
|
||||||
|
|
||||||
snapcast (0.18.0-1) unstable; urgency=medium
|
snapcast (0.18.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
-Add TCP stream reader
|
-Add TCP stream reader
|
||||||
|
-Configurable number of server worker threads
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
-Client: fix hostname reporting on Android
|
-Client: fix hostname reporting on Android
|
||||||
-Fix some small memory leaks
|
-Fix some small memory leaks
|
||||||
|
@ -11,7 +20,6 @@ snapcast (0.18.0-1) unstable; urgency=medium
|
||||||
* General
|
* General
|
||||||
-Refactored stream readers
|
-Refactored stream readers
|
||||||
-Server can run on a single thread
|
-Server can run on a single thread
|
||||||
-Configurable number of server worker threads
|
|
||||||
|
|
||||||
-- Johannes Pohl <snapcast@badaix.de> Wed, 22 Jan 2020 00:13:37 +0200
|
-- Johannes Pohl <snapcast@badaix.de> Wed, 22 Jan 2020 00:13:37 +0200
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.18.0
|
VERSION = 0.18.1
|
||||||
BIN = snapserver
|
BIN = snapserver
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue