From: Andre Noll Date: Thu, 1 Dec 2022 17:08:44 +0000 (+0100) Subject: Merge topic branch t/openssl-3 into master X-Git-Tag: v0.7.2~11 X-Git-Url: http://git.tuebingen.mpg.de/releases/paraslash-0.3.1.tar.bz2.asc?a=commitdiff_plain;h=fca08641935a5bdf6570a14e0b7aeed536745060;p=paraslash.git Merge topic branch t/openssl-3 into master Two patches. The first suppresses warnings when compiling against openssl-3, the second switches the two hash functions over to the EVP API. More work is needed but it does not hurt to merge this first step now. * refs/heads/t/openssl-3: openssl: Switch to evp API for sha1 and sha256. openssl: Deactivate openssl-3 warnings for now. --- fca08641935a5bdf6570a14e0b7aeed536745060 diff --cc NEWS.md index 009982a3,5a00175c..fff7a242 --- a/NEWS.md +++ b/NEWS.md @@@ -1,21 -1,6 +1,23 @@@ 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. + +Downloads: +[tarball](./releases/paraslash-git.tar.xz) + -------------------------------------- 0.7.1 (2022-10-03) "digital spindrift" --------------------------------------