From: Andre Noll Date: Sun, 8 Sep 2019 09:07:45 +0000 (+0200) Subject: Merge branch 'refs/heads/t/ONESHELL' X-Git-Tag: v0.6.3~39 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5459ae27b1efa26a1a47186c754a0e4cb486a278 Merge branch 'refs/heads/t/ONESHELL' A single patch which instructs the build system to run multi-line statements in Makefiles in a single shell instance. Cooking in next for nine months. * refs/heads/t/ONESHELL: build: Use .ONESHELL. --- 5459ae27b1efa26a1a47186c754a0e4cb486a278 diff --cc NEWS.md index 7ed78027,55ef3be9..bbe20010 --- a/NEWS.md +++ b/NEWS.md @@@ -1,22 -1,6 +1,24 @@@ 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. + -------------------------------------- 0.6.2 (2018-06-30) "elastic diversity" --------------------------------------