Hello, This is to announce the release of GNU cflow 1.5. See the end of this message for the list of new features in this release.
Here are the compressed sources: ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.gz (982KB) ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.bz2 (769KB) ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.xz (623KB) Here are the GPG detached signatures[*]: ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.gz.sig ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.bz2.sig ftp://ftp.gnu.org/gnu/cflow/cflow-1.5.tar.xz.sig To reduce load on the main server, use a mirror listed at: http://www.gnu.org/order/ftp.html The MD5 and SHA1 checksums follow: f083e9a5f503b3a855bf7392a6881be4 cflow-1.5.tar.gz e6aa5dcba6f7afe6fab637ffeac2c411 cflow-1.5.tar.bz2 385c6642fea9445191c92286e3c7094d cflow-1.5.tar.xz b38be51dca40fab3b1b1cd02b4f4eca1ce60160b cflow-1.5.tar.gz f5dbabec612d9630b6ae8d0447cee93e1e454dba cflow-1.5.tar.bz2 7efd4d26f429d8767111629d7377c5f8d9b963d4 cflow-1.5.tar.xz [*] You can use either of the above signature files 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 cflow-1.5.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 55D0C732 and rerun the `gpg --verify' command. Noteworthy changes in this release: * Correctly handle functions returning struct/union (fixes bug #31792) * Gracefully handle invalid inputs (fixes bug #44113) * Debugging output goes to stderr * Consistent use of exit codes * Manpage is included Best 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.