---------------
* Local exceptions are now forwarded remotely for exported functions.
* Excluding Python, exceptions are no longer serialized, but are instead
propagated using their originating error message. See the ``trans_except``
keyword argument in constructors that allows to tune this behavior.
* The spawned interpreter now uses a copy of the current environment.
* PHP now triggers an exception when attempting to redefine a function.
* JavaScript is now supported through Node.js.