== PyORBit 2.13.1 == 2005-12-11 Gustavo J. A. M. Carneiro * configure.in: Bump version to 2.13.1. * NEWS: Update. * src/pycorba-method.c (pycorba_method_call): Refactor: split code into pycorba_call_marshal_args, pycorba_call_demarshal_retval, and pycorba_call_cleanup, so that the code can be reused in async calls. Add a new 'async' method to corba bound methods, which invokes the corba method asynchronously, with callback notification. * examples/echo/echo.idl: Make Test::Echo::echo return value string. * examples/echo/echo-server.py (EchoServant.echo): echo back the message as return value. * examples/echo/echo-client-async.py: Like echo-client.py, but async.