1.1.0  2005-11-28

	* Updated inputmap parser to support 2.6.15, also dropped
	  compatibility for hotplug bugs and instead match versions exactly
	  like the kernel does.

	* Modified ieee1394 map parser to no longer be bug compatible with
	  hotplug, but match the model identifier as the kernel does.

	* Added support for the ccwmap files used on S/390.

	* Added support for the seriomap files.

	* Added direct support for udev events, allowing grepmap to
	  completely replace the old hotplug agents.  You can use it in a
	  udev rule such as:

		SUBSYSTEM=="input", PROGRAM="/sbin/grepmap --udev", \
		        RUN+="/sbin/modprobe $result"

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.

