--- trunk/Mix/HISTORY 2002/07/24 07:58:55 103 +++ trunk/Mix/HISTORY 2002/08/22 04:29:43 166 @@ -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 @@ -182,3 +182,52 @@ back to pubring.mix. USE_IDEA is no longer default in config.h. It always gets defined by the Install script instead. + Only create OpenPGP RSA keys if we compiled with + 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-08-20 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. + Now displays Mixmaster version in the PGP version + header for non remailer/nym messages. + +2002-??-?? 2.9b38 Applied Maildir feature patch by drt@un.bewaff.net, + with some changes by PP: + MAILBOX can now be a Maildir (closes: #586223). + Install script deals with lack of patented IDEA + algorithm in a sane way (closes: #479020). + New option MAILIN that can be set to either a mbox + or Maildir folder. New mail will be read from it + and the folder cleared every time Mixmaster + processes its pool (closes: #597043). + When sending type II messages interactivly you may + now choose a middleman remailer as the last hop + in your chain (closes: #481244). + If a footer.txt file exists its content will be + appended to outgoing messages leaving the remailer + network at this hop (closes: #490117).