Version 3.1.0

* New rfid(3) API function for polling and extracting
  the file descriptor.

* MacOS X port fixes.

Version 3.0.6

* rfid_commander --add failure fixed.

* fixed RFID reader probe failure if device file does not exist.

* C++ compatibility fixes.

* make check is no longer interactive and does its best, using
  the probe functions.

Version 3.0.5

* Berkeley DB compatibility fixes.

Version 3.0.4

* Fix interrupted system call not caught in write.

Version 3.0.3

* Fix synchornization error.

Version 3.0.2

* Minor bug fixes in m2xxh driver.

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
