Raise version number to v0.18.0

This commit is contained in:
badaix 2020-01-22 21:24:40 +01:00
parent a575e9d3ef
commit 1f1c00981b
5 changed files with 42 additions and 3 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
project(snapcast LANGUAGES CXX VERSION 0.17.1)
project(snapcast LANGUAGES CXX VERSION 0.18.0)
set(PROJECT_DESCRIPTION "Multi-room client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")

View file

@ -1,5 +1,27 @@
# Snapcast changelog
## Version 0.18.0
### Features
- Add TCP stream reader
### Bugfixes
- Client: fix hostname reporting on Android
- Fix some small memory leaks
- Fix Librespot stream causing zombie processes (Issue #530)
- Process stream watchdog is configurable (Issue #517)
- Fix Makefile for macOS (Issues #510, #514)
### General
- Refactored stream readers
- 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_
## Version 0.17.1
### Bugfixes

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION = 0.17.1
VERSION = 0.18.0
BIN = snapclient
ifeq ($(TARGET), FREEBSD)

17
debian/changelog vendored
View file

@ -1,3 +1,20 @@
snapcast (0.18.0-1) unstable; urgency=medium
* Features
-Add TCP stream reader
* Bugfixes
-Client: fix hostname reporting on Android
-Fix some small memory leaks
-Fix Librespot stream causing zombie processes (Issue #530)
-Process stream watchdog is configurable (Issue #517)
-Fix Makefile for macOS (Issues #510, #514)
* General
-Refactored stream readers
-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
snapcast (0.17.1-1) unstable; urgency=medium
* Bugfixes

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION = 0.17.1
VERSION = 0.18.0
BIN = snapserver
ifeq ($(TARGET), FREEBSD)