== PyORBit 2.14.3 == 2007-05-26 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.in: Bump version to 2.14.3. 2007-05-06 Gustavo J. A. M. Carneiro * src/pycorba-object.c (pycorba_object_repr): Get the type_id from __typecode__ instead of using an ORBit API that only works for ORBit servers. Fixes Bug #435891: pycorba_object_repr fails with non-ORBit objects. 2007-05-06 Peter Parente reviewed by: Gustavo J. A. M. Carneiro * src/pycorba-marshal.c (demarshal_value), * src/pycorba-object.c (pycorba_object_new_with_type), (pycorba_object_new), * src/pyorbit-private.h: When unmarshalling a CORBA object, fallback to the typecoded provided in the IIOP stream when ORBit introspection fails. Closes #Bug 435825: Non-ORBit object typecodes ignored when instantiating stubs. 2007-03-28 Gustavo J. A. M. Carneiro * m4/python-module.m4: Don't link python modules with libpython on Darwin. Fixes #422624.