2.32.1:

2012-07-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Glib::Checksum: Fix a typo.

	* glib/src/checksum.hg: Should be *_SHOULD_*, not *_SHOUD_*.

2012-07-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update .gitignore.

	* .gitignore: Add /glib/glibmm/threads.[h|cc]. 
	Update examples/dbus/*.

2012-06-19  Murray Cumming  <murrayc@murrayc.com>

	gen_scripts: Correct some comments/documentation.

	* tools/gen_scripts/gio_generate_extra_defs.sh:
	* tools/gen_scripts/glib_generate_extra_defs.sh:
	These do not need JHBUILD_SOURCES to be defined.

2012-06-13  Murray Cumming  <murrayc@murrayc.com>

	Simplify the gen_scripts slightly.

	* tools/gen_scripts/gio_generate_docs.sh:
	* tools/gen_scripts/gio_generate_enums.sh:
	* tools/gen_scripts/gio_generate_methods.sh:
	* tools/gen_scripts/glib_generate_docs.sh:
	* tools/gen_scripts/glib_generate_enums.sh:
	* tools/gen_scripts/glib_generate_methods.sh:
	Do not require changes to PATH.

2012-06-08  Michał Wróbel  <michal.wrobel@flytronic.pl>

	Thread::RecMutex: Don't initialize this as a GStaticMutex.

	The previous code (removed here) depended on an implementation
	detail of GStaticRecMutex, which was changed in this glib commit:
	http://git.gnome.org/browse/glib/commit/?id=2b281e40f32b7916d856dcc95e6f8fe625fcff03

	This change avoids a deadlock with that version of glib.
	Note that Thread::* is deprecated anyway, which is lucky because we do not
	know for sure that this fix is enough.
	Bug #677291

2012-06-04  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Glib::add_exception_handler(): Fix misplaced endif.

	* glib/glibmm/exceptionhandler.h: Fix a misplaced endif, which has made
	Doxygen exclude add_exception_handler() from the documentation.

2012-05-28  Murray Cumming  <murrayc@murrayc.com>

	Application: Pass 0 (NULL) rather than "" to GApplication.

	* gio/src/application.ccg: It is annoying that GApplication (and other 
	C code) distinguishes, of course.

2012-04-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Miscutils: Fix typos.

	* glib/glibmm/miscutils.cc: Return early from get_system_data_dirs()
	and get_system_config_dirs() when C function returns NULL.