pyspi 0.5.5
===========

Features:

 * Better error and exception handling. Where before, calls would mysteriously
   fail and "IDL:omg.org/CORBA/COMM_FAILURE:1.0" would be printed, now a 
   SpiException is raised.

 * AccessibleValue bindings

 * AccessibleSelection bindings

Bugfixes:

 * EventListener's deregistering now works properly: it is possible to 
   register and deregister the same EventListener multiple times.


pyspi 0.5.4
===========

Features:

 * An improved build system for RPMs

 * Initial support for DeviceListener - note: the current implementation seems to be nonworking; callbacks are never called.


pyspi 0.5.3
===========

Features:

 * AccessibleComponent bindings

 * AccessibleHypertext, AccessibleHyperlink bindings

