2010-07-01  Martyn Russell  <martyn@lanedo.com>

	Release 0.9.11

	Updated NEWS

	Fixes: GB#622702 - 0.8.13 does not build with gio 2.22 anymore
	Bumped version of GLib required from 2.20 to 2.24

	This is due to commit d0f60bf212624de4aa41a01ab6d5cd7257e5ea50
	Unfortunately, this could not be reverted because other code has been
	applied on top of it. For now, the easiest thing to do is to bump the
	GLib version. Version 2.24 should be quite available now.

2010-07-01  amit  <amit@esdhcp035176.research.nokia.com>

	function-tests : added mass storage mode test cases

2010-07-01  Martyn Russell  <martyn@lanedo.com>

	Merge branch 'cpuaffinity'

	tracker-store: Protect non-portable GNU functions from compilation error

2010-07-01  Aleksander Morgado  <aleksander@lanedo.com>

	Fixes NB#177447: Remove the 'error' signal from TrackerMiner object
	 * The 'error' signal in TrackerMiner object was setup to return a gpointer
	   via dbus, which glib-dbus didn't like, and thus it was dumping a critical
	   message: g_string_append: assertion `val != NULL' failed

	 * That 'error' signal was actually nowhere used...

	libtracker-miner: Fix potential invalid read error

2010-07-01  Jürg Billeter  <j@bitron.ch>

	tracker-store: Avoid CPU hopping of main threads
	This improves update performance on SMP systems.

2010-07-01  Aleksander Morgado  <aleksander@lanedo.com>

	libtracker-miner: small alignment fixes

	Fixes GB#623203: Fix segfault when guessing content type in mounts without path

2010-07-01  Jorge González  <jorgegonz@svn.gnome.org>

	Updated Spanish translation

2010-06-30  Aleksander Morgado  <aleksander@lanedo.com>

	tracker-store: always reset interrupt before any query/update

2010-06-30  Adrien Bustany  <abustany@gnome.org>

	Fix compilation of FS miner if both upower and hal are disabled
	Compilation was previously broken because miner_finished_cb would be
	ifedf'ed out in that case

2010-06-30  Jürg Billeter  <j@bitron.ch>

	tracker-store: Reuse string chunk during event handling

	tracker-store: Drop GArray use for change events

	tracker-store: Use hash tables to check for event duplicates

	tracker-store: Improve memory allocation for change events

	tracker-store: Use more reasonable chunk size for event subjects

2010-06-30  Aleksander Morgado  <aleksander@lanedo.com>

	Added -Wno-portability to AM_INIT_AUTOMAKE
	 * This option is already used in the gnome-autogen.sh, so there shouldn't be
	   any problem in adding it also in our automake initialization. This change
	   will avoid portability warnings when re-compiling the project after some
	   Makefile.am changes (the option from gnome-autogen.sh only applies to the
	   first bootstrap).

2010-06-30  Adrien Bustany  <abustany@gnome.org>

	Update vala bindings for libtracker-client
	This commit adds bindings for the new function
	tracker_resources_sparql_query_iterate, its async version and the
	callback TrackerReplyIterator.
	The functions are available in the vapi in any case (even if DBus FD
	passing is not compiled in).

2010-06-29  Carlos Garnacho  <carlosg@gnome.org>

	Plug leaks in GStreamer extractor on pipeline creation errors.

	Plug leak in JPEG extractor.

	Plug leaks in MSOffice extractor.

	Plug leaks in PDF extractor.

	Plug leaks in XMP extractor.

2010-06-29  Jürg Billeter  <j@bitron.ch>

	tracker-steroids: Fix batch updates

2010-06-29  Carlos Garnacho  <carlosg@gnome.org>

	Bug 622734 - too many open files error / possible file descriptor leak
	Free up resources on GStreamer error.

2010-06-29  Martyn Russell  <martyn@lanedo.com>

	tracker-control: Fixed typo in --help

2010-06-29  Philip Van Hoof  <philip@codeminded.be>

	libtracker-client: Fixed compilation warnings

	tracker-preferences: Fixed compilation warnings

	tests/tracker-steroids: Fixed compilation warnings

	libtracker-data: Non-existing define used for FTS support

2010-06-28  Carlos Garnacho  <carlosg@gnome.org>

	TrackerMinerApplications: Use TrackerMinerFS caches.
	TrackerMinerApplications now provides info for the applications directories,
	so mtime and iri caches work for the contained files. This makes non-first
	applications indexing almost instant.

	TrackerMinerApplications: Fix typo.
	The wrong urn was being set for some properties in .directory files.

	TrackerMinerFS: Take into account first crawl directories when generating mtime cache.
	g_file_get_parent() will return non-NULL for most of these, so 2 queries were performed
	on crawl dirs.

2010-06-28  Andrej Žnidaršič  <andrej.znidarsic@gmail.com>

	Updated Slovenian translation

2010-06-28  Aleksander Morgado  <aleksander@lanedo.com>

	Fixes NB#174202 and NB#176932: A file with 'video/x-ms-asf' mimetype may actually be audio-only.

2010-06-27  Mattias Põldaru  <mahfiaz gmail com>

	[l10n] Updated Estonian translation

2010-06-27  Mario Blättermann  <mariobl@gnome.org>

	[i18n] Updated German translation

2010-06-26  Jorge González  <jorgegonz@svn.gnome.org>

	Updated Spanish translation

	Updated Spanish translation

2010-06-25  Aleksander Morgado  <aleksander@lanedo.com>

	Update Authors

	t-s-b, t-s-i: Update copyright year to 2010

	Fixes GB#616809: t-s-t shows Author as urn:uuid: in metadata bar

	t-s-t: remove trailing whitespaces

2010-06-25  Carlos Garnacho  <carlosg@gnome.org>

	Evolution: Don't fail to add mails with spaces in the folder name.

2010-06-25  Aleksander Morgado  <aleksander@lanedo.com>

	Fixes GB#511474: Remove the option to index remote mounted directories

2010-06-25  Martyn Russell  <martyn@lanedo.com>

	Updated .gitignore for .tar.gz

	Bumped d-bus requirement to 1.3.1 from 1.3.0 for fd passing
	In testing, we found support for DBUS_TYPE_UNIX_FD didn't work so well.