aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-0/+4
2007-05-08Add a howto section.Werner Koch1-0/+4
Makefile fixes
2007-05-08gnupg.ps build fixes.Werner Koch1-0/+6
2007-05-04Updated to automake 1.10.Werner Koch1-0/+6
Use latest texinfo.tex. Typo and grammar fix.
2007-04-15* gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw1-0/+5
documentation a bit.
2007-04-13g10/ and sm/Werner Koch1-0/+5
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-03-08Add new logo.Werner Koch1-0/+7
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-0/+4
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-0/+4
2007-03-05Ported multiple-messages protection.Werner Koch1-0/+5
2007-02-26Add new SVN only file README.maintWerner Koch1-0/+5
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
2007-02-18doc/Werner Koch1-0/+4
* gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
2007-02-14agent/Werner Koch1-0/+4
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
2007-02-05Fix for aegypten issue 720Werner Koch1-0/+5
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch1-0/+5
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2007-01-18* gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw1-0/+5
exclamation marks have an example. Give examples to the rest.
2007-01-17* gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw1-0/+7
documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
2006-12-08Doc fix.Werner Koch1-0/+4
Don't let gpg2 fail if the option skeleton file is missing
2006-12-06Fixes for CVE-2006-6235Werner Koch1-0/+5
2006-12-03* gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw1-0/+4
2006-11-14sm/Werner Koch1-0/+4
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
2006-11-11.Werner Koch1-0/+4
2006-11-06* gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw1-0/+4
2006-11-05Collected fixes.Werner Koch1-0/+4
2006-10-17Pth tweaks and improved estream.cWerner Koch1-0/+5
2006-10-13* gpg.texi: Document --s2k-count.David Shaw1-0/+4
2006-09-25New "relax" option for trustlist.txtWerner Koch1-0/+5
2006-09-22Added iconv support and doc cleanups.Werner Koch1-0/+4
2006-09-22Improved yat2m.Werner Koch1-0/+12
Tweaked gpg.texti to be used for gpg1 and gpg2.
2006-09-20Cleanups.Werner Koch1-0/+6
2006-09-19Some restructuringWerner Koch1-0/+6
2006-09-18Added common certificates.Werner Koch1-0/+4
2006-09-13Various fixes and new features.Werner Koch1-0/+9
Enhanced gpg-connect-agent.
2006-09-08doc fixesWerner Koch1-0/+7
2006-09-07Let scdaemon call a script on status changesWerner Koch1-0/+7
2006-08-22added missing gpgv man pageWerner Koch1-0/+6
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+4
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-17More man pages.Werner Koch1-0/+6
2006-06-23* gpg.sgml: Document --enable-dsa2, --disable-dsa2, andDavid Shaw1-0/+5
--default-keyserver-url. * DETAILS: Note "Keyserver:"
2006-06-22* gpg.sgml: Note that --pgp8 does not include SHA224. Clarify thatDavid Shaw1-0/+5
clearsigned messages are not reversible.
2006-05-23* mksamplekeys: Incorporate new package signature key and minimize keysDavid Shaw1-0/+5
when generating samplekeys.asc.
2006-05-17Updated keysWerner Koch1-0/+5
2006-04-19* gpg.sgml: Reminders that --cipher-algo, --digest-algo, andDavid Shaw1-0/+5
--compress-algo should be avoided.
2006-04-12use minimal posix sed Werner Koch1-0/+4
2006-04-09* gpg.sgml: Some typo fixes. This is Debian 361324.David Shaw1-0/+4
2006-03-11* samplekeys.asc: Update 99242560 to have a signing subkey backsig.David Shaw1-0/+5
2006-03-09* gpg.sgml: Clarify new notation delete feature.David Shaw1-0/+4
2006-03-09* gpg.sgml: Document "notation".David Shaw1-0/+4
2006-03-07* gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw1-0/+3
shorthand). Document max-cert-size.
2006-03-07* gpg.sgml: Document new way of enabling the PKA functions. Some minorDavid Shaw1-0/+5
other cleanups.