| 1 |
Mixmaster Version 2.0.5
|
| 2 |
=============
|
| 3 |
|
| 4 |
Mixmaster 2.0.5 is intended to be the final release of the Mixmaster 2.0.x
|
| 5 |
source tree. It has been superceeded by an entirely rewritten version of
|
| 6 |
Mixmaster, which uses the same (Type II) message format. At the time of
|
| 7 |
this release, Mixmaster 2.9.1 is the current stable release, and
|
| 8 |
Mixmaster 3.0b2 is the current beta release. Please consider using a
|
| 9 |
modern version of Mixmaster unless you specifically need the 2.0.x
|
| 10 |
version.
|
| 11 |
|
| 12 |
|
| 13 |
See the file CHANGES for detailed version history of this source tree.
|
| 14 |
|
| 15 |
|
| 16 |
Changes in version 2.0.5:
|
| 17 |
=============
|
| 18 |
|
| 19 |
The remailer drops messages without timestamps, and messages with future
|
| 20 |
timestamps. The timestamp extension introduced in version 2.0.4 is now
|
| 21 |
nearly universally used, and thus requiring it protects against
|
| 22 |
partitioning attacks. Likewise, dropping future timestamps protects users
|
| 23 |
who have skewed clocks from being partitioned.
|
| 24 |
|
| 25 |
The precompiled binary version of Mixmaster 2.0.5 was compiled with
|
| 26 |
OpenSSL version 0.9.6m.
|
| 27 |
|
| 28 |
|
| 29 |
New features in version 2.0.4:
|
| 30 |
=============
|
| 31 |
|
| 32 |
* Format extension for better protection against replay attacks:
|
| 33 |
Messages contain a fuzzy timestamp, and are discarded after they
|
| 34 |
reach a certain age.
|
| 35 |
* new Install script - easy installation.
|
| 36 |
* several bug fixes.
|
| 37 |
* support for the list of reliable Mixmaster remailers.
|
| 38 |
* improved chain selection, can send message via multiple paths to
|
| 39 |
increase reliablity.
|
| 40 |
* new remailer features: "middle only" remailer, exponential pool,
|
| 41 |
filter for unwanted header lines, anti-spam From address.
|
| 42 |
* improved randomness handling, support for /dev/random.
|
| 43 |
* message compression.
|
| 44 |
* can be compiled under DOS/Windows.
|
| 45 |
* updated documentation.
|
| 46 |
|
| 47 |
Changes from version 2.0.3:
|
| 48 |
===========================
|
| 49 |
|
| 50 |
* New mixmaster.conf entries, with reasonable default values.
|
| 51 |
* The blocking lines are interpreted as regular expressions unless
|
| 52 |
-DUSE_RX is deleted in the Makefile.
|
| 53 |
* The disclaimer is added when messages are sent from the pool.
|
| 54 |
|
| 55 |
$Id: README.205,v 1.1 2002/08/28 20:06:49 rabbi Exp $
|