aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch1-0/+1
2006-12-04Changing the way man pages are build.Werner Koch1-0/+4
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.
2006-03-07* gpg.sgml: Document --auto-key-locate.David Shaw1-0/+4
2006-02-25* gpg.sgml: Document new --keyserver syntax.David Shaw1-0/+4
2005-12-20Finished PKA featureWerner Koch1-0/+6
2005-12-08* gpg.sgml: Document --fetch-keys.David Shaw1-0/+4
2005-12-08* gpg.sgml: Document -d. Add [file] to a few options.David Shaw1-0/+4
2005-11-18* gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw1-0/+5
"xxxxx-minimal", and "minimize".
2005-11-02* gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw1-0/+4
2005-10-27* gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw1-0/+7
--no-require-backsigs. * DETAILS: Clarify Key-Usage.
2005-10-17exported subkeys are now merged into one output keyblockWerner Koch1-0/+4
2005-09-22* gpg.sgml: Note that --display-charset is just for display andDavid Shaw1-0/+6
doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode.
2005-08-23* gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw1-0/+7
import-clean, --status-file, --logger-file, --attribute-file, --passphrase-file, --passphrase, and --command-file. Comment out the "+word match" selection syntax since it isn't supported.
2005-07-22*** empty log message ***Werner Koch1-0/+4
2005-07-19Document --limit-card-insert-tries.Werner Koch1-0/+4
2005-07-19* samplekeys.asc: Update 99242560.David Shaw1-0/+6
* gpg.sgml: Clarify --throw-keyid and --hidden-recipient a bit.
2005-06-20* gpg.sgml: Document --edit-key/clean, import-clean, and export-clean.David Shaw1-0/+5
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch1-0/+8
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
2005-05-14* gpg.sgml: Document --default-sig-expire and --default-cert-expire,David Shaw1-0/+7
remove --sk-comments and --no-sk-comments, and clarify the form of a non-IETF notation for --sig-notation and --cert-notation.
2005-05-05* gpg.sgml: Clarify --min-cert-level a bit.David Shaw1-0/+4
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch1-0/+4
* 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.
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+2
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch1-1/+4
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-0/+7
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch1-0/+4
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
2005-02-05* gpg.sgml: Note that level 0 signatures are always acceptedDavid Shaw1-0/+5
regardless of --min-cert-level.
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-0/+4
2005-01-27Updated to the version from 1.2.7.Werner Koch1-0/+4
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-0/+4
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2004-12-16Add a note on how to send translations.Werner Koch1-0/+4
2004-12-16* gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw1-0/+5
sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
2004-12-12(keys): Removed my old 621CC013 keyWerner Koch1-0/+6
which expires at the end of this year. Add g10 Code's source code signing key 37D92FFB.
2004-12-09* highlights-1.4.txt: New.David Shaw1-0/+6
* mksamplekeys, samplekeys.asc: Add the PGP global directory key.
2004-11-26* gpg.sgml: Document export-minimal.David Shaw1-0/+4
2004-10-28* DETAILS: Document SIG_SUBPACKET status tag.David Shaw1-0/+4
2004-10-28Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch1-0/+4
2004-10-19* gpg.sgml: Minor language tweaks.David Shaw1-0/+8
* samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
2004-10-15Document IMPORT_CHECK.Werner Koch1-0/+4