aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog-2011 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-0/+11
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2011-10-12Put more options into the options indexWerner Koch1-0/+2
Also removed the single letter options from the index.
2011-10-12Extend yat2m to allow indented tables.Werner Koch1-0/+4
Current makeinfo versions allow to indent the texinfo source. However yat2m had no support for this. With this patch it is now possible to use a simple indentation style while keeping man pages readable.
2011-08-12Beautified the online html manualWerner Koch1-0/+6
2011-03-01Move parameter file description to the manual.Werner Koch1-6/+11
2010-10-29* gpg.texi (GPG Configuration Options): Clarify that show-photosDavid Shaw1-0/+6
doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer.
2010-10-18doc fixWerner Koch1-0/+4
2010-10-11Describe %v and %V.Werner Koch1-0/+5
2010-10-05Add a static FAQ.Werner Koch1-0/+4
Add rules to build and upload the faqs.
2010-10-04[w32ce] Do not print the faulty timezone infoWerner Koch1-0/+7
Switch FAQ sources to org-mode
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+4
A couple of forward ported changes. Doc updates.
2010-09-28Clarify that --force-v3-sigs disables (not enables) v4 optionsDavid Shaw1-1/+7
2010-08-18Fix regression in logging.Werner Koch1-0/+4
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-06-10Include dirmngr manualWerner Koch1-0/+13
2009-11-23Add gpgconf related dummy options default_pubkey_algo.Werner Koch1-0/+5
Add option --skip-hidden-recipients Comment updates.
2009-10-20* gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw1-0/+6
generic store, the details of which depend on the underlying libraries.
2009-09-03Updated the german translationWerner Koch1-1/+1
2009-08-24* gpg.text: Suggested new ordering for --edit-key.David Shaw1-0/+4
2009-08-17* gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw1-0/+5
overrides recipient preferences (safely).
2009-08-14* gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw1-0/+5
check-cert and ca-cert-file.
2009-08-06Improved detection of bad/invalid signer keys.Werner Koch1-0/+4
2009-07-31* gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw1-0/+5
exist any longer).
2009-07-23Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw1-0/+5
resorting to keys.{domain}.
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-0/+4
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-0/+5
2009-07-22Give hints on files to backup.Werner Koch1-0/+5
2009-07-20Fix bug 1090.Werner Koch1-0/+5
2009-07-06* debugging.texi (Common Problems): Add a note about corruptedWerner Koch1-0/+5
keys in --search-keys.
2009-06-02Fix for bug#1066.Werner Koch1-0/+6
A couple of minor changes.
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch1-0/+5
2009-03-16* gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw1-0/+5
debug.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-0/+9
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-02Add missing option strings.Werner Koch1-0/+1
2009-03-02Modernized gpg-agent startup instructionsWerner Koch1-0/+4
2009-01-12preparing a releaseWerner Koch1-0/+4
2008-12-12Small doc fixes.Werner Koch1-0/+5
2008-12-08Cleanups. Fixes bug 956.Werner Koch1-0/+7
2008-11-12Made arg_parse more readable.Werner Koch1-1/+1
2008-11-12use $() instead of backticks.Werner Koch1-0/+5
2008-10-13Explain how to delete a secret X.509 key.Werner Koch1-0/+5
2008-10-01Add /daatfile command to gpg-connect-agent.Werner Koch1-0/+4
2008-09-23* gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw1-0/+4
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-0/+5
Cleanups
2008-08-01Fix !EROFS bug.Werner Koch1-0/+4
Doc updates
2008-06-25add new certifciatesWerner Koch1-0/+6
2008-06-19Add the group option to gpgconf and define the new type "alias list".Werner Koch1-0/+5
2008-06-16Add controlo statement %ask-passphraseWerner Koch1-0/+4
2008-05-26Minor bug fixes and document new gpg-connect-feature.Werner Koch1-0/+6
2008-05-262008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpgconf-comp.c: Replace pathname by filename everywhere.
2008-05-26doc/Marcus Brinkmann1-0/+4
2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.