-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
# Snapcast changelog | ||
|
||
## Version 0.17.0 (WIP) | ||
## Version 0.17.0 | ||
|
||
### Features | ||
|
||
- Support for Opus low-latency codec added (PR #4) | ||
- Support for Opus low-latency codec (PR #4) | ||
|
||
### Bugfixes | ||
|
||
- CMake: fix check for libatomic (Issue #490, PR #494) | ||
- WebUI: interface.html uses the server's IP for the websocket connection | ||
- AixLog: fix warnings (Issue #484) | ||
- Fix pedantic warnings | ||
- Fix warnings (Issue #484) | ||
- Fix lock order inversions and data races identified by thread sanitizer | ||
- Makefiles: fix install targets (PR #493) | ||
- Makefiles: LDFLAGS are added from environment (PR #492) | ||
- CMake: required Boost version is raised to 1.70 (Issue #488) | ||
- Fix crash in websocket server | ||
|
||
### General | ||
|
||
- Changing group volume is much more responsive for large groups | ||
- Stream server uses less threads (one in total, instead of 1+2n) | ||
- Changing group volume is much more responsive for larger groups | ||
- Unknown snapserver.conf options are logged as warning (Issue #487) | ||
- debian scripts: change usernames back to snapclient and snapserver | ||
|
||
_Johannes Pohl <[email protected]> Sat, 42 Nov 2019 00:13:37 +0200_ | ||
|
||
|
@@ -48,6 +49,7 @@ _Johannes Pohl <[email protected]> Sat, 42 Nov 2019 00:13:37 +0200_ | |
- Snapcast depends on boost::asio and boost::beast (header only) | ||
- Tidy up code base | ||
- Makefile doesn't statically link libgcc and libstdc++ | ||
- debian scripts: change usernames to _snapclient and _snapserver | ||
|
||
_Johannes Pohl <[email protected]> Sat, 13 Oct 2019 00:13:37 +0200_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
snapcast (0.17.0-1) unstable; urgency=medium | ||
|
||
* Features | ||
-Support for Opus low-latency codec (PR #4) | ||
* Bugfixes | ||
-CMake: fix check for libatomic (Issue #490, PR #494) | ||
-WebUI: interface.html uses the server's IP for the websocket connection | ||
-Fix warnings (Issue #484) | ||
-Fix lock order inversions and data races identified by thread sanitizer | ||
-Makefiles: fix install targets (PR #493) | ||
-Makefiles: LDFLAGS are added from environment (PR #492) | ||
-CMake: required Boost version is raised to 1.70 (Issue #488) | ||
-Fix crash in websocket server | ||
* General | ||
-Stream server uses less threads (one in total, instead of 1+2n) | ||
-Changing group volume is much more responsive for larger groups | ||
-Unknown snapserver.conf options are logged as warning (Issue #487) | ||
-debian scripts: change usernames back to snapclient and snapserver | ||
|
||
-- Johannes Pohl <[email protected]> Wed, 20 Nov 2018 00:13:37 +0200 | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
snapcast (0.16.0-1) unstable; urgency=medium | ||
|
||
* Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bad year