Update version number to v0.18.1

This commit is contained in:
badaix 2020-01-28 00:13:35 +01:00
parent 3a7f1573f2
commit 862f08da9f
5 changed files with 22 additions and 5 deletions

View file

@ -1,6 +1,6 @@
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_URL "https://github.com/badaix/snapcast")

View file

@ -1,10 +1,20 @@
# 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
### Features
- Add TCP stream reader
- Configurable number of server worker threads
### Bugfixes
@ -18,7 +28,6 @@
- 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_

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.18.0
VERSION = 0.18.1
BIN = snapclient
ifeq ($(TARGET), FREEBSD)

10
debian/changelog vendored
View file

@ -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
* Features
-Add TCP stream reader
-Configurable number of server worker threads
* Bugfixes
-Client: fix hostname reporting on Android
-Fix some small memory leaks
@ -11,7 +20,6 @@ snapcast (0.18.0-1) unstable; urgency=medium
* 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

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.18.0
VERSION = 0.18.1
BIN = snapserver
ifeq ($(TARGET), FREEBSD)