aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-1/+1
2006-03-08* NEWS: Note CERT retrieval. Tweak PKA and backsig language to matchDavid Shaw1-14/+14
current code.
2006-03-07* NEWS: Note --auto-key-locate and that keyservers can handle binary dataDavid Shaw1-5/+15
now.
2006-03-07More tests added; make distcheck worksWerner Koch1-1/+3
2006-03-06Stricter test of allowed signature packet compositions.Werner Koch1-0/+4
There is still one problem to solve.
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch1-1/+1
2005-12-20Finished PKA featureWerner Koch1-5/+8
2005-12-08* NEWS: Note --fetch-keys.David Shaw1-0/+6
2005-11-18* NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimalDavid Shaw1-0/+19
options.
2005-10-17exported subkeys are now merged into one output keyblockWerner Koch1-0/+3
2005-10-14* NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.David Shaw1-6/+10
* configure.ac: Remove the backsig configure options since this is all done at runtime now.
2005-07-28Implemented PKA trust modelWerner Koch1-0/+6
2005-07-27* NEWS, configure.ac: Switch over to using curl or fake-curl byDavid Shaw1-0/+9
default. Add --enable-old-keyserver-helpers to not use curl.
2005-07-26post release version number updatesWerner Koch1-0/+4
2005-07-26Preparing a releaseWerner Koch1-1/+1
2005-07-22* gpg.sgml (http):Werner Koch1-0/+2
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option.
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch1-0/+2
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
2005-06-20* NEWS: Note key cleaning commands.David Shaw1-0/+9
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-4/+4
2005-05-26* NEWS: Note command completion and the new curl-based HKP helper.David Shaw1-1/+10
2005-05-24* passphrase.c (ask_passphrase): Unescape the description string.Werner Koch1-7/+7
* cardglue.c (unescape_status_string): Removed. Changed all caller to use ... * misc.c (unescape_percent_string): New.
2005-05-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch1-0/+17
(agent_scd_writekey, inq_writekey_parms): New. (agent_openpgp_storekey): Removed. * cardglue.h: Add a few more error code mappings. * keygen.c (copy_mpi): Removed. (save_unprotected_key_to_card): Changed to use agent_scd_writekey. * app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer version in gnupg 1.9 CVS.
2005-03-17* configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw1-3/+3
2005-03-15Post release preparationsWerner Koch1-0/+4
2005-03-15Preparing a releaseV1-4-1Werner Koch1-1/+1
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-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-0/+3
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/+3
* 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-11* configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.David Shaw1-3/+6
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-03* NEWS: Fix typo.David Shaw1-1/+1
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-0/+3
2005-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-9/+10
available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-9/+22
* card-util.c (card_status): Create asecret key stub on the fly and print more information about a card key. * import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New. * getkey.c (get_seckeyblock_byfprint): New. * keylist.c (print_card_key_info): New.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-0/+9
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.
2005-01-19* NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw1-0/+17
gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available.
2004-12-16post release updatesWerner Koch1-0/+4
2004-12-16About to release 1.4.0Werner Koch1-1/+1
2004-12-14post release updatesWerner Koch1-0/+7
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-2/+7
2004-10-28post release preparationsWerner Koch1-0/+4
2004-10-28About to release 1.3.92Werner Koch1-1/+9
2004-10-21* configure.ac: Remove the check for asprintfWerner Koch1-0/+2
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4.
2004-10-15post release preparationsWerner Koch1-0/+4
2004-10-15* README: Mentioned --enable-selinux-support.Werner Koch1-1/+1
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
2004-10-15* NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct trustDavid Shaw1-2/+13
model.
2004-10-15* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch1-0/+2
(AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement.
2004-10-14* rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch1-1/+1
logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
2004-10-13* configure.ac: Actually name the option --disable-finger and notWerner Koch1-0/+4
http. Add option --enable-selinux-support. * logger.c (g10_log_error_f, g10_log_fatal_f, g10_log_info_f) (g10_log_debug_f, print_prefix_f): Removed. * iobuf.c (iobuf_is_pipe_filename): New. (iobuf_get_fd): New.
2004-10-01post release preparationsWerner Koch1-0/+4
2004-10-01* mk-w32-dist: Updated from stable branch.Werner Koch1-1/+1
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.