From: Andre Noll Date: Sat, 2 Nov 2019 15:43:59 +0000 (+0100) Subject: Merge branch 'refs/heads/t/openssl-header-check' X-Git-Tag: v0.6.3~35 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0c7c4d80673854527ce3c3786dd581169565b5e6;ds=sidebyside Merge branch 'refs/heads/t/openssl-header-check' * refs/heads/t/openssl-header-check: build: Check also for CRYPTO_cleanup_all_ex_data. build: Detect openssl library/header mismatch. Two simple fixes for FreeBSD. Tested on 12.0-RELEASE-p10. Cooking for nine months. --- 0c7c4d80673854527ce3c3786dd581169565b5e6 diff --cc NEWS.md index bbe20010,55ef3be9..eda654a6 --- a/NEWS.md +++ b/NEWS.md @@@ -1,24 -1,6 +1,26 @@@ NEWS ==== +---------------------------------------------- +0.6.3 (to be announced) "generalized activity" +---------------------------------------------- + +- The ff command now accepts a negative argument to instruct the + virtual streaming system to jump backwards in the current audio + stream. The old syntax (e.g., "ff 30-") is still supported but it + is deprecated and no longer documented. The compatibility code is + sheduled for removal after 0.7.0. +- para_afh: New option: --preserve to reset the modification time to + the value of the original file after meta data modification. +- Overhaul of the compress filter code. The refined algorithm should + reduce clipping. The meaning of --aggressiveness has changed, see the + updated and extended documentation of the compress filter for details. +- Cleanup of the audio format handler code. +- We now build the tree using the .ONESHELL feature of GNU make, + which results in a significant speedup. ++- Two robustness fixes for FreeBSD. ++ + -------------------------------------- 0.6.2 (2018-06-30) "elastic diversity" --------------------------------------