2011-10-06  Martyn Russell  <martyn@lanedo.com>

	Release 0.10.30

2011-10-06  Piotr DrÄ…g  <piotrdrag@gmail.com>

	Updated Polish translation

2011-10-06  Carlos Garnacho  <carlosg@gnome.org>

	tracker-extract: Add geolocation to GStreamer extractor
	Fixes NB#257478.

2011-10-06  Philip Van Hoof  <philip@codeminded.be>

	miners/fs: Don't let writeback block incoming DBus calls
	Fixes NB#285251.

2011-10-06  Jürg Billeter  <j@bitron.ch>

	tests/libtracker-common: Add missing include directive

2011-10-06  Aleksander Morgado  <aleksander@lanedo.com>

	tracker-extract: include DLNA mimetype in non-gstreamer media extractors
	Fixes GB#647575.

2011-10-06  Martyn Russell  <martyn@lanedo.com>

	build: Don't use HAVE_GTK_DOC to determine building docs
	Now we use ENABLE_GTK_DOC like other projects and have updated configure
	according to the latest recommendations from the gtk-doc documentation.
	Additionally, we only use ENABLE_GTK_DOC to disable building ontology
	documentation because we use that before detection of the other tools we need
	when building documentation (such as dia and graphviz).

	Fixes GB#659995.

2011-10-06  Gert Michael Kulyk  <gkulyk@yahoo.de>

	tracker-needle: Mark a string in tracker-stats.vala for translation
	Fixes GB#660601.

2011-10-06  Jürg Billeter  <j@bitron.ch>

	NCO: Add nco:gender-other as predefined instance
	Fixes NB#284711.

	functional-tests: Remove expected failure annotation from NB#217566 test
	This bug was fixed in SQLite 3.7.8.

	tracker-extract: Fix critical when FD list is missing

	tracker-extract-oasis: Ignore empty values and invalid dates

	tracker-extract-gstreamer: Fix division by zero

	tracker-extract-gif: Fix file descriptor leak in error case

	tracker-extract-pdf: Fix file descriptor leak in error cases

	libtracker-data: Set journal_size_limit to 10 MB
	The WAL file may grow larger than that temporarily, but SQLite will
	truncate it to 10 MB as soon as it can.

	tracker-miner-applications: Fix theme icon URIs

2011-10-06  Martyn Russell  <martyn@lanedo.com>

	libtracker-common: Disable configure.ac checks for ioprio_set()
	We expect this to be defined for all linux architectures and now use #ifdef
	__linux__ instead.

	This should avoid errors like:

	checking if we have ioprio... configure: error: cross-compiling: please set
	'tracker_cv_have_ioprio'

2011-10-06  Jürg Billeter  <j@bitron.ch>

	tracker-control: Fix crash when unable to get miner pause details
	Fixes NB#269359.

2011-10-06  Philip Van Hoof  <philip@codeminded.be>

	tracker-extract, epub: Indentation fixes

2011-10-06  Carlos Garnacho  <carlosg@gnome.org>

	Add EPub extractor.
	Fixes GB#642288. At the moment title/author/creation date/text content
	are extracted.

2011-09-28  Martyn Russell  <martyn@lanedo.com>

	Revert "tests/functional-tests: update writeback test to new extractors output"
	This reverts commit 1e204950f1684820e38a3d25e4c8c6f1acc9d775.