2012-03-08  Martyn Russell  <martyn@lanedo.com>

	Release 0.14.0

2012-03-06  Martyn Russell  <martyn@lanedo.com>

	tracker-miner-evolution: Fix build in JHBuild
	Fixes GB#670679

	tracker-miner-flickr, tracker-miner-rss: Don't start automatically on boot
	By default this is now disabled. It's not useful for the majority of cases.
	It can easily be changed by distributions by changing the .desktop.in.in
	files.

	Fixes GB#670778.

	tracker-needle: Order results properly
	Now results are ordered by the last changed dates or titles nicely.

	Fixes GB#37899.

2012-03-05  Karl Relton  <karllinuxtest.relton@ntlworld.com>

	tracker-extract, tracker-writeback: Don't register dbus objects AFTER aquiring service names
	Fixes GB#671314.

2012-03-04  Fran DiƩguez  <fran.dieguez@mabishu.com>

	Updated Galician translations

2012-02-22  Martyn Russell  <martyn@lanedo.com>

	firefox,thunderbird: Save AsyncReadyCallback to avoid GC crashes
	Fixes GB#670251.

	firefox: Make sure we still work with newer versions
	Arbitrary version of 20.0.* used as MAX version for now

	firefox: Don't restrict plugin to JUST 0.12

	thunderbird: Make sure we still work with newer versions
	Arbitrary version of 20.0.* used as MAX version for now

	thunderbird: Don't restrict plugin to JUST 0.12

	firefox,thunderbird: Guess install directory using actual version installed

2012-02-22  Zeeshan Ali (Khattak)  <zeeshanak@gnome.org>

	tracker-extract: Use ISO volume ID as title for unknown OS
	Fixes GB#670294

2012-02-17  Martyn Russell  <martyn@lanedo.com>

	tracker-miner-evolution: Doesn't build with Evolution 3.3.5
	This is based on the patch from Milan Crha <mcrha@redhat.com>

	Fixes GB#669646.

2012-02-16  Carlos Garnacho  <carlos@lanedo.com>

	tracker-miner-fs: Handle absolute paths in ignored dirs
	Only globbing on basenames was handled, so allow setting absolute
	paths to be ignored too, which is nicer to the casual user.