======================== 2.14.14 ============================

2008-08-11  Mike Gorse  <mgorse@novell.com>
	
	* 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  <colding@42tools.com>

	* 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  <michael.meeks@novell.com>

	* test/typelib-dump.c (dump_tc): remove redundant code
	causing warnings - thanks JP.

2008-06-23  Kjartan Maraas  <kmaraas@gnome.org>

	* 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  <tml@novell.com>

	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.