== PyORBit 2.0.1 ==
2004-10-04  Johan Dahlin  <johan@gnome.org>

	* NEWS: Update

2004-09-28  Mark McLoughlin  <mark@skynet.ie)
	
	* src/Makefile.am: Install python files in pyexecdir.

	Reviewed by Johan Dahlin <johan@gnome.org>

2004-08-15  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* configure.in: Increase pyorbit_micro_version, so that we can
	depend on the new exported function in gnome-python.

	* src/pyorbit.h, src/ORBitmodule.c: Export pyorbit_check_python_ex
	as public API.

2004-06-26  Bowie Owens  <bowie.owens@csiro.au>

	* src/ORBitmodule.c (pyorbit_corba_orb_init): Actually copy the
	argv elements into the C array. Fixes bug 140811
	( pyorbit_corba_orb_init ignores arguments. )

2004-03-30  James Henstridge  <james@daa.com.au>

	* src/pyorbit-utils.c (_pyorbit_escape_name): use
	keywords.iskeyword for keyword checks rather than looking at
	keywords.kwdict, which was undocumented and doesn't exist in
	Python 2.4.  Based on patch from Scott Tsai
	<scottt958@yahoo.com.tw> (fixes bug 138483).

2003-12-17  James Henstridge  <james@daa.com.au>

	* acinclude.m4, configure.in: pass -fno-strict-aliasing to
	compiler, since Python API breaks aliasing rules.

2003-09-02  James Henstridge  <james@daa.com.au>

	* ChangeLog.pre-2-0: move old change log out of the way.

