diff options
author | David Shaw <[email protected]> | 2010-09-28 16:13:24 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2010-09-28 16:13:24 +0000 |
commit | 7f07a1bc9080eb545b3f782c75a6ac1f628abf95 (patch) | |
tree | b927d9190f74f605cdc1774407feee99fd82b70e | |
parent | The rest of the VMS changes. (diff) | |
download | gnupg-7f07a1bc9080eb545b3f782c75a6ac1f628abf95.tar.gz gnupg-7f07a1bc9080eb545b3f782c75a6ac1f628abf95.zip |
* options.skel: Make the example for force-v3-sigs match reality (it
has defaulted to off since 2007-10-22).
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/options.skel | 13 |
2 files changed, 12 insertions, 6 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 0e14379dd..ae5b29e32 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2010-09-28 David Shaw <[email protected]> + + * options.skel: Make the example for force-v3-sigs match + reality (it has defaulted to off since 2007-10-22). + 2010-09-28 Steven M. Schweda <[email protected]> (wk) Changes to help the VMS port. See diff --git a/g10/options.skel b/g10/options.skel index 0f02665d0..21bd09b93 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -2,7 +2,8 @@ # the users home directory. # $Id$ # Options for GnuPG -# Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, +# 2010 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -47,12 +48,12 @@ #encrypt-to some-key-id -# By default GnuPG creates version 3 signatures for data files. This -# is not strictly OpenPGP compliant but PGP 6 and most versions of PGP -# 7 require them. To disable this behavior, you may use this option -# or --openpgp. +# By default GnuPG creates version 4 signatures for data files as +# specified by OpenPGP. Some earlier (PGP 6, PGP 7) versions of PGP +# require the older version 3 signatures. Setting this option forces +# GnuPG to create version 3 signatures. -#no-force-v3-sigs +#force-v3-sigs # Because some mailers change lines starting with "From " to ">From " # it is good to handle such lines in a special way when creating |