-
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
5 changed files
with
42 additions
and
3 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,5 +1,27 @@ | ||
# Snapcast changelog | ||
|
||
## Version 0.18.0 | ||
|
||
### Features | ||
|
||
- Add TCP stream reader | ||
|
||
### Bugfixes | ||
|
||
- Client: fix hostname reporting on Android | ||
- Fix some small memory leaks | ||
- Fix Librespot stream causing zombie processes (Issue #530) | ||
- Process stream watchdog is configurable (Issue #517) | ||
- Fix Makefile for macOS (Issues #510, #514) | ||
|
||
### General | ||
|
||
- Refactored stream readers | ||
- Server can run on a single thread | ||
- Configurable number of server worker threads | ||
|
||
_Johannes Pohl <[email protected]> Wed, 22 Jan 2020 00:13:37 +0200_ | ||
|
||
## Version 0.17.1 | ||
|
||
### Bugfixes | ||
|
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,20 @@ | ||
snapcast (0.18.0-1) unstable; urgency=medium | ||
|
||
* Features | ||
-Add TCP stream reader | ||
* Bugfixes | ||
-Client: fix hostname reporting on Android | ||
-Fix some small memory leaks | ||
-Fix Librespot stream causing zombie processes (Issue #530) | ||
-Process stream watchdog is configurable (Issue #517) | ||
-Fix Makefile for macOS (Issues #510, #514) | ||
* General | ||
-Refactored stream readers | ||
-Server can run on a single thread | ||
-Configurable number of server worker threads | ||
|
||
-- Johannes Pohl <[email protected]> Wed, 22 Jan 2020 00:13:37 +0200 | ||
|
||
snapcast (0.17.1-1) unstable; urgency=medium | ||
|
||
* Bugfixes | ||
|
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
1f1c009
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that as of v18, the TCP stream is now part of the master stream and I no longer have to put it off because I don't have time to mess with the compilation process? :-)
If so, you're making the upgrade very compelling.
KO