Fix & expand ChangeLog entry for release 1.4

* Fix date format for relase 1.4 (DD-MM-YYY).
* Add more details about changes for 1.4 from git log.
This commit is contained in:
Christopher Arndt 2020-04-09 11:45:53 +02:00
parent f076e00f6d
commit 327a953cb3
2 changed files with 53 additions and 12 deletions

View File

@ -1,5 +1,24 @@
01-03-2020 Darkice 1.4 released
o Shoutcast and Icecast 2 connection issues fixed.
03-01-2020 Darkice 1.4 released
Shoutcast and Icecast 2 connection issues fixed:
o Support newer HTTP versions in IceCast2 codebase.
PR #140 by LuK1337 <priv.luk@gmail.com>
- Some servers pretending to be IceCast 2 might return a version newer
than 1.0. The example server that happens to do
that is Cast ( https://github.com/innovate-technologies/Cast ).
- Replacing HTTP/1.0 with HTTP/1.[0-9] regex makes sure that we handle
newer versions properly instead of showing:
"Icecast2 - Unexpected response from server".
o Fixed SHOUTCast password.
PR #138 by Alejandro Olivan Alvarez <alejandro.olivan.alvarez@gmail.com>
- Darkice.cpp configShoutcast part is returned as it was on commit
710d2c26c4f9518d2f382673bf8b1829b9bdac3d. This makes DNAS 1.9.8
work again.
- Added suggested code patches to code at DarkiceConfig.cpp and
Config.cpp by Yahoosam on issue #121. So DNAS2.x now can get stream IDs.
o Added darksnow.desktop file.
o Cast float* in SRC lib calls to delete fpermissive compilation error.
PR #120 by belette <ouack23@yahoo.fr>
04-08-2016 Darkice 1.3 released
o Small bugs fixed by Nicolas Boulenguez <nicolas@debian.org>.

View File

@ -1,3 +1,25 @@
03-01-2020 Darkice 1.4 released
Shoutcast and Icecast 2 connection issues fixed:
o Support newer HTTP versions in IceCast2 codebase.
PR #140 by LuK1337 <priv.luk@gmail.com>
- Some servers pretending to be IceCast 2 might return a version newer
than 1.0. The example server that happens to do
that is Cast ( https://github.com/innovate-technologies/Cast ).
- Replacing HTTP/1.0 with HTTP/1.[0-9] regex makes sure that we handle
newer versions properly instead of showing:
"Icecast2 - Unexpected response from server".
o Fixed SHOUTCast password.
PR #138 by Alejandro Olivan Alvarez <alejandro.olivan.alvarez@gmail.com>
- Darkice.cpp configShoutcast part is returned as it was on commit
710d2c26c4f9518d2f382673bf8b1829b9bdac3d. This makes DNAS 1.9.8
work again.
- Added suggested code patches to code at DarkiceConfig.cpp and
Config.cpp by Yahoosam on issue #121. So DNAS2.x now can get stream IDs.
o Added darksnow.desktop file.
o Cast float* in SRC lib calls to delete fpermissive compilation error.
PR #120 by belette <ouack23@yahoo.fr>
04-08-2016 Darkice 1.3 released
o Small bugs fixed by Nicolas Boulenguez <nicolas@debian.org>.
o Bugs related to streaming to remote servers fixed. Patch by Kalle Kulonen