Wed Sep 22 17:12:25 2004  George Lebl <jirka@5z.com>

	* Release 2.0.10

Wed Sep 22 17:07:35 2004  George Lebl <jirka@5z.com>

	* src/main.c: Apply patch from "K. Haley"
	  <haleykd@users.sourceforge.net> to play nice with glibs private
	  stuff and have the private structure be allocated by glib

	* src/main.c, src/util.c: Apply patch from
	  Pierre Gay <gay-pierre@wanadoo.fr> to add the --file-sep=c option
	  which allows one to change the file separator character.

	* doc/gob2.1.in: update docs

	* src/parse.y: apply patch from debian bug#270546 by Frank
	  Lichtenheld <djpig@debian.org> to fix c++ compilation of linked
	  POINTER types by adding a proper cast at the right place

	* src/main.c: always add string.h since it doesn't hurt and we missed
	  it on some occasions

	* src/main.c: destroywith and unrefwith function get cast with
	  reinterpret_cast when using --for-cpp and don't get cast at all
	  for C, but for C we cast the pointer going into the function
	  to (gpointer).

Tue Aug 10 16:32:00 2004  George Lebl <jirka@5z.com>

	* src/main.c, src/parse.y, src/treefuncs.def: Apply patch from
	  Jean-Yves Lefort <jylefort@brutele.be> to support overriding
	  properties (g_object_class_override_property)
	
	* doc/gob2.1.in: update

Thu Jul 29 10:47:31 2004  George Lebl <jirka@5z.com>

	* configure.in, src/Makefile.am: Apply patch from "K. Haley"
	  <haleykd@users.sourceforge.net> to fix handling of NOINSTGOB
	  on certain platforms (apparently windows).