======================== 2.14.14 ============================
2008-08-11 Mike Gorse <
[email protected]>
* src/orb/GIOP/giop.c (giop_tmpdir_init): use ORBIT_SOCKETDIR
to propagate the socket dir to children wherever possible: has
two benefits: speeds up ORBit2 launch, and allows root owned
apps to talk to the user's AT.
2008-08-06 Jules Colding <
[email protected]>
* test/ior-decode.c (main): Fix terminology. The ID previously
known as the "Object ID" is really the "Interface Repository ID".
2008-07-18 Michael Meeks <
[email protected]>
* test/typelib-dump.c (dump_tc): remove redundant code
causing warnings - thanks JP.
2008-06-23 Kjartan Maraas <
[email protected]>
* src/services/imodule/Makefile.am:
* test/everything/Makefile.am:
Patch from <dmacks at netspace org> to fix
compile failures from passing global -I flags
before local ones. Closes bug #538514.
2008-06-04 Tor Lillqvist <
[email protected]>
Bug 536505 - Error building 2.14.13 - implicit declaration of
function '_strnicmp'
* src/orb/orb-core/orbhttp.c: Use g_ascii_strncasecmp() instead of
strncasecmp() or _strnicmp(). _strnicmp() is Microsoft-specific and
was introduced in this file by accident in the patch for bug
524061 below. But actually, you shouldn't be using --enable-http.