11.25.2002: --0.0.1--
The tree had been created by Corvus V Corax, the raven. And he is proud of it!!!

11.29.2002: --0.0.2--
Source structure has been re-created.
The project is no longer be called "made in a hurry" ;)
The header structure now makes sense, we have a sectorlist output
from sectors, and there is a new executable called motiontrack,
which does all the stuff in 1 run.
Ah yes. and the (former buggy) calculation of overbrighted sectors is now:
(avergage sectorbrightness*120%)+10
which seems to work nicely.
I need feedback about that calculation!!!

12.03.2002: --0.0.2-rc5--
Minor changes on configure.in to load math, and zlib if needed by libpng or jpeg.
Seems like some distributions compile this dynamically.

12.04.2002: --0.0.3--
'sectors' and 'motiontrack' now accept an optional sensitivity value! :-)
standard value is -s5, which represents motion when sector>(120%*average)+25
'sectors' and 'motiontrack' output picture is optional now!
Some smaller fixes in help output are done.

01.15.2003: --0.0.4--
'enlight' now can modify the image brightness.
'motiontrack' can do an enlight step before enhancing via '-e <value>'
the arangement of most command line arguments is now much more free
doe to a better command line parser (actually there is one noe)
'sectors' and 'motiontrack' accept a sector exclude list now.
the internal list structures are now much more object oriented.
view src/TheCode.txt for details

01.24.2003: --0.0.4-rc2--
Some of the code has been cleaned up,
'arglists' are destructed correctly now,
and it should compile without warnings.
The memory-leak with arglists is gone now.

01.28.2003: --0.0.5--
'blur' now can smooth the image
'motiontrack' can do a blur step before enhancing via '--blur'
'motiontrack' can skip the enhance step via '--no-enhance'
'differ' and 'motiontrack accept a color exclude list now.
'sectors' and 'motiontrack' now accept an optional sector size value.

03.07.2003: --0.0.6--
'asciiart' turns white on black line art images into ascii art
early pattern detection this way realized ;-)

03.19.2003: --0.0.6-rc2--
code cleanup: handling the possible malloc errors in the list classes

04.27.2003: --0.0.6-rc3--
documentation and website update

03.12.2004: --0.0.7--
project tree reviewed, big speed improvements, updated compilation scripts

03.16.2004: --0.0.8--
optional support for the ImageMagick library
and additional image file formats

03.17.2004: --0.0.9--
image manipulation code for ImageMagick has been optimized for speed
optional debug output has been added

03.18.2004: --0.0.10--
Filters for resizing images added,
asciiart uses real ascii table now,

03.21.2004: --0.1.0--
Pixel scaler added, image manipulator functions changed to use it
complex redisign, base behaviour has changed, read documentation

10.17.2004: --0.1.1--
Added functions to compare image content, including brightness normalisation,
and automatic aligning which means auto-scale
and auto-rotation of low angle derivations between images

10.19.2004: --0.1.2--
Speed and documentation improvements, executables have been renamed
the sectorcheck now outlines sectors with detected movement in
its output image

11.27.2004: --0.1.3--
Multi Processing support (for clusters / more than 1 cpu) added
