diff --git a/android/Snapcast/build.gradle b/android/Snapcast/build.gradle index 73c1552c..b37fed97 100644 --- a/android/Snapcast/build.gradle +++ b/android/Snapcast/build.gradle @@ -8,8 +8,8 @@ android { applicationId "de.badaix.snapcast" minSdkVersion 16 targetSdkVersion 25 - versionCode 1091 - versionName "0.11.0-beta-2" + versionCode 1100 + versionName "0.11.0" multiDexEnabled true } buildTypes { diff --git a/client/Makefile b/client/Makefile index 4865a6e3..cece5934 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.11.0-beta-2 +VERSION = 0.11.0 TARGET = snapclient ifeq ($(TARGET), FREEBSD) SHELL = /usr/local/bin/bash diff --git a/client/debian/changelog b/client/debian/changelog index fad9cbba..62472474 100644 --- a/client/debian/changelog +++ b/client/debian/changelog @@ -1,12 +1,13 @@ -snapclient (0.11.0~beta-2) unstable; urgency=low +snapclient (0.11.0) unstable; urgency=low * Features + -Don't send audio to muted clients (Issue #109, #150) * Bugfixes -Compilation error on recent GCC versions (Issues #146, #170) -Crash when frequently connecting to the control port (Issue #200) - * General + -Snapcast App crashes on Android 4.x (Issue #207) - -- Johannes Pohl Sun, 12 Mar 2017 00:13:37 +0200 + -- Johannes Pohl Thu, 16 Mar 2017 00:13:37 +0200 snapclient (0.11.0~beta-1) unstable; urgency=low @@ -16,7 +17,7 @@ snapclient (0.11.0~beta-1) unstable; urgency=low -Spotify plugin does not require username and password (PR #181) -Spotify plugin is compatible to librespot's pipe backend (PR #158) -Clients are organized in Groups - -JSON RPC API: Support batch requests + -JSON RPC API supports batch requests * Bugfixes -Resync issue on macOS (Issue #156) -Id in JSON RPC API can be String, Number or NULL (Issue #161) diff --git a/openWrt/Makefile.openwrt b/openWrt/Makefile.openwrt index a2c143ea..784305ab 100755 --- a/openWrt/Makefile.openwrt +++ b/openWrt/Makefile.openwrt @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME := snapcast -PKG_VERSION := 0.11.0-beta-2 +PKG_VERSION := 0.11.0 PKG_RELEASE := $(PKG_SOURCE_VERSION) PKG_USE_MIPS16 := 0 diff --git a/server/Makefile b/server/Makefile index 7dfda0d9..5639dbfb 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.11.0-beta-2 +VERSION = 0.11.0 TARGET = snapserver ifeq ($(TARGET), FREEBSD) SHELL = /usr/local/bin/bash diff --git a/server/debian/changelog b/server/debian/changelog index 2ebf337e..957428d8 100644 --- a/server/debian/changelog +++ b/server/debian/changelog @@ -1,10 +1,13 @@ -snapserver (0.11.0~beta-2) unstable; urgency=low +snapserver (0.11.0) unstable; urgency=low * Features + -Don't send audio to muted clients (Issue #109, #150) * Bugfixes - * General + -Compilation error on recent GCC versions (Issues #146, #170) + -Crash when frequently connecting to the control port (Issue #200) + -Snapcast App crashes on Android 4.x (Issue #207) - -- Johannes Pohl Sun, 12 Mar 2017 00:13:37 +0200 + -- Johannes Pohl Thu, 16 Mar 2017 00:13:37 +0200 snapserver (0.11.0~beta-1) unstable; urgency=low @@ -14,7 +17,7 @@ snapserver (0.11.0~beta-1) unstable; urgency=low -Spotify plugin does not require username and password (PR #181) -Spotify plugin is compatible to librespot's pipe backend (PR #158) -Clients are organized in Groups - -JSON RPC API: Support batch requests + -JSON RPC API supports batch requests * Bugfixes -Resync issue on macOS (Issue #156) -Id in JSON RPC API can be String, Number or NULL (Issue #161)