version 0.3.3 (August 27, 2005):
	* Confirmed to work with D-BUS 0.22.
	* Fixes several D-BUS 0.3x issues with array iterators. This closes bugs
	  #3417, #3723, and #3783. D-BUS versions between 0.30 and 0.33 are broken
	  internally, so upgrade to 0.34 or higher.
	* Fixed a bug with cached accounts in GalagoPerson (patch by Ross Burton).

version 0.3.2 (May 26, 2005):
	* Added support for D-BUS 0.30+. This also required some changes in the
	  protocol. The protocol may be in flux over the next couple of releases.
	  (Fixes bug #3081). All applications that use libgalago, no matter which
	  D-BUS version, should be recompiled.
	* Added galago_core_set_exit_with_daemon(), which exits the
	  application when galago-daemon disconnects, and
	  galago_core_get_exit_with_daemon().
	* Added a GALAGO_REGISTER_CLASS convenience macro.
	* Renamed the *_get_class() functions. You won't need to modify any
	  code, as the GALAGO_CLASS_* macros wrap them, but you should recompile
	  any code using libgalago or you'll get a runtime deprecation warning.
	* Fixed a bug where the mainloop init function was being called in
	  galago_init_with_mainloop() even if Galago didn't connect. A NULL
	  D-BUS connection was being passed, which could result in a crash.
	* Fixed some memory leaks.
	* Fixed setup-gettext on MacOS X.
	* Fixed automatic property, presence, avatar, and photo updating and
	  removing.
	* Fixed speed issues in galago_person_has_accounts().
	* Fixed a bug in galago_is_connected() where it wasn't correctly
	  factoring in whether or not the process is galago-daemon.
	* Refactored the GalagoValue object. It serves some different purposes
	  now.
	* The GalagoPerson's most available account's display name is no longer
	  used as the person's display name. This lets applications easily
	  display only people with display names that are actually set by, say,
	  an address book.

version 0.3.1 (April 1, 2005):
	* Fixed build issues on 64-bit platforms.
	* Fixed the build when using autogen.sh due to a missing setup-gettext
	  script.

verison 0.3.0 (March 31, 2005):
	* Initial public release.
