mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
Add missing space to Assuan command
This commit is contained in:
parent
9fbaba32a5
commit
420b04a504
@ -1,7 +1,16 @@
|
|||||||
|
2010-09-29 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* call-agent.c (agent_scd_pksign): Add missing space.
|
||||||
|
|
||||||
|
2010-09-28 David Shaw <dshaw@jabberwocky.com> (wk)
|
||||||
|
|
||||||
|
* options.skel: Make the example for force-v3-sigs match
|
||||||
|
reality (it has defaulted to off since 2007-10-25).
|
||||||
|
|
||||||
2010-09-28 Werner Koch <wk@g10code.com>
|
2010-09-28 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* keyedit.c (show_key_with_all_names): Make revocation hint
|
* keyedit.c (show_key_with_all_names): Make revocation hint
|
||||||
cleared. Fixes bug#1234.
|
more clear. Fixes bug#1234.
|
||||||
|
|
||||||
* call-agent.c (hash_algo_option): New.
|
* call-agent.c (hash_algo_option): New.
|
||||||
(agent_scd_pksign): Use it.
|
(agent_scd_pksign): Use it.
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
# the users home directory.
|
# the users home directory.
|
||||||
# $Id$
|
# $Id$
|
||||||
# Options for GnuPG
|
# 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
|
# This file is free software; as a special exception the author gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
@ -39,12 +40,12 @@
|
|||||||
#default-recipient some-user-id
|
#default-recipient some-user-id
|
||||||
#default-recipient-self
|
#default-recipient-self
|
||||||
|
|
||||||
# By default GnuPG creates version 3 signatures for data files. This
|
# By default GnuPG creates version 4 signatures for data files as
|
||||||
# is not strictly OpenPGP compliant but PGP 6 and most versions of PGP
|
# specified by OpenPGP. Some earlier (PGP 6, PGP 7) versions of PGP
|
||||||
# 7 require them. To disable this behavior, you may use this option
|
# require the older version 3 signatures. Setting this option forces
|
||||||
# or --openpgp.
|
# GnuPG to create version 3 signatures.
|
||||||
|
|
||||||
#no-force-v3-sigs
|
#force-v3-sigs
|
||||||
|
|
||||||
# Because some mailers change lines starting with "From " to ">From "
|
# Because some mailers change lines starting with "From " to ">From "
|
||||||
# it is good to handle such lines in a special way when creating
|
# it is good to handle such lines in a special way when creating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user