dezyne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] Dezyne 2.17.6 released.


From: Janneke Nieuwenhuizen
Subject: [ANN] Dezyne 2.17.6 released.
Date: Fri, 08 Sep 2023 23:28:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Dezyne 2.17.6 is a bug-fix release.

Enjoy!
The Dezyne developers.

* Download

    git clone git://git.savannah.nongnu.org/dezyne.git

Here are the compressed sources and a GPG detached signature[*]:  
    https://dezyne.org/download/dezyne/dezyne-2.17.6.tar.gz
    https://dezyne.org/download/dezyne/dezyne-2.17.6.tar.gz.sig

Here are the SHA1 and SHA256 checksums:  

    d11360d50eed099a9f75682485286c0218db1bcb  dezyne-2.17.6.tar.gz
    338559655c41fd843251613c2c7552bc3e11bda23c0959120d4c05b7bd4f017c  
dezyne-2.17.6.tar.gz

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

    gpg --verify .sig

If that command fails because you don't have the required public key,
then run this command to import it:

    gpg --keyserver keys.gnupg.net --recv-keys 
1A858392E331EAFDB8C27FFBF3C1A0D9C1D65273

and rerun the `gpg --verify` command.

Alternatively, Dezyne can be installed using GNU Guix:  

    guix pull  
    guix install dezyne

* Changes in 2.17.6 since 2.17.5
  * Noteworthy bug fixes
    - Building the C++ pump using the Boost::Coroutine library works out
      of the box again..  This was a regression introduced in 2.16.0.
    - The `std::async' in the C++ pump has been replaced by
      `dzn::thread::defer'.  This allows working around the arbitrary
      limits in `std::async' observed on some Microsoft systems.
    - The C++ thread-pool no longer joins threads at destruction, instead
      it detaches them.

-- 
Janneke Nieuwenhuizen <janneke@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]