mod_roaming 2.0.0 (5 May 2002)
------------------------------

  *) Port to Apache 2.0 fully tested now.

  *) Binaries for Win32 and Netware provided by Guenter Knauf.

  *) Binaries for OS/2 provided by Brian Havard.

  Thanks guys!

mod_roaming 2.0b1 (30 Apr 2002)
-------------------------------

  *) Ported to Apache 2.0. Not tested on Windows and OS/2 yet.

mod_roaming 1.0.2 (22 Jul 2000)
-------------------------------

  *) Content-type of served file is set to text/html instead of text/plain,
     allowing you to view your bookmarks directly from the roaming server.

  *) Changed the code so that it should compile on Windows 32 and OS/2.
     I have no way to check though, so let me know of any problems.

  *) Updated the INSTALL document:
     - fix for the Netscape on MacOS vs. Apache 1.3.12 problem.
     - new location of mod_auth_sys webpage.
     - some other updates.

mod_roaming 1.0.1 (31 Mar 1999)
-------------------------------

  *) Fixed some documentation glitches: removed endorsement of SSL (it does
     not work anyway), and added endorsement of mod_auth_sys (I've even tested
     it!).

  *) Some minor code changes: added const's and static's.

mod_roaming 1.0.0 (25 Jan 1999)
-------------------------------

  *) Implemented a work-around for Netscape Communicator sending invalid
     HTTP requests where spaces are not encoded as %20. You can now save
     your IMAP message filters using mod_roaming.

  *) Using M_MOVE request number when it is available (Apache 1.3.4).

  *) Updated the documentation to match Apache 1.3.4's default directory
     layout.

mod_roaming 0.9.1 (8 Jan 1999)
------------------------------

  *) Fixed bug where Apache gave errors like those below when a user
     accessed his roaming files the first time.
(21)Is a directory: Cannot open file .../roaming/vincentp
(2)No such file or directory: Cannot delete file .../roaming/vincentp/WRITETEST

  *) mod_roaming now calls unescape_url to correctly handle filenames with
     spaces and other url-encoded characters in them. (Now if only Netscape
     did the right thing with those spaces).

  *) Better error message when directory cannot be created.

  *) Some error messages are now annotated with [notice] messages.

  *) Fixed a number of documentation glitches and identified some
     caveats including:
     - mod_roaming only works with Apache 1.3.2 and up
     - recommend use of /usr/local/apache/share/roaming instead of
       /usr/local/apache/roaming to store the roaming files.
     (thanks to Mark Wielaard and Emilio Brambilla)

  *) Change the license to a BSD-style license to be more compatible
     with Apache's license.

  *) Thanks to Klomp for inspiration. (Is this enough guys?)

mod_roaming 0.9.0 (1 Jan 1999)
------------------------------

  *) Initial release.