From: Andre Noll Date: Tue, 17 Jan 2023 15:29:16 +0000 (+0100) Subject: Merge topic branch t/ff-compat into master X-Git-Tag: v0.7.2~8 X-Git-Url: http://git.tuebingen.mpg.de/cbci.git/tree?a=commitdiff_plain;h=b85e61d07fc2fa9e56147af29609a84721947a6f;p=paraslash.git Merge topic branch t/ff-compat into master A single commit which removes support for the old syntax of the ff command where negative values could be specified with a postfix such as "ff 30-". This syntax has long been deprecated. * refs/heads/t/ff-compat: server: Remove compatibility code of com_ff(). --- b85e61d07fc2fa9e56147af29609a84721947a6f diff --cc NEWS.md index fff7a242,5a00175c..92a63ee7 --- a/NEWS.md +++ b/NEWS.md @@@ -1,23 -1,6 +1,25 @@@ NEWS ==== +------------------------------------------ +0.7.2 (to be announced) "optical friction" +------------------------------------------ + +- A major cleanup of the audio file selector. +- The client no longer prints error messages from afs commands to + stdout but to stderr. +- The sleep subcommand of para_mixer gained two options to control + the startup mood and the time period before fade-out starts. A bunch + of further improvements for this subcommand went in as well. +- Minor cleanup of the net subsystem. +- The openssl specific code now employs the EVP API to compute hashes. + It should compile without warnings against openssl-3. ++- The deprecated syntax for specifying negative offsets in the argument ++ to the "ff" server command has been removed. + +Downloads: +[tarball](./releases/paraslash-git.tar.xz) + -------------------------------------- 0.7.1 (2022-10-03) "digital spindrift" --------------------------------------