mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* cardglue.c (pin_cb): Disable debug output.
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
This commit is contained in:
parent
f0e9a1ff4f
commit
a043c14d22
14 changed files with 141 additions and 40 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-03-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gnupg-w32.reg: Removed.
|
||||
|
||||
2005-03-07 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg.sgml (comment): Add note to keep the comment short.
|
||||
|
|
|
@ -473,7 +473,7 @@ more arguments in future versions.
|
|||
|
||||
SESSION_KEY <algo>:<hexdigits>
|
||||
The session key used to decrypt the message. This message will
|
||||
only be emmited when the special option --show-session-key
|
||||
only be emitted when the special option --show-session-key
|
||||
is used. The format is suitable to be passed to the option
|
||||
--override-session-key
|
||||
|
||||
|
@ -583,6 +583,10 @@ more arguments in future versions.
|
|||
for certain operation and is mostly useful to check whether a
|
||||
PIN change really worked.
|
||||
|
||||
BACKUP_KEY_CREATED fingerprint fname
|
||||
A backup key named FNAME has been created for the key wityh
|
||||
KEYID.
|
||||
|
||||
|
||||
Format of the "--attribute-fd" output
|
||||
=====================================
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
AUTOMAKE_OPTIONS = no-texinfo.tex
|
||||
|
||||
EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \
|
||||
HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 gnupg-w32.reg \
|
||||
HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 \
|
||||
TRANSLATE gpg.ru.sgml gpg.ru.1 highlights-1.4.txt
|
||||
|
||||
man_MANS = gpg.1 gpgv.1 gnupg.7 gpg.ru.1
|
||||
|
|
|
@ -33,7 +33,7 @@ Store the locale id (like "de") into the Registry under the key
|
|||
HKEY_CURRENT_USER\Software\GNU\GnuPG with the name "Lang". This must
|
||||
match one of the installed languages files in the directory named
|
||||
"gnupg.nls" below the installation directory. Note, that the ".mo"
|
||||
extension is not part of the lcoale id.
|
||||
extension is not part of the locale id.
|
||||
|
||||
|
||||
Home directory:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue