Changes to Plexus from Previous Versions
========================================

Plexus 2.2.1
------------

* Minor bug fixes to 2.2 (mostly integrated archieplex better).

Plexus 2.2
----------

* easier to customize install directories
* removed the crusty account.pl, I think someone is working on patches
  to do this right.
* converted everything to use pacakges
* some security holes patched with .. and invalid requests in get.pl
  Thanks to Mitchell N Charity <mcharity@lcs.mit.edu>
* added support for document translation (lots of changes in dir.pl)
* added setext.pl to convert from setext (.etx) to HTML
* added better image decoding support thanks to Chris McRae
  <mcrae@ckm.ucsf.edu>.  You can now specify image decoding
  in a configuration file ($MAP_CONFIG_FILE) and you can use
  bitmasks or rectangles.  In most cases you don't have to write
  any code!  Things like bookmark are more complicated and still
  require code, but few things really need that.
* &send_file went away and was replaced with: &wrap_file, &wrap_fd,
  &raw_file, &raw_fd.   &require is certainly the only stable
  interface at this point (though I don't see &raw_fd changing again).
  &wrap_* will probably have to change again to make file translations
  work "right".
* added support for hypertext'ed man pages from pre-formatted files.
  In this initial release they are specific to bsdi man pages
  but should be easy to configure for your local system (most of the
  config options are at the top of the bsdi-man.pl file).
* added some log file summerizing scripts

Plexus 2.1
----------

* Mostly bug fixes

Plexus 2.0
----------

* Inital 2.X release
