================================ 2.14.13 ============================

2008-05-29  Christian Persch <chpe@gnome.org>

	* src/idl-compiler/orbit-idl-backend.h:
	* src/services/imodule/orbit-imodule.h:
	* include/orbit/util/basic_types.h: Include <glib.h> instead of single
	headers. Bug #535474.

2008-05-25  Tor Lillqvist  <tml@novell.com>

	* src/orb/poa/poa.c: Include <config.h> before checking HAVE_UNISTD_H.

	* src/orb/orbit-init.c
	* src/orb/poa/poa.c
	* src/orb/util/genrand.c: Windows does have a getpid() in its C
	library. It's just declared in <process.h> and not <unistd.h>
	(which doesn't even exist with MSVC), so include <process.h> on
	Windows instead of using a #define getpid() GetCurrentProcessId().

2008-05-20  Tor Lillqvist  <tml@novell.com>

	Bug 524058 - Patch: fix ORBit2 idl-compiler so it compiles with MSVC.

	* src/idl-compiler/orbit-idl-c-backend.h
	* src/idl-compiler/orbit-idl-c-skelimpl.c
	* src/idl-compiler/orbit-idl-main.c
	* src/idl-compiler/orbit-idl3-types.h: Patch by Marcelo
	Vanzin. Remove unnecessary inclusions of <unistd.h>. Surround
	those left with ifdefs.

2008-05-19  Tor Lillqvist  <tml@novell.com>

	Bug 524061 - Patch: fix ORBit2 so it compiles with MSVC.

	* src/orb/poa/poa.c
	* src/orb/poa/orbit-adaptor.c
	* src/orb/orbit-init.c
	* src/orb/orb-core/orbhttp.c'
	* src/orb/orb-core/orbit-small.c
	* util/genrand.c
	* GIOP/giop-connection.c: Patch by Marcelo Vanzin. Add
	HAVE_UNISTD_H and HAVE_SYS_TIME_H ifdefs. Define replacements for
	getpid() and pid_t.

2008-05-08  Tor Lillqvist  <tml@novell.com>

	* src/orb/orb-core/orbit-trace.c (ORBit_trace_value)
	* src/orb/GIOP/giop.c (giop_thread_free): Re-indent Michael's
	changes from yesterday. 8-column tab stops are used here.

2008-05-07  Michael Meeks  <michael.meeks@novell.com>

	* src/orb/orb-core/orbit-trace.c (ORBit_trace_value):
	slow down, but substantially improve string printing in
	debugging, and add ORBIT2_DEBUG_STRMAX for long strings.

	* src/orb/GIOP/giop.c (giop_thread_free): armour against
	double thingits; and NULL the giop_main_thread as we free
	it: from nasty problems having shut-down the 'main' thread
	in yast, and started doing calls from another non-main thread.

2008-04-24  Jules Colding  <colding@42tools.com>

	* test/timeout-client.c (object_ref_from_file): Add terminating
	null character to IOR string. Furthermore corrected the name of
	the IOR file.

2008-02-01  Kjartan Maraas  <kmaraas@gnome.org>

	* test/poa/poatest-exception.h: Fix warning from gcc 4.3.

========================== 2.14.12 ========================