$Id: Changes,v 1.3 2005/07/28 13:29:44 jt Exp $

2.4:
===
The following are the changes to rebaseall:

    * Change to exit with rebase's exit code instead of unconditionally
      exiting with zero (Axel Naumann).
    * Convert from bash to ash script.
    * Remove obsolete Apache hack.
    * Add support for spaces in file and directory paths.
    * Add rebasing of .so files too.
    * Add suffix option (i.e., -s) to support rebasing of DLLs with
      non-standard extensions.
    * Add support to verify that only ash processes are running or exit.

2.4.1:
=====
The following are the changes to rebaseall:

    * Change the "only ash processes are running" check to support 9X/Me.
    * Add setting PATH to support environments that do not have Cygwin's bin
      in the Windows' system PATH.

2.4.2:
=====
The following are the changes to rebaseall:

    * Change zcat to "gzip -d -c" and egrep to "grep -E" to avoid the possibly
      of invoking a (bash) shell script.
