From db78307c032825d04ee869ce4847d2e114c2a70e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Sep 1999 10:25:21 +0000 Subject: [PATCH] See ChangeLog: Mon Sep 20 12:24:41 CEST 1999 Werner Koch --- NEWS | 7 ++++++ doc/gpg.sgml | 9 +++++++ doc/gph/Makefile.am | 2 +- g10/ChangeLog | 10 ++++---- g10/g10.c | 8 +++++++ g10/main.h | 1 + g10/verify.c | 58 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 90 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d5d2c5f13..5629e321d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ + + * New command --verify-files. + + * Fixed some minor bugs. + + * Add Indonesian and Portugese translations. + Noteworthy changes in version 1.0.0 (1999-09-07) ----------------------------------- diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 1297737fd..0cae9b476 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -156,6 +156,15 @@ filename to force a read from stdin). With more than and the remaining files are the signed stuff. + +--verify-files + +This is a special version of the --verify command which does not work with +detached signatures. The command expects the files to bee verified either +on the commandline or reads the filenames from stdin; each anem muts be on +separate line. The command is intended for quick checking of many files. + +