ChangeLog and README for OwnTone 28.0

This commit is contained in:
ejurgensen 2021-05-21 18:53:53 +02:00
parent 5de0533232
commit ddd2c5ea85
2 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,17 @@
ChangeLog for forked-daapd
--------------------------
ChangeLog for OwnTone
---------------------
version 28.0
- rename forked-daapd to OwnTone + new logo
- fix web UI slow updates due to websockets 3.x changes
- support for ALAC sort tags
- support for remote pls/m3u with https streams
- add /api/queue?id=now_playing json API shortcut
- fix possible crash on Pulseaudio error callback
- fix possible segfault-on-exit
- fix websockets not working on FreeBSD
- refactor how the server binds to sockets (use dual stack ipv4/6)
- configurable interface/address binding
version 27.4
- fix web server path traversal vulnerability

View File

@ -582,7 +582,11 @@ The source for this version of OwnTone can be found here:
[https://github.com/owntone/owntone-server.git](https://github.com/owntone/owntone-server.git)
README's for previous versions of OwnTone (when it was forked-daapd):
README's for current and previous versions of OwnTone:
[OwnTone version 28.0](https://github.com/owntone/owntone-server/blob/28.0/README.md)
Older versions from when OwnTone was forked-daapd:
[forked-daapd version 27.4](https://github.com/owntone/owntone-server/blob/27.4/README.md)