------------------
* Fixed spurious value update after startup. (Issue 50)
* Mitigated the race condition in :meth:`Driver.updatePV`. It could cause one event to fire twice in rare cases. This is not a total fix but good enough. (PR 49)
* Changed :meth:`SimplePV.writeValue` to post the update event only on the this specific PV. (Issue 48)
* Changed :meth:`Driver.setParamInfo` and :meth:`Driver.setParamEnums` not to call meth:`Driver.updatePVs`, and leave that to the user.