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

	Release 0.9.36

	miner-fs: Do not access MemoryOutputStream data before finishing splice
	Fixes NB#222664.

	miner-fs: Fix crash on invalid data received from GetMetadataFast

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

	tracker-writeback: Add member= to the signal's subscription
	Fixes NB#222578.

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

	po: Update POTFILES.in and POTFILES.skip

	libtracker-data: Fix resource without URI on insert after rollback
	Fixes NB#222645.

2011-01-27  Lionel Landwerlin  <lionel.g.landwerlin@linux.intel.com>

	miner-fs: silent compiler warning on declared but not defined functions

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

	libtracker-data: Don't use a separate table for all transient properties
	We are storing the transient properties in the normal SQLite tables
	anyway, so there's no more reason to deal with transient properties
	as if they are multiple-values ones (with separate tables).

	libtracker-data: Fix transient properties
	This way at least tracker:transient works. It will however be a persistently
	stored value in a normal SQLite table.

2011-01-26  Marek Černocký  <marek@manet.cz>

	Updated Czech translation

2011-01-26  Khaled Hosny  <khaledhosny@eglug.org>

	Updated Arabic translation

	Remove deleted file

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

	NCO: Move name properties up in the ontology file
	Property order has an influence on property access time.

	NIE: Move nie:url and nie:contentLastModified up in the ontology file
	Property order has an influence on property access time.

	NMM: Remove deprecated nmm:camera
	The property was deprecated 7 months ago.

	NMM: Remove deprecated nmm:length
	The property was deprecated 11 months ago.

	NMO: Remove deprecated SMS folder class, properties, and instances
	They were deprecated 3 months ago.

	NMO: Remove nmo:Mailbox and nmo:plainTextMessageContent
	They were deprecated 13 months ago.

	NFO: Remove deprecated nfo:device
	The property was deprecated 4 months ago.

	NFO: Remove deprecated nfo:entryContent
	The property was deprecated 5 months ago.

	NFO: Remove deprecated nfo:fileUrl
	The property was deprecated 13 months ago.

	NCO: Remove deprecated ontology classes and properties
	They were deprecated 11 months ago.

2011-01-26  Jussi Kukkonen  <jku@linux.intel.com>

	tracker-explorer: don't remove sources on maintainer-clean

	build: filename typo in ontology docs Makefile.am

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

	tracker-extract: Handle errors when requesting bus names

	miner-fs: Handle errors when requesting bus names
	This prevents miner-fs from being started twice.

	Fixes NB#221700.

	miner-fs: Do not use constructed in MinerFilesIndex class
	It is impossible to indicate an error to the caller from within
	constructed.

	libtracker-miner: Handle errors when requesting bus names

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

	Some versions of totem-pl-parser's pc file require manually adding glib-2.0

2011-01-25  Aleksander Morgado  <aleksander@lanedo.com>

	functional tests: Ensure nfo:belongsToContainer is changed on file moves

	functional tests: Remove trailing whitespaces in miner basic ops

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

	SPARQL: Ignore CONSTRUCT/INSERT/DELETE triples with unbound variables

	libtracker-data: Fix C warning in tracker-db-interface-sqlite.c

2011-01-22  Javier Jardón  <jjardon@gnome.org>

	tracker-needle: Use accessor functions instead direct access
	Fixes https://bugzilla.gnome.org/show_bug.cgi?id=640231

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

	Ontology: Added missing documentation for rdf, mtp and slo
	Commented on why nid3 and nrl are not documented in the Makefile and section sgml
	Reordered index so base classes are first listed in the documentation.

	Ontology: Fixed email-address in 89 mtp which broke documentation build

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

	Fix Vala warnings

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

	SPARQL: Fix SQL generated for predicate variables and deleted subjects