vc-dwim - News
vc-dwim-1.8 released [stable]
Item posted by Jim Meyering <meyering> on Sat 14 Jan 2017 05:20:45 PM UTC.
This is to announce vc-dwim-1.8, a stable release.
There have been 16 commits by 3 people in the almost-four years since 1.7.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed!
The following people contributed changes to this release:
Assaf Gordon (1)
Dave Love (1)
Jim Meyering (14)
Jim [on behalf of the vc-dwim maintainers]
==================================================================
Here is the GNU vc-dwim home page:
http://gnu.org/s/vc-dwim/
For a summary of changes and contributors, see:
http://git.sv.gnu.org/gitweb/?p=vc-dwim.git;a=shortlog;h=v1.8
or run this command from a git-cloned vc-dwim directory:
git shortlog v1.7..v1.8
To summarize the 1299 gnulib-related changes, run these commands
from a git-cloned vc-dwim directory:
git checkout v1.8
git submodule summary v1.7
Here are the compressed sources and a GPG detached signature[*]:
http://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.8.tar.xz
http://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.8.tar.xz.sig
Use a mirror for higher download bandwidth:
http://ftpmirror.gnu.org/vc-dwim/vc-dwim-1.8.tar.xz
http://ftpmirror.gnu.org/vc-dwim/vc-dwim-1.8.tar.xz.sig
[*] 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 vc-dwim-1.8.tar.xz.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 7FD9FCCB000BEEEE
and rerun the 'gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.69.183-96821
Automake 1.99a
Gnulib v0.1-1130-g916a632
NEWS
* Noteworthy changes in release 1.8 (2017-01-14) [stable]
** New features
vc-dwim accepts a new option: --initialize
vc-dwim now supports darcs.
vc-dwim now silently ignores dirty git submodules
Powered by Savane 3.13-461b.
Corresponding source code