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

	Release 0.10.34

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

	tracker-writeback: Don't own the DBus name before registering the object
	Fixes NB#286589.

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

	libtracker-data: Also recreate domain indexes on collation change
	Fixes NB#286610.

	tracker-miner-applications: Update locale file only after mining
	This ensures that locale change gets picked up on next start if the
	miner is shut down before finishing.

	Fixes NB#284591.

	tracker-miner-applications: Add miner_applications_locale_get_filename
	No functional change.

	tracker-miner-applications: Add miner_applications_locale_get_current
	No functional change.

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

	tracker-extract, png: Fix DLNA profiles
	Fixes NB#288530.

	tracker-extract, jpeg: Fix DLNA profiles
	Fixes NB#288530.

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

	tracker-extract-gstreamer: Use global tags returned from discoverer
	Fixes NB#287529.

2011-10-31  Carlos Garnacho  <carlos@lanedo.com>

	libtracker-miner: Do not possibly leave stale resources
	Fixes NB#273694. If item_add_or_update_cb() was called on
	a just deleted file, it would actually trigger an sparql
	update where nie:url is deleted to never be replaced, thus
	leaving a stale resource with no nie:url.

	Instead, fallback to item_removed() if G_IO_ERROR_NOT_FOUND
	happens on a file known to the store, a second item_remove()
	call might happen anyway on monitor events, but it'd be just
	ignored.