------------------------------
Welcome to rpl v1.3.0b3!
------------------------------

See http://www.laffeycomputer.com for updates
------------------------------

This software is subject to the following license:

  This software is copyright 1998, 1999, 2000, 2001 by Joe Laffey.

  Permission is granted to any individual, institution, or company to use, copy,
  or redistribute rpl in source code or binary form so long as it is not
  modified in any way, and it is not sold for profit.
  If you modify the source code and would like to see your changes incorporated
  please submit your source code to shareware@laffeycomputer.com
  Please report bugs to that address as well.

  rpl IS PROVIDED AS IS AND COMES WITH NO WARRANTY OF ANY KIND, EITHER 
  EXPRESSED OR IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE LIABLE FOR
  ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE.

------------------------------

If you used RPM to install then skip this section.

To install rpl cd to the rpl-v1.3.0b2 directory and execute the ./Build
command. This will compile the source and put the binary in the ./bin 
directory.

The build script will give you directions on installing the man page (which 
is in ./man/man1) and the binary itself. Note that only root can install 
these into the system directories. If you are compiling rpl for your own
use in your home directory just be sure you put it in a directory in your PATH.

If you have trouble, find a bug, or would like to improve/enhance rpl please
e-mail software@laffeycomputer.com

Thanks!

------------------------------

REVISION HISTORY

v1.3.0b3 - Fixed bug where the last few chars of otput file would be mangled when
           old_string ended with one or more spaces.
           Now returns 0 on sucess and error codes on error.

v1.3.0b2 - Cleaned up license.
           Cleaned up code, added more comments.
           Better error reporting.

v1.3.0b1 - Added support for search file suffixes. This allows you to search
           only files that end with a certain string (e.g. ".html", ".c", etc.)
           Handle unreadable files by skipping instead of dying.
           Fix some other bugs...

v1.2.1b1 - Added support for high-bit ASCII characters (accented characters, 
           non-english characters, etc.)

v1.2.0 - Added option to preserve modification times.
       - Added option to specify a TEMP directory instead of the default
         behavior of using the original file's directory for temp files.

v1.1.1 - Fixed bugs in prompt modes and when new string is '' (null).

v1.1   - Added Simulation mode, Prompt mode, and Force mode
       - Fixed inappropriate (but documented) handling of files for which
         the owner, group, or permissions could not be set (see the man page)
       - Provided better error reporting.
       - Fixed minor/rare bugs.

v1.0.1 - Changed instances of warn() and errx() to fprintf(stderr,...) for
         easier compilation on some systems (notably SGI).
       - Updated documentation with information about owner, group, and
         permissions.

v1.0   - Initial public release
