Version 3.0.1

* Minor bug fixes.

Version 3.0.0

* Driver for M2XXH RFID reader series from
  Inside Contactless.

* Implementation of ISO-15693-3 inventory logic.

* Complete ISO-15693-3 implementation.

* ISO-15693 RFID transponder database to cope with
  RFID transponders or RFID readers not implementing
  the GET_SYSTEM_INFORMATION optional command.

* Drivers dynamically loaded.

* Probe function to guess communication 
  parameters (speed etc.) with the RFID reader.

Version 2.0.1

* Add manual pages for rfid_reader and iso15693 and 
  update manual pages.

* Fix minor bugs.

Version 2.0.0

* Abstract interface to RFID readers drivers.

* Implementation of an abstract ISO-15693 API.

* ISO-15693 API implementation for the S6350 Texas Instrument
  RFID reader.

* Handle multiple simultaneous ISO RFID transponders.

Version 1.0.1

* Exclusive lock to prevent concurrency.

* rfid(3) interface blocks signals to ensure
  integrity of the RFID reader.

* The rfid_write function can be specified a specific
  RFID transponder and will refuse to write on another.

Version 1.0.0
