I am happy to announce a minor update to Zile that fixes build errors on the latest macOS 10.13. There is no need to upgrade if you are not affected, as there are otherwise only minor changes to the build system.
Here are the compressed sources and a GPG detached signature[*]: https://ftpmirror.gnu.org/zile/zile-2.4.14.tar.gz https://ftpmirror.gnu.org/zile/zile-2.4.14.tar.gz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html [*] 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 zile-2.4.14.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 68089F7380EE4A00 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.15 Gnulib v0.1-1544-g8d116e3 NEWS * Noteworthy changes in release 2.4.14 (2017-10-06) [stable] ** Bug fixes Update gnulib to cope with printf restrictions on macOS 10.13 (Bug #52173; thanks fxcoudert) ** Build-related Use gnulib valgrind-tests module to run tests. Add pushing release tag to dorelease target. -- 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.