2018-08-30  Carlos Garnacho  <carlosg@gnome.org>

	Release 2.1.2

	tests: Add missing shellscript to EXTRA_DIST
	Closes: https://gitlab.gnome.org/GNOME/tracker-miners/issues/18

	miners: Fix tracker-store DBus name watch along miners

2018-08-29  Fran Dieguez  <frandieguez@gnome.org>

	Update Galician translation

2018-08-29  Sam Thursfield  <sam@afuera.me.uk>

	Merge branch 'meson-no-bad-link' into 'master'
	meson: Do not symlink disabled services

	See merge request GNOME/tracker-miners!19

2018-08-28  Seong-ho Cho  <shcho@gnome.org>

	Update Korean translation

2018-08-26  Carlos Garnacho  <carlosg@gnome.org>

	tracker-extract: Use tracker_resource_set_* with single-valued properties
	The tracker_resource_add_* API does not delete the previous property value,
	so may result in constraint errors if these values happen to change (some
	are more likely than others).

	This commit fixes this entire source of bugs en-masse, the affected
	properties were:

	- nmm:albumDiscAlbum
	- nfo:genre in GStreamer extractor
	- nie:license in HTML extractor
	- nco:publisher and nfo:equipment in JPEG extractor
	- nfo:equipment in RAW extractor

	libtracker-extract: Use tracker_resource_set_uri() with rdf:type
	Dealing with it as a string produces the wrong SPARQL:
	_:foo rdf:type "rdfs:Resource"

	tracker-extract: slo:location has limited cardinality
	Using tracker_resource_set_relation() ensures we respect it.

	Closes: #20

2018-08-26  Carlos Garnacho  <mrgarnacho@gmail.com>

	Merge branch 'wip/carlosg/issue-21' into 'master'
	libtracker-extract: Ensure utf8ness in TrackerResource helpers

	Closes #21

	See merge request GNOME/tracker-miners!21

2018-08-26  Kukuh Syafaat  <kukuhsyafaat@gnome.org>

	Update Indonesian translation

2018-08-24  Sam Thursfield  <sam@afuera.me.uk>

	Merge branch 'fix-meson_build-typos' into 'master'
	Fix typos in meson scripts

	See merge request GNOME/tracker-miners!20

2018-08-24  Luciano Santos  <luc14n0@linuxmail.org>

	Fix typos in meson scripts

2018-08-24  Carlos Garnacho  <carlosg@gnome.org>

	libtracker-extract: Ensure utf8ness in TrackerResource helpers
	In the same vein than commit 98136e118f, we can't rely on data from
	EXIF/IPTC metadata being UTF-8. Prepare the helpers to handle this.

	Closes: #21

2018-08-18  Jan Tojnar  <jtojnar@gmail.com>

	meson: Do not symlink disabled services
	https://bugzilla.gnome.org/show_bug.cgi?id=796145

2018-08-16  Sam Thursfield  <sam@afuera.me.uk>

	Merge branch 'sam/core-subproject-option' into 'master'
	meson: Turn core-as-subproject into an explicit option

	See merge request GNOME/tracker-miners!18

	Merge branch 'sam/domain-rules-outside-usr' into 'master'
	Allow use of domain rules that aren't installed into /usr

	See merge request GNOME/tracker-miners!17