========================================
V1_1_0:
User stuff:
Added support for 2.4.6 kernels.  reflash-prep loads correct module
for the current kernel.  reflash-prep is called by all scripts as part
of initialization.

Added ability to reflash to read partition tables.  Now offsets
and lengths can be referred to by name.  An initial set of defaults
like from `partition reset' are installed, and then they are updated
from the current partition table.  reflash-upgrade.sh uses the
symbolic names for defaults, and user inputs can use these names,
too.
E.g.:
./reflash-upgrade.sh -K -j task-bootstrap.jffs2 -jo root

Added flag to all scripts to allow skipping of ps/kill phase for
people running distributions w/o ps.  It is up to the user to make the
system safe.  See the various scripts' helps.  It is usually -k,
except for reflash-upgrade.sh where it is -K.

-n option to reflash now works better by getting the size before the
 default malloc of 16M has been attempted.

Added option -kmod <mod> to all scripts.  This tells the system not to
guess the name of the kernel module.  Note, this is the name of the
module without the .o, and a .o will be appended when loading. 
If the module name is given as `-', then the module check and load
operation will be skipped.  This is useful if you have hand loaded a
module.

In reflash, options which need numbers will try the symbol table if
the argument is non-numeric (^[^0-9]).

The explict symbol dereference char is `='.  This is not `$' to prevent
the need for extra quoting.
Building now requires the use of the dplib and dpmake CVS modules.

Source stuff:
Tweaked build architecture to allow support for multiple versions of
kernel modules.
Build can now use external devel libs easier.

========================================
V1_0_3
Familiar moved rz, so now we search for it in the path + some standard 
places.
Also zmodem files in /mnt/ramfs/reflash-work are remade even if they exist.

========================================
V1_0_2
Documentation improvements.
reflash-prep.sh now exits if insmod fails.
reflash prints a message upon successful completion of its actions.

========================================
V1_0_1
Automatically reboots after successful write to flash.
Auto reboot can be overridden by -R option to scripts.

========================================
V1_0_0
Initial release.
