Hello, This is to announce the release of GNU dico version 2.8.
GNU dico is a flexible modular implementation of DICT server (RFC 2229). It includes a number of loadable modules, providing support of various dictionary formats and search strategies, as well as a console client program. Please see below for a list of changes in this release. Here are the compressed sources: https://ftp.gnu.org/gnu/dico/dico-2.8.tar.gz (3.3MB) https://ftp.gnu.org/gnu/dico/dico-2.8.tar.bz2 (2.3MB) https://ftp.gnu.org/gnu/dico/dico-2.8.tar.xz (1.6MB) Here are the GPG detached signatures[*]: https://ftp.gnu.org/gnu/dico/dico-2.8.tar.gz.sig https://ftp.gnu.org/gnu/dico/dico-2.8.tar.bz2.sig https://ftp.gnu.org/gnu/dico/dico-2.8.tar.xz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: 6c2084a8b34be07ce23bf535d6e4aba0 dico-2.8.tar.gz 1760f038126b470a19d22e940a58719b dico-2.8.tar.bz2 7767dae069e17963cf7f66514b1900b9 dico-2.8.tar.xz 18504b46cb4b8a80a02113c8b30f4c064e198a87 dico-2.8.tar.gz 3da5007330252480cb1cd6af19ae2a4cad8b150b dico-2.8.tar.bz2 d505599769747b30f8fcbff7956f7332c5b375b3 dico-2.8.tar.xz [*] 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 dico-2.8.tar.gz.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 3602B07F55D0C732 and rerun the 'gpg --verify' command. Noteworthy changes in this release: * Fix out-of-boundary memory access in metaphone2 encoder * Fix eventual access to freed memory block * Rewrite utf8_iterator to work with non zero-terminated strings. * Fix the build on OpenBSD Regards, Sergey -- If you have a working or partly working program that you'd like to offer to the GNU project as a GNU package, see https://www.gnu.org/help/evaluation.html.