bump version 0.10.0

This commit is contained in:
badaix 2016-11-17 11:53:32 +01:00
parent c14157768e
commit 835127b18d
9 changed files with 31 additions and 16 deletions

View file

@ -1,4 +1,4 @@
VERSION = 0.9.90
VERSION = 0.10.0
TARGET = snapclient
ifeq ($(TARGET), FREEBSD)
SHELL = /usr/local/bin/bash

View file

@ -1,9 +1,17 @@
snapclient (0.9.90) unstable; urgency=low
snapclient (0.10.0) unstable; urgency=low
* Features
-Added support "process" streams
-Added support "process" streams:
Snapserver starts a process and reads PCM data from stdout
-Specialized versions for Spotify "spotify" and AirPlay "airplay"
* Bugfixes
-Fixed crash during server shutdown
-Fixed Makefile for FreeBSD
-Fixed building of dpk (unsigned .changes file)
* General
-Speed up client and server shutdown
-- Johannes Pohl <johannes.pohl@badaix.de> Sat, 22 Oct 2016 00:13:37 +0200
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 16 Nov 2016 00:13:37 +0200
snapclient (0.9.0) unstable; urgency=low