2005-11-08 Richard Hult * Release 2.13.2. * configure.in (LT_VERSION): Set back to 2.13.2, the version was already bumped. 2005-11-08 Anders Carlsson * configure.in: Up version to 2.13.3 2005-11-08 Anders Carlsson * src/orb/orb-core/corba-object.c (CORBA_Object_release_cb): Allow releasing objects even if orb is NULL. (ORBit_object_get_connection): Make sure to remove and re-add the object from the objref hash table so we won't be left with dangling references which will lead to crashes when trying to shut down the ORB. * src/orb/orb-core/corba-orb.c (strip_object_profiles): Set object's orb to NULL. * src/orb/poa/poa.c (ORBit_POA_deactivate_object_T): Write out an error message here instead of "assertion failed". 2005-09-26 Martin Blom * src/orb/orb-core/allocators.c (ORBit_realloc_tcval): realloc should update the length/tracking information. #316393# 2005-09-24 Tor Lillqvist * orbit2-zip.in: Add share/aclocal/ORBit2.m4 to the developer package. 2005-09-20 Jules Colding * configure.in (CFLAGS): Stricter coding style checks by adding "-Werror-implicit-function-declaration -std=gnu89" to CFLAGS. 2005-09-16 Jules Colding * include/orbit/orb-core/corba-orb.h: Added ORBit_proto_use() to ORBIT2_EXTENSIONS section. This is needed to deduce protocol capabilities if you are not the fortunate first thread to invoke CORBA_ORB_init(). 2005-09-07 Jules Colding * configure.in (LT_VERSION): Version 2.13.2. This is needed as the change below actually makes some programs run when they would otherwise not. * src/orb/GIOP/giop.c (giop_main_run): Remove g_assert().