aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-12* am/cmacros.am: New.Werner Koch1-0/+3
* configure.ac: Removed the need for g10defs.h. Reworked the --with-foo-pgm stuff. * autogen.sh (check_version): Removed bashism and simplified. * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for a bad opensc-config.
2004-01-30Post release updatedWerner Koch1-0/+4
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch1-1/+5
* sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
2004-01-29* README: Updated.Werner Koch1-0/+4
2004-01-28* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, andDavid Shaw1-0/+6
Elgamal removal. * README, configure.ac: Add --enable-key-cache=SIZE configure option. This sets the key/uid cache size. Default is 4096.
2003-12-23Post release version number bump.Werner Koch1-0/+4
2003-12-23* README-alpha: Removed.V1-9-3Werner Koch1-1/+1
* configure.ac, Makefile.am: Add the tests and tools directories.
2003-12-23Enable the tests directory.Werner Koch1-2/+2
2003-12-17* server.c (gpgsm_server): Add arg DEFAULT_RECPLIST.Werner Koch1-2/+7
(cmd_encrypt): Add all enrypt-to marked certs to the list. * encrypt.c (gpgsm_encrypt): Check that real recipients are available. * gpgsm.c (main): Make the --encrypt-to and --no-encrypt-to options work. Pass the list of recients to gpgsm_server. * gpgsm.h (certlist_s): Add field IS_ENCRYPT_TO. (opt): Add NO_ENCRYPT_TO. * certlist.c (gpgsm_add_to_certlist): New arg IS_ENCRYPT_TO. Changed all callers and ignore duplicate entries. (is_cert_in_certlist): New. (gpgsm_add_cert_to_certlist): New.
2003-12-16Updated.Werner Koch1-4/+4
2003-12-16* configure.ac: Check for funopen and fopencookie as part of theWerner Koch1-1/+7
jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket.
2003-12-01(Certificate Options): Add --{enable,disable}-ocsp.Werner Koch1-0/+4
2003-12-01* NEWS: Note --disable-rsa.David Shaw1-0/+5
* configure.ac: Add --disable-rsa. * README: Add --with-zlib, --with-bzip2, --without-bzip2, --disable-rsa, and --enable-minimal. Update gettext version.
2003-11-27post release version number bumbWerner Koch1-0/+4
2003-11-27about to release 1.3.4Werner Koch1-1/+1
2003-11-27* NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key anyDavid Shaw1-2/+5
longer.
2003-11-27Minor additionsWerner Koch1-0/+4
2003-11-27* configure.ac: Use MSG_NOTICE instead of MSG_WARN for less seriousDavid Shaw1-2/+2
notifications. * NEWS: I meant "less" not "more".
2003-11-17*** empty log message ***Werner Koch1-0/+3
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch1-1/+3
2003-11-13* NEWS: Note BZIP2.David Shaw1-2/+8
2003-10-26* NEWS: Note --symmetric --encrypt and the improved config file search.David Shaw1-2/+10
* configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
2003-10-10Prepared for next development cycleWerner Koch1-0/+4
2003-10-10About to release 1.3.3Werner Koch1-1/+1
2003-10-10Add news about OpenPGP card support.Werner Koch1-0/+4
2003-10-10* NEWS: Note multiple Comment: support and --sig-keyserver-url.David Shaw1-4/+10
2003-10-08* call-agent.c (agent_scd_getattr): Don't clear the passed infoWerner Koch1-0/+5
structure, so that it can indeed be updated. * card-util.c (fpr_is_zero): New. (generate_card_keys): New. (card_edit): New command "generate". * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call to check_smartcard. (check_smartcard,show_smartcard): Removed. (show_sha1_fpr,fpr_is_zero): Removed. * app-openpgp.c (do_getattr): Support SERIALNO and AID.
2003-09-30* NEWS: Note that SHA-256 is read-write now, that TIGER/192 is no more,David Shaw1-0/+16
that revoked and expired uids are skipped in -r, and that --no-mangle-dos-filenames is now the default.
2003-09-06Post release version number updateWerner Koch1-0/+5
2003-09-06* configure.ac: Required newer versions of some libraries.V1-9-1Werner Koch1-2/+7
* misc.c (openpgp_pk_algo_usage): Allow AUTH where SIGN is allowed. * keygen.c (ask_passphrase): No need to allocated S2K in secure memory. * scdaemon.c (main): --pcsc-driver again defaults to pcsclite. David Corcoran was so kind to remove the GPL incompatible advertisng clause from pcsclite. * apdu.c (apdu_open_reader): Actually make pcsc-driver option work.
2003-09-02* NEWS: Note --list-options, --verify-options, the deprecation ofDavid Shaw1-0/+28
--show-photos, --show-policy-url, --show-notation, and --show-keyring, and getting the signer's fingerprint in sig records.
2003-08-26* NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIGDavid Shaw1-0/+23
--status-fd tag. * README: Add a note about the SunOS symbol underscore problem and how to fix it. Note problem with gcc < 2.96 and non-gnu as.
2003-08-18* Makefile.am: Add OPENSC_LIBS to all programs.Werner Koch1-0/+4
* scdaemon.c, scdaemon.h: New option --disable-opensc. * card.c (card_open): Implement it. * apdu.c (open_osc_reader, osc_send_apdu): New. (apdu_open_reader) [HAVE_OPENSC]: Use the opensc driver if not disabled. (error_string) [HAVE_OPENSC]: Use sc_strerror. (send_apdu) [HAVE_OPENSC]: Call osc_apdu_send.
2003-08-05Bumbed version numberWerner Koch1-0/+4
2003-08-05About to release the first 1.9 version.Werner Koch1-3/+6
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch1-0/+10
2003-07-10* THANKS: Updates from stable.David Shaw1-2/+4
* configure.ac: Include wsock32 in W32LIBS. This is different from NETLIBS so we don't need to force other platforms to pull in the netlibs when they aren't actually needed. * NEWS: Note portability changes.
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-0/+2
2003-05-31* configure.ac: Put wsock32 in NETLIBS. Put zlib in ZLIBS. Put dl inDavid Shaw1-1/+1
DLLIBS. Check for getopt.h if available. Look for getopt() in libiberty if libc doesn't have it. Enable GPGKEYS_HKP after AC_PROG_CC so that any needed extension (i.e. ".exe") is defined.
2003-05-27Bumbed version number after releaseWerner Koch1-0/+4
2003-05-27About to release 1.3.2V1-3-2Werner Koch1-1/+1
2003-05-26* NEWS: Document --gnupg and the deprecation of --no-openpgp andDavid Shaw1-0/+5
--no-pgpX.
2003-05-11* configure.ac: Remove some stuff no longer needed with newer autoconf.David Shaw1-1/+13
Use AC_GNU_SOURCE instead of defining _GNU_SOURCE manually. Add check for strchr() for gettext. Add "ngettext" check for gettext, since that check supposedly implies a check for bind_textdomain_codeset. Add check for times() for random.c. Fix URL for EGD. Make --enable-old-tiger match the stable branch as a separate item. * NEWS: "OpenPGP" trust model is now "PGP". Add note about TIGER being dropped from OpenPGP. Note trust bug fix. * README: Fix all URLs to point to the right place in the reorganized gnupg.org web pages. Some minor language fixes.
2003-04-27* BUGS: Fix bug reporting URL.David Shaw1-1/+25
* NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG. Add notes about SRV, the "subkeyid!" syntax, configure options to disable various algorithms, and the ability to change the keyserver no-modify flag.
2003-04-15* configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.Werner Koch1-0/+2
2003-04-08Add primary key fingerprint to VALIDSIG status.Werner Koch1-0/+2
2003-04-07* configure.ac: Use much more accurate method to determine whetherDavid Shaw1-0/+3
DNS SRV is usable. * README: Document the various --disable-xxx switches, and add a note about existing keys that may use one of the missing ciphers as a preference. Update copyright date. * NEWS: Add note about SHA-256/384/512. * acinclude.m4: Fix URL to faqprog.pl.
2003-02-02* NEWS: Add notes about disabled keys, trustdb tweaks, and "revuid".David Shaw1-1/+13
2003-01-09Updated from latest NewPG projectWerner Koch1-3/+15
2002-12-27* NEWS: Add note about convert-from-106 script.David Shaw1-0/+4