2011-11-08  Philip Van Hoof  <philip@codeminded.be>

	tracker-extract: Use black background for transparant album art
	Fixes NB#272997.

2011-11-08  Martyn Russell  <martyn@lanedo.com>

	ttl2sgml: Fixed memory leak
	Fixes NB#287972.

2011-11-08  Jürg Billeter  <j@bitron.ch>

	libtracker-common: Fix crash in gconf-dbus locale handling
	Fixes NB#289635.

2011-11-08  Carlos Garnacho  <carlos@lanedo.com>

	writeback: Add missing #include
	This fixes the build, which I broke in my last commit,
	oops.

	writeback: Set uniformly the same error when writeback modules don't handle the file
	Fixes NB#286656. TRACKER_DBUS_ERROR_UNSUPPORTED is used in miner/writeback
	communication when writeback doesn't handle a given RDF type, which is
	considered non-critical on the miner side. So use the same error code when
	a module refuses to handle a mimetype.

2011-11-08  Ivan Frade  <ivan.frade@gmail.com>

	tests/libtracker-miner: Compile correctly monitor tests to get coverage
	When gcov is enabled, libtracker-miner exports all symbols and no compilation
	against the source code files is needed. Compiling against the library
	also gives us coverage information of the test.