newsvc-dwim - News

 
 

vc-dwim-1.10 released [stable]

Item posted by Jim Meyering <meyering> on Fri 16 Oct 2020 06:34:04 AM UTC.


It's been nearly a year, so here's a new release.
Thanks to Karl Berry for making nearly all of the nontrivial changes.

Here are the compressed sources and a GPG detached signature[*]:
  https://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.10.tar.xz
  https://ftp.gnu.org/gnu/vc-dwim/vc-dwim-1.10.tar.xz.sig

Use a mirror for higher download bandwidth:
  https://ftpmirror.gnu.org/vc-dwim/vc-dwim-1.10.tar.xz
  https://ftpmirror.gnu.org/vc-dwim/vc-dwim-1.10.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.10.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.69c
  Automake 1.16b
  Gnulib v0.1-3952-g8bc21357b

NEWS

* Noteworthy changes in release 1.10 (2020-10-15) [stable]

** Changes in behavior

  vc-dwim now requires a one-line summary

** New features

  --debug is much more verbose, and implies --verbose.


Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code