mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
fixed Lintian warnings
This commit is contained in:
parent
2514621f2a
commit
3888625c47
4 changed files with 56 additions and 38 deletions
|
@ -1,67 +1,75 @@
|
||||||
snapclient (0.4.0) unstable; urgency=low
|
snapclient (0.4.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Debian packages (.deb) for amd64 and armhf
|
-Debian packages (.deb) for amd64 and armhf
|
||||||
Added man pages
|
-Added man pages
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Snapserver and Snapclient are started as daemon on systemd systems (e.g. ARCH, Debian Jessie)
|
-Snapserver and Snapclient are started as daemon on systemd systems
|
||||||
|
(e.g. ARCH, Debian Jessie)
|
||||||
* General
|
* General
|
||||||
Snapserver is started with normal process priority (changed nice from -3 to 0)
|
-Snapserver is started with normal process priority
|
||||||
|
(changed nice from -3 to 0)
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapclient (0.3.4) unstable; urgency=low
|
snapclient (0.3.4) unstable; urgency=low
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fix synchronization bug in FLAC decoder that could cause audible dropouts
|
-Fix synchronization bug in FLAC decoder that could cause audible dropouts
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 23 Dec 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 23 Dec 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapclient (0.3.3) unstable; urgency=low
|
snapclient (0.3.3) unstable; urgency=low
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fix Segfault when ALSA device has no description
|
-Fix Segfault when ALSA device has no description
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 15 Nov 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 15 Nov 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapclient (0.3.2) unstable; urgency=low
|
snapclient (0.3.2) unstable; urgency=low
|
||||||
|
|
||||||
* General
|
* General
|
||||||
Makefile uses CXX instead of CC to invoke the c++ compiler
|
-Makefile uses CXX instead of CC to invoke the c++ compiler
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Time calculation for PCM chunk play-out was wrong on some gcc versions
|
-Time calculation for PCM chunk play-out was wrong on some gcc versions
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 30 Sep 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 30 Sep 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapclient (0.3.1) unstable; urgency=low
|
snapclient (0.3.1) unstable; urgency=low
|
||||||
|
|
||||||
* General
|
* General
|
||||||
Improved stability over WiFi by avoiding simultaneous reads/writes on the socket connection
|
-Improved stability over WiFi by avoiding simultaneous reads/writes on the
|
||||||
|
socket connection
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fixed a bug in avahi browser
|
-Fixed a bug in avahi browser
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 26 Aug 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 26 Aug 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapclient (0.3.0) unstable; urgency=low
|
snapclient (0.3.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Configurable codec options. Run snapserver -c [flac|ogg|pcm]:? to get supported options for the codec
|
-Configurable codec options. Run snapserver -c [flac|ogg|pcm]:? to get
|
||||||
Configurable buffer size for the pipe reader (default 20ms, was 50ms before)
|
supported options for the codec
|
||||||
Process priority can be changed as argument to the daemon option -d<proi>. Default priority is -3
|
-Configurable buffer size for the pipe reader
|
||||||
|
(default 20ms, was 50ms before)
|
||||||
|
-Process priority can be changed as argument to the daemon option -d<proi>
|
||||||
|
Default priority is -3
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fixed deadlock in logger
|
-Fixed deadlock in logger
|
||||||
Fixed occasional timeouts for client to server requests (e.g. time sync commands)
|
-Fixed occasional timeouts for client to server requests
|
||||||
Client didn't connect to a local server if the loopback device is the only device with an address
|
(e.g. time sync commands)
|
||||||
|
-Client didn't connect to a local server if the loopback device is the only
|
||||||
|
device with an address
|
||||||
* General
|
* General
|
||||||
Code clean up
|
-Code clean up
|
||||||
Refactored encoding for lower latency
|
-Refactored encoding for lower latency
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 16 Aug 2015 19:25:51 +0100
|
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 16 Aug 2015 19:25:51 +0100
|
||||||
|
|
||||||
snapclient (0.2.1) unstable; urgency=low
|
snapclient (0.2.1) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Arch Linux compatibility
|
-Arch Linux compatibility
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 24 Jul 2015 15:47:00 +0100
|
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 24 Jul 2015 15:47:00 +0100
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ Description: Snapcast client
|
||||||
time synchronized with the server to play perfectly synced audio. It's not a
|
time synchronized with the server to play perfectly synced audio. It's not a
|
||||||
standalone player, but an extension that turns your existing audio player into
|
standalone player, but an extension that turns your existing audio player into
|
||||||
a Sonos-like multi-room solution.
|
a Sonos-like multi-room solution.
|
||||||
|
.
|
||||||
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
|
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
|
||||||
into this file will be send to the connected clients. One of the most generic
|
into this file will be send to the connected clients. One of the most generic
|
||||||
ways to use SnapCast is in conjunction with the music player daemon or Mopidy,
|
ways to use SnapCast is in conjunction with the music player daemon or Mopidy,
|
||||||
|
|
|
@ -1,67 +1,75 @@
|
||||||
snapserver (0.4.0) unstable; urgency=low
|
snapserver (0.4.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Debian packages (.deb) for amd64 and armhf
|
-Debian packages (.deb) for amd64 and armhf
|
||||||
Added man pages
|
-Added man pages
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Snapserver and Snapclient are started as daemon on systemd systems (e.g. ARCH, Debian Jessie)
|
-Snapserver and Snapclient are started as daemon on systemd systems
|
||||||
|
(e.g. ARCH, Debian Jessie)
|
||||||
* General
|
* General
|
||||||
Snapserver is started with normal process priority (changed nice from -3 to 0)
|
-Snapserver is started with normal process priority
|
||||||
|
(changed nice from -3 to 0)
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapserver (0.3.4) unstable; urgency=low
|
snapserver (0.3.4) unstable; urgency=low
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fix synchronization bug in FLAC decoder that could cause audible dropouts
|
-Fix synchronization bug in FLAC decoder that could cause audible dropouts
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 23 Dec 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 23 Dec 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapserver (0.3.3) unstable; urgency=low
|
snapserver (0.3.3) unstable; urgency=low
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fix Segfault when ALSA device has no description
|
-Fix Segfault when ALSA device has no description
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 15 Nov 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 15 Nov 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapserver (0.3.2) unstable; urgency=low
|
snapserver (0.3.2) unstable; urgency=low
|
||||||
|
|
||||||
* General
|
* General
|
||||||
Makefile uses CXX instead of CC to invoke the c++ compiler
|
-Makefile uses CXX instead of CC to invoke the c++ compiler
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Time calculation for PCM chunk play-out was wrong on some gcc versions
|
-Time calculation for PCM chunk play-out was wrong on some gcc versions
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 30 Sep 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 30 Sep 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapserver (0.3.1) unstable; urgency=low
|
snapserver (0.3.1) unstable; urgency=low
|
||||||
|
|
||||||
* General
|
* General
|
||||||
Improved stability over WiFi by avoiding simultaneous reads/writes on the socket connection
|
-Improved stability over WiFi by avoiding simultaneous reads/writes on the
|
||||||
|
socket connection
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fixed a bug in avahi browser
|
-Fixed a bug in avahi browser
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 26 Aug 2015 12:00:00 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 26 Aug 2015 12:00:00 +0200
|
||||||
|
|
||||||
snapserver (0.3.0) unstable; urgency=low
|
snapserver (0.3.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Configurable codec options. Run snapserver -c [flac|ogg|pcm]:? to get supported options for the codec
|
-Configurable codec options. Run snapserver -c [flac|ogg|pcm]:? to get
|
||||||
Configurable buffer size for the pipe reader (default 20ms, was 50ms before)
|
supported options for the codec
|
||||||
Process priority can be changed as argument to the daemon option -d<proi>. Default priority is -3
|
-Configurable buffer size for the pipe reader
|
||||||
|
(default 20ms, was 50ms before)
|
||||||
|
-Process priority can be changed as argument to the daemon option -d<proi>
|
||||||
|
Default priority is -3
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
Fixed deadlock in logger
|
-Fixed deadlock in logger
|
||||||
Fixed occasional timeouts for client to server requests (e.g. time sync commands)
|
-Fixed occasional timeouts for client to server requests
|
||||||
Client didn't connect to a local server if the loopback device is the only device with an address
|
(e.g. time sync commands)
|
||||||
|
-Client didn't connect to a local server if the loopback device is the only
|
||||||
|
device with an address
|
||||||
* General
|
* General
|
||||||
Code clean up
|
-Code clean up
|
||||||
Refactored encoding for lower latency
|
-Refactored encoding for lower latency
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 16 Aug 2015 19:25:51 +0100
|
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 16 Aug 2015 19:25:51 +0100
|
||||||
|
|
||||||
snapserver (0.2.1) unstable; urgency=low
|
snapserver (0.2.1) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
Arch Linux compatibility
|
-Arch Linux compatibility
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 24 Jul 2015 15:47:00 +0100
|
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 24 Jul 2015 15:47:00 +0100
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ Description: Snapcast server
|
||||||
time synchronized with the server to play perfectly synced audio. It's not a
|
time synchronized with the server to play perfectly synced audio. It's not a
|
||||||
standalone player, but an extension that turns your existing audio player into
|
standalone player, but an extension that turns your existing audio player into
|
||||||
a Sonos-like multi-room solution.
|
a Sonos-like multi-room solution.
|
||||||
|
.
|
||||||
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
|
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
|
||||||
into this file will be send to the connected clients. One of the most generic
|
into this file will be send to the connected clients. One of the most generic
|
||||||
ways to use SnapCast is in conjunction with the music player daemon or Mopidy,
|
ways to use SnapCast is in conjunction with the music player daemon or Mopidy,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue