From: Andre Noll Date: Wed, 28 Dec 2016 12:05:34 +0000 (+0100) Subject: Merge branch 'refs/heads/t/wma_fixes' X-Git-Tag: v0.5.7~11 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=7bf76e7907de7836f75c299dc2e828364e4f114e;p=paraslash.git Merge branch 'refs/heads/t/wma_fixes' The series also contains a fix for a silly bug which causes the decoder to abort on empty output sizes, and a couple of cosmetic cleanups. * refs/heads/t/wma_fixes (cooking for two weeks): wmadec: Remove two pointless variables. wmadec: Remove a pointless cast. wmadec: Set data size to 0 if nothing was decoded. wma: Fix packet size calculation. wmadec: Properly handle empty outputs. wma_common: Fix typo in log message. --- 7bf76e7907de7836f75c299dc2e828364e4f114e diff --cc NEWS.md index cad0169b,71eb6cb2..10e78ca5 --- a/NEWS.md +++ b/NEWS.md @@@ -1,20 -1,6 +1,22 @@@ NEWS ==== +------------------------------------------ +0.5.7 (to be announced) "semantic density" +------------------------------------------ +- Speedup of the base64 decoder. +- One of the two source browsers has been removed from the web pages. + The doxygen API reference still contains an HTML version of each + source file. +- Two race conditions in para_server have been fixed. +- ls -p is now deprecated in favor of -F or -b. See the help text of + the ls command for details. +- The openssl code has been adjusted to work also with openssl-1.1. ++- The wma decoder and audio format handler now correctly decodes ++ files with unusual block sizes. + +Download: [tarball](./releases/paraslash-git.tar.bz2) + --------------------------------------- 0.5.6 (2016-07-10) "cascading gradient" ---------------------------------------