Skip to content

Commit

Permalink
bump version to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jul 7, 2018
1 parent 065a448 commit f2405c4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0
VERSION = 0.15.0
BIN = snapclient

ifeq ($(TARGET), FREEBSD)
Expand Down
13 changes: 13 additions & 0 deletions client/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 07 Jul 2018 00:13:37 +0200

snapclient (0.14.0) unstable; urgency=low

* Features
Expand Down
2 changes: 1 addition & 1 deletion client/snapclient.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0
VERSION = 0.15.0
BIN = snapserver

ifeq ($(TARGET), FREEBSD)
Expand Down
24 changes: 9 additions & 15 deletions server/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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 <[email protected]> Sat, 07 Jul 2018 00:13:37 +0200

snapserver (0.13.0) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion server/snapserver.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SNAPSERVER 1 "December 2015"
.TH SNAPSERVER 1 "July 2018"
.SH NAME
snapserver - Snapcast server
.SH SYNOPSIS
Expand Down

0 comments on commit f2405c4

Please sign in to comment.