diff options
author | Werner Koch <[email protected]> | 1998-02-27 17:51:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-27 17:51:28 +0000 |
commit | b13e238a195893b55e09f2c5d73c70b27a040a50 (patch) | |
tree | 78f97a94022956ff0b12cb9e1bfcf407077688f7 /NEWS | |
parent | release 0.2.9 (diff) | |
download | gnupg-0-2-10.tar.gz gnupg-0-2-10.zip |
bug fixesV0-2-10
Diffstat (limited to '')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Noteworthy changes in version 0.2.10 +------------------------------------ + + * Code for the alpha is much faster (about 20 times); the data + was misaligned and the kernel traps this, so nearly all time + was used by system to trap the misalignments and to write + syslog messages. Shame on me and thanks to Ralph for + pointing me at this while drinking some beer yesterday. + + * Changed some configure options and add an option + --disable-m-guard to remove the memory checking code + and to compile everthing with optimization on. + + * New environment variable GNUPGHOME, which can be used to set + another homedir than ~/.gnupg. Changed default homedir for + Windoze version to c:/gnupg. + + * Fixed detached signatures; detached PGP signatures caused a SEGV. + + * The Windoze version works (as usual w/o a strong RNG). + + Noteworthy changes in version 0.2.9 ----------------------------------- |