28 November 2001:
	* Release version 0.30.2

	Bugfix release:
	- Fix uninitialised variables in generated code
	- Fix IDL compiler bug so TypeCode constants are declared as static
	  members
	- Build against ORBit 0.5.10 and later, with new locations
	- Remove "-I/usr/include" from --cflags in orbitcpp-config

	This release requires ORBit version 0.5.10 or later, preferably later.


23 May 2001:
	* Release version 0.30.1

	Bugfix release:
	- Fix int/size_t mixup that broke 64 bit systems
	- Squished some memory leaks


5 February 2001:
	* Released version 0.30
	
	This is the first release to track the 0.5-stable ORBit releases.
	- Works out of the box with ORBit-0.5.7
	- new support for typecodes and any
	- lots of bugs on orbitcpp and ORBit squashed


13 October 2000:
	* Released version 0.29

	This version adds 
	- full support for arrays
	- an end to all those gcc warnings
	- a new smartpointer mechanism for handling mi interfaces
	- a new mechanism for 'deep' initialising and copying (doesn't
	require the dodgy 'operator new[]' hack from 0.28) 
	- fixes for a load of bugs


30 April 2000:
	* Released version 0.28.1

	Bugfix release:
	- Fixed a bug in orbitcpp.m4 which meant that ORBIT_IDL wasn't
	getting set
	- Used the ORBIT_IDL variable to identify the orbit-idl compiler in
	the test makefile.
	- Fixed autogen.sh so that it doesn't say 'now type make...' if the
	configure failed


27 April 2000:
	* Released version 0.28

	 Name service support added.
	- Fixed string initialisation to "" in sequences, to become 2.3
	compliant
	- orbitcpp.m4 configure macro file added, providing
	AM_PATH_ORBITCPP


15 April 2000:
	* Released version 0.27

	Adds support for sequences (bound and unbound), enums, multiple
	interface inheritance, recursive structs and IDL Object.  Also,
	many bugs have been fixed, support for exceptions has been
	improved and much tweaking has been done.


20 March 2000:
	* Released version 0.26

    Runtime architecture has changed. Now uses C/C++ binary
    compatibility to reduce marshalling to a matter of casting. IDL
    compiler is now written in C++.


27 February 2000:
	* Created new cvs repository and uploaded a new version of hte
	  prototype ORBit-C++ code
