2017-08-22  Carlos Garnacho  <carlosg@gnome.org>

	Release 1.99.3

	meson: Fix typo in libtracker-sparql docs
	Missing comma.

	build: Mandate that sqlite3 >= 3.20.0 has fts5 builtin
	That sqlite3 version brought incompatibilities in the fts5 interface,
	fts5 modules generated from < 3.20.0 trees won't work with sqlite3
	>= 3.20.0, and viceversa.

	Since it's not feasible nor desirable to include an additional fts5
	module copy nor an embedded sqlite3 amalgamation copy, mandate that
	SQLite was compiled with --enable-fts5 if >= 3.20.0 is found.

	The current copy of the fts5 module is kept around for sqlite3 < 3.20.0,
	so we don't make this a mandatory requirement for earlier versions.

	https://bugzilla.gnome.org/show_bug.cgi?id=785883

2017-08-21  Carlos Garnacho  <carlosg@gnome.org>

	libtracker-fts: Silence compiler warning
	Complains that rc might be used uninitialized, but the loop is guaranteed
	to have >0 elements, besides rank is initialized to 0. Initializing it to
	SQLITE_OK will be fine.

2017-08-20  Anish Sheela  <aneesh.nl@gmail.com>

	Update Malayalam translation

2017-08-19  Alexandre Franke  <alexandre.franke@gmail.com>

	Update French translation

2017-08-18  Pawan Chitrakar  <chautari@gmail.com>

	Update Nepali translation

	Update Nepali translation

2017-08-17  Fran Dieguez  <frandieguez@gnome.org>

	Update Galician translation

2017-08-16  Pawan Chitrakar  <chautari@gmail.com>

	Add Nepali translation

2017-08-14  Мирослав Николић  <miroslavnikolic@rocketmail.com>

	Updated Serbian translation

2017-08-12  Carlos Garnacho  <carlosg@gnome.org>

	libtracker-data: Initialize cursor variable
	The variable may be used uninitialized, resulting on
	invalid reads.

	Spotted by Coverity (CID #1453480)

	libtracker-miner: Remove useless debug output
	All its info is already spewed on the critical warning right
	above.

2017-08-11  Piotr Drąg  <piotrdrag@gmail.com>

	Update Polish translation