2006-02-06  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Release 2.13.3.

2006-02-01  Tor Lillqvist  <tml@novell.com>

	Improve configury on Win32, patch by Georg Steffers:

	* configure.in: Set MINGW_LDFLAGS to
	-Wl,--enable-runtime-pseudo-reloc on Win32. AC_SUBST it. That GNU
	ld flag is needed when building software that uses DLLs containing
	code produced by the ORBit2 IDL compiler, because of the way
	variables imported from DLLs are used. Add MINGW_LDFLAGS to the
	LDFLAGS used when building ORBit2 itself, too.

	* ORBit-2.0.pc.in: Add @MINGW_LDFLAGS@ (empty on Unix) to Libs .

	* ORBit2.m4: If no orbit2-config script is found, use pkg-config.

2006-01-13  Kjartan Maraas  <kmaraas@gnome.org>

	* src/orb/GIOP/giop-recv-buffer.c: Fix a compiler warning
	about unused result.
	(giop_recv_buffer_handle_fragmented):
	* src/orb/poa/orbit-adaptor.c: (ORBit_adaptor_find): Guard
	against NULL adaptor. (Michael). Closes bug #326283. Seen as
	an invalid read on startup of the drivemount applet.

2005-11-11  Jens Granseuer  <jensgr@gmx.net>

	* src/idl-compiler/orbit-idl-c-skelimpl.c
	(prev_char_is_nl): fix // comment.