diff options
author | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
commit | f9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch) | |
tree | dc17bdc0dea76ddc28ae651a3dc341b83784dd12 /g10/ChangeLog | |
parent | can create v4 signatures (diff) | |
download | gnupg-0-2-18.tar.gz gnupg-0-2-18.zip |
new releaseV0-2-18
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 33316355e..2838c7c8a 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,24 @@ +Fri May 15 17:57:23 1998 Werner Koch ([email protected]) + + * sign.c (hash_for): New and used in all places here. + * main.h (DEFAULT_): new macros. + * g10.c (opt.def_digest_algo): Now set to 0 + + * compress.c (init_compress): Add support for algo 1 + * options.h (def_compress_algo): New + * g10.c (main): New option --compress-algo + +Fri May 15 13:23:59 1998 Werner Koch ([email protected]) + + * g10.c (print_mds): New feature to print only one hash, + chnaged formatting. + +Thu May 14 15:36:24 1998 Werner Koch ([email protected]) + + * misc.c (trap_unaligned) [__alpha__]: New + * g10.c (trap_unaligned): Add call to this to track down SIGBUS + on Alphas (to avoid the slow emulation code). + Wed May 13 11:48:27 1998 Werner Koch ([email protected]) * build-packet.c (do_signature): Support for v4 pakets. |