There have been a few vc-chlog enhancements, and one vc-dwim bug fix: In case you're wondering what this package does, see
http://www.gnu.org/software/vc-dwim/ Very briefly, there are two tools: vc-dwim is a version-control-agnostic ChangeLog diff and commit tool. vc-chlog is a helper tool for writing GNU-style ChangeLog entries. Here are the compressed sources: ftp://ftp.gnu.org/gnu/coreutils/vc-dwim-1.2.tar.gz (324KB) ftp://ftp.gnu.org/gnu/coreutils/vc-dwim-1.2.tar.xz (244KB) Here are the GPG detached signatures[*]: ftp://ftp.gnu.org/gnu/coreutils/vc-dwim-1.2.tar.gz.sig ftp://ftp.gnu.org/gnu/coreutils/vc-dwim-1.2.tar.xz.sig [*] 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 vc-dwim-1.2.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 B9AB9A16 and rerun the `gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.64.21-2065 Automake 1.11a Gnulib v0.0-2499-ga96bd79 NEWS * Noteworthy changes in release 1.2 (2009-09-08) [stable] vc-dwim no longer occasionally inserts a "SCALAR(0x...)" line into the commit log message. vc-chlog now detects removed files in a git tree. vc-chlog accepts a --no-functions option to disable identifier extraction. _______________________________________________ GNU Announcement mailing list <info-gnu@gnu.org> http://lists.gnu.org/mailman/listinfo/info-gnu