X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=NEWS.md;h=15496bd274a64b8127ae16c47fc90d7ea3140d4c;hp=d8813b3f3e484a27bf06593826162923d020e996;hb=e2e1adca824585eeecd091f54955e51212927533;hpb=a1c4cc4b26f72c19e12100d47a9da3c449aab3e7 diff --git a/NEWS.md b/NEWS.md index d8813b3f..15496bd2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,9 +10,22 @@ NEWS 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. +- para_client now supports RFC4716 private keys as generated with + ssh-keygen -m RFC4716. In fact, this key format has been made the + default, and the former PEM keys will be depreciated at some point. +- The ogg audio format handlers learned to detect holes and now report + the correct duration also if ogg pages are missing in the file. This + affects ogg/vorbis ogg/speex and ogg/opus. +- Robustness improvements for para_mixer. -------------------------------------- 0.6.2 (2018-06-30) "elastic diversity"