=== 2.13.1 === 2006-01-16 Gustavo J. A. M. Carneiro * configure.in: Bump version to 2.13.1. 2006-01-16 Christian Persch * bonobo-activation/bonobo-activation-init.c: Fix typo in the GOptionGroup description; it's "bonobo" not "bonbo". 2006-01-13 Michael Meeks * bonobo-activation/bonobo-activation-fork-server.c (bonobo_activation_server_by_forking): fixup mis-use of 'cmd' before it's initialized. 2006-01-12 Michael Meeks * bonobo-activation/bonobo-activation-fork-server.c (bonobo_activation_server_by_forking): fix vicious corruptor of the (static) cmd array, dating back 5+ years to the oaf days. 2005-12-22 Gustavo J. A. M. Carneiro * activation-server/object-directory-corba.c (object_directory_init): Change hash table value type to the new structure ClientContext, with a new destructor function. (object_directory_finalize): Change to new name client_contexts. (impl_Bonobo_ObjectDirectory_addClientEnv): Add a ClientContext to hash table, instead of an environment. (client_cnx_broken): Remove any iid definitions registered by the client at runtime when the client disconnects. (od_register_runtime_server_info): Take note of which iid's are defined by which clients, to unregister them later as the clients disconnect. Also, fix return value, that should be new_serverinfo instead of old_serverinfo. (od_merge_client_environment): Changes regarding environment->context. * activation-server/object-directory.h: Change name of client_envs to client_contexts to reflect new role. Fixes Bug 149908: b-a-s doesn't allow updating runtime-defined ServerInfo's === 2.13.0 ===