pyorbit-1.99.1:  30-October-2002
	- add PortableServer bindings (Servant and POA).
	- escape names that conflict with Python keywords.
	- move tests to tests/ subdirectory, and add a test server.
	- change union members _d and _v to slots.
	- install a pyorbit.h header that can be used by other Python
	  packages to interoperate with pyorbit.
	- put un-namespaced types in the _GlobalIDL module (like
	  omniORBpy does).
	- add some warnings to ORBit.load_typelib() to try and
	  identify broken typelibs.
	- add a test to demonstrate ability for in process C code to
	  invoke operations on Python objects and vice versa.

pyorbit-1.99.0:  20-October-2002
	- initial release.
	- basic support for most client side operations.
