--- trunk/Mix/HISTORY 2002/07/24 09:00:11 105 +++ trunk/Mix/HISTORY 2002/08/16 19:03:37 135 @@ -169,7 +169,7 @@ Reworked the OpenSSL version check in the Install script. -2002-07-21 ?????? Removed duplicate define of NYMDB from menu.h. +2002-08-09 2.9b36 Removed duplicate define of NYMDB from menu.h. Fix a strncat() to undefined string variable in mix.c (Closes: #584381). Have the Makefile list all prerequisites for each @@ -186,3 +186,30 @@ IDEA. Make all filenames configurable in mix.cfg. Add global mix.cfg support (compile time option). + The -G option now forces creation of new keys even in + client mode (Closes: #585176). + Random Documentation updates. + Default to not installing a .forward file in Install + script. + Fix unused variable warning on OpenBSD. + Fix public remailer keys getting re-signed + every time keys are requested (Closes: #478383). + Make smtp sending similar to local /usr/lib/sendmail + sending (wrt header/body seperation; + Closes: #482052). + Add X-Loop header on mailbox forwarded messages. + Several small fixes by Sami Farin et al. + Detach correctly in daemon mode. + Minor Install script fixes. + +2002-??-?? 2.9b37 OpenPGP enhancement release (fixes by Disastry). + Fix a small bug in pgpdata.c that stopped mixmaster + from reading cipher preferences. + Fixed Passphrase reading in mpgp (the test program) + on Windows platform. + Add Hash: header when clearsigning. + Properly handle RSA keys whose key size is not a + multiple of 64. + Remove leading zeros from MPI. + Use MDC packets whenever possible. + List CAST5 and AES128 in cipher preferences.