Expected for the near future:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Support for non-512 bps media (when docs about this are found).
-Merge all this program functions into the FAT32.IFS driver and make it v1.00
 or higher :-)

Version 0.1, revision 5:
~~~~~~~~~~~~~~~~~~~~~~~~
+New features:
-Added the ability to overwrite an existing blanker file.
-New exit codes:
3 = User abort on overwrite request.
4 = Cannot erase previously existing blanker file.

+Changes:
-Slight change in parameters parsing code.
-Minor documentation changes.

+Bugfixes:
-Data was being appended to existing blanker files.

Version 0.1, revision 4: (first public release)
~~~~~~~~~~~~~~~~~~~~~~~~
+New features:
-Exit codes:
0 = All OK.
1 = Blanker file is not the expected size (happened on some low memory
    systems where the blanker was being generated on a RAM drive).
2 = Bad syntax.

+Changes:
-Normal output goes to stdout, errors go to stderr.
-Some code optimizations.
-Final check for real (against theoretical) size of the blanker file.
-New revisions are listed first in this file.

Version 0.1, revision 3:
~~~~~~~~~~~~~~~~~~~~~~~~
+New features:
-Accepts hexa|decimal, cylinders|sectors input as partition
 starting point and size.
-A non-default '00000000' volume serial number can be specified. A random one
 is generated as well if none is specified.

+Changes:
-Slight syntax changes
-Better syntax check
-New parameters accepted
-Some code optimizations

+Bugfixes:
-Still none.

Version 0.1, revision 2:
~~~~~~~~~~~~~~~~~~~~~~~~
First non-internal version, no bugs reported.
