2017-08-22 Carlos Garnacho 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 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 Update Malayalam translation 2017-08-19 Alexandre Franke Update French translation 2017-08-18 Pawan Chitrakar Update Nepali translation Update Nepali translation 2017-08-17 Fran Dieguez Update Galician translation 2017-08-16 Pawan Chitrakar Add Nepali translation 2017-08-14 Мирослав Николић Updated Serbian translation 2017-08-12 Carlos Garnacho 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 Update Polish translation