2.30.1:

2011-11-18  Murray Cumming  <murrayc@murrayc.com>

	Require glibmm 2.2.10 so that make check works.

	* configure.ac: Bug #663686 (Michael Biebl)

2011-10-13  Murray Cumming  <murrayc@murrayc.com>

	Do not include glib/gvarianttype.h.

	* glib/src/thread.hg: Include glib.h instead. The recent glib version
	has a pragma that complains about this.

2011-11-18  Murray Cumming  <murrayc@murrayc.com>

	Require glibmm 2.2.10 so that make check works.

	* configure.ac: Bug #663686 (Michael Biebl)

2011-09-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix h2def.py not parsing function starting with G_GNUC_* macros.

	* tools/defs_gen/h2def.py: Strip some G_GNUC_* macros that are known
	to be placed before return type of function prototype.
	Fixes bug #660225.