1.0.1  2005-09-30

	* Fixed segfault on amd64 caused by different type promotion of
	  size_t vs. enum by using plain ints to pass the array lengths
	  around.

	* Also fixed inputmap flag matching on amd64, this was completely
	  bogus in both 0.1.0 and 1.0.0 but fortunately passed relatively
	  undetected until now.  Seeing as I had an amd64 to test it on,
	  I figured I'd get it right.

1.0.0  2005-09-29

	* Parsing of map files has been made more liberal, the "0x"
	  prefix on hexadecimal values is no longer mandatory and may
	  be ommitted or replaced with "&#x" or "&" as on the
	  command-line.

	* Parsing will now fail if non-hexadecimal characters are
	  included in the value, for sanity's sake.

	* grepmap now only uses exit status 1 to mean no modules could
	  be found, other errors return exit status 2.

0.1.0  2004-10-31

	* Initial public release.

