merged with master

This commit is contained in:
badaix 2016-11-17 15:47:23 +01:00
commit 8bd5361081
64 changed files with 1481 additions and 275 deletions

View file

@ -1,3 +1,18 @@
snapserver (0.10.0) unstable; urgency=low
* Features
-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> Wed, 16 Nov 2016 00:13:37 +0200
snapserver (0.9.0) unstable; urgency=low
* Features

View file

@ -7,7 +7,7 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/snapserver</string>
<string>-d</string>
<!-- <string>-d</string> -->
</array>
<key>RunAtLoad</key>
<true/>