From f2405c4a82ac73566ba91859c6afd4b2f128c230 Mon Sep 17 00:00:00 2001 From: badaix Date: Sat, 7 Jul 2018 21:32:13 +0200 Subject: [PATCH] bump version to v0.15.0 --- CMakeLists.txt | 2 +- client/Makefile | 2 +- client/debian/changelog | 13 +++++++++++++ client/snapclient.1 | 2 +- server/Makefile | 2 +- server/debian/changelog | 24 +++++++++--------------- server/snapserver.1 | 2 +- 7 files changed, 27 insertions(+), 20 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e114f61..52fec6ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.2) -project(snapcast LANGUAGES CXX VERSION 0.14.0) +project(snapcast LANGUAGES CXX VERSION 0.15.0) set(PROJECT_DESCRIPTION "Multi-room client-server audio player") set(PROJECT_URL "https://github.com/badaix/snapcast") diff --git a/client/Makefile b/client/Makefile index 91c15620..baf21468 100644 --- a/client/Makefile +++ b/client/Makefile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = 0.14.0 +VERSION = 0.15.0 BIN = snapclient ifeq ($(TARGET), FREEBSD) diff --git a/client/debian/changelog b/client/debian/changelog index 40075c33..12e94825 100644 --- a/client/debian/changelog +++ b/client/debian/changelog @@ -1,3 +1,16 @@ +snapclient (0.15.0) unstable; urgency=low + + * Bugfixes + -Snapclient: make systemd dependeny to avahi-daemon optional + -cmake: fix build on FreeBSD + -Snapserver: fix occasional deadlock + * General + -additional linker flags "ADD_LDFLAGS" can be passed to makefile + -update man pages, fix lintian warning + -Support Android NDK r17 + + -- Johannes Pohl Sat, 07 Jul 2018 00:13:37 +0200 + snapclient (0.14.0) unstable; urgency=low * Features diff --git a/client/snapclient.1 b/client/snapclient.1 index 74f4d881..351405ec 100644 --- a/client/snapclient.1 +++ b/client/snapclient.1 @@ -1,5 +1,5 @@ .\"groff -Tascii -man snapclient.1 -.TH SNAPCLIENT 1 "December 2015" +.TH SNAPCLIENT 1 "July 2018" .SH NAME snapclient - Snapcast client .SH SYNOPSIS diff --git a/server/Makefile b/server/Makefile index 48b79a7f..09b79b78 100644 --- a/server/Makefile +++ b/server/Makefile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = 0.14.0 +VERSION = 0.15.0 BIN = snapserver ifeq ($(TARGET), FREEBSD) diff --git a/server/debian/changelog b/server/debian/changelog index bca5135d..c38325d3 100644 --- a/server/debian/changelog +++ b/server/debian/changelog @@ -1,21 +1,15 @@ -snapserver (0.14.0) unstable; urgency=low +snapserver (0.15.0) unstable; urgency=low - * Features - -Snapserver supports IPv4v6 dual stack and IPv4 + IPv6 * Bugfixes - -cmake: fix check for big endian (Issue #367) - -cmake: fix linking against libatomic (PR #368) - -Snapclient compiles with Android NDK API level 16 (Issue #365) - -Fix compilation errors on FreeBSD (Issue #374, PR #375) + -Snapclient: make systemd dependeny to avahi-daemon optional + -cmake: fix build on FreeBSD + -Snapserver: fix occasional deadlock * General - -cmake: make dependency on avahi optional (PR #378) - -cmake: Options to build snapserver and snapclient - -cmake: works on FreeBSD - -Update external libs (JSON for modern C++, ASIO, AixLog) - -Restructured source tree - -Moved Android app into separate project "snapdroid" - - -- Johannes Pohl Fri, 27 Apr 2018 00:13:37 +0200 + -additional linker flags "ADD_LDFLAGS" can be passed to makefile + -update man pages, fix lintian warning + -Support Android NDK r17 + + -- Johannes Pohl Sat, 07 Jul 2018 00:13:37 +0200 snapserver (0.13.0) unstable; urgency=low diff --git a/server/snapserver.1 b/server/snapserver.1 index d8d62e38..0d63cf61 100644 --- a/server/snapserver.1 +++ b/server/snapserver.1 @@ -1,4 +1,4 @@ -.TH SNAPSERVER 1 "December 2015" +.TH SNAPSERVER 1 "July 2018" .SH NAME snapserver - Snapcast server .SH SYNOPSIS