======================= ORBit2-2.14.8 =========================
2007-07-25 Jules Colding <
[email protected]>
* test/timeout-client.c (main): Silence timeout testing somewhat
* test/timeout-server.c (create_ipv4_orb):
Removed non-working ORBNetID option. Use default instead.
* test/timeout-client.c (create_timeout_orb):
Simplified regression client
2007-07-07 Gustavo J. A. M. Carneiro <
[email protected]>
* test/Makefile.am (EXTRA_DIST): Add timeout.sh.
2007-07-07 Jules Colding <
[email protected]>
* test/timeout-client.c (main): Don't use g_error(), use g_print()
* test/timeout-server.c (main): Don't use g_error(), use g_print()
2007-07-07 Gustavo J. A. M. Carneiro <
[email protected]>
* test/Makefile.am (EXTRA_DIST): Add timeout_impl.c to dist.
2007-07-07 Jules Colding <
[email protected]>
* test/timeout-client.c (main): abort() ==> _exit(EXIT_FAILURE)
2007-07-04 Vincent Untz <
[email protected]>
* src/orb/orb-core/orbit-small.c: (ORBit_small_invoke_stub):
initialize the exception sooner. This fixes a crash where the
exception was used without having been initialized (bug #452428)
2007-03-18 Brian Cameron <
[email protected]>
* linc2/src/linc-protocols.c: Now always set the
LINC_PROTOCOL_NEEDS_BIND flag in the
static_link_protocols array for both IPv4 and IPv6
This is needed on Solaris because bind is needed to
open the ports securely when ORBLocalOnly is being
used. The maintainers decided that it would be best
to simply turn the flag on for all platorms rather
than support complicated ifdefs since this should not
cause any issues. Fixes bug #422908.
2007-02-28 Kjartan Maraas <
[email protected]>
* include/orbit/dynamic/dynamic.h: Header guards.
* src/orb/dynamic/dynany.c: (DynamicAny_DynStruct_get_members),
(DynamicAny_DynStruct_set_members):
* src/orb/orb-core/corba-any.c: (ORBit_marshal_value),
(ORBit_demarshal_value), (ORBit_copy_value_core),
(ORBit_value_equivalent): Fix pointer arithmetic. Patch
from Roland Illig. Closes bug #410002.
* src/orb/poa/orbit-adaptor.c: (ORBit_forw_bind_find):
Fix a warning I introduced with the assert splitup.
2007-02-27 Kjartan Maraas <
[email protected]>
* src/orb/GIOP/giop-connection.c: (giop_connection_get_type):
* src/orb/GIOP/giop-server.c: (giop_server_get_type):
* src/orb/orb-core/corba-orb.c:
* src/services/name/orbit-name-server.c:
* test/everything/anyServer.c:
* test/everything/arrayServer.c:
* test/everything/basicServer.c:
* test/everything/contextServer.c:
* test/everything/deadReference.c:
* test/everything/derivedServer.c:
* test/everything/sequenceServer.c:
* test/everything/unionServer.c:
* test/test-mem.c: More removal of unneeded trailing
commas.