2014-10-16 Martyn Russell Release 1.0.5 2014-10-14 Debarshi Ray libtracker-data: Guard against failure to create a FTS update statement https://bugzilla.gnome.org/show_bug.cgi?id=738522 2014-10-13 Debarshi Ray libtracker-data: Be more explicit in the error message Add the sqlite3_errstr() to the error that is propagated from sqlite3_open_v2 so that we have a clearer picture of the failure. https://bugzilla.gnome.org/show_bug.cgi?id=738450 libtracker-data: Guard against invalid statements in public API https://bugzilla.gnome.org/show_bug.cgi?id=738450 libtracker-data: Guard against failure to open the database An error from sqlite3_open_v2 will lead to a failure to create a TrackerDBInterface. This means that DBManager.get_db_interface will fail. https://bugzilla.gnome.org/show_bug.cgi?id=738450 2014-10-02 Debarshi Ray libtracker-miner: Keep the crawler alive across async calls The EnumeratorData held a reference to TrackerCrawler while enumerating. Just before closing the enumerator we destroy the EnumeratorData and drop the reference. This can lead to TrackerCrawler getting destroyed. To prevent this, grab a new reference before dropping the older one and keep it till the asynchronous call is alive. https://bugzilla.gnome.org/show_bug.cgi?id=737769 libtracker-miner: Ensure that the async function uses owned data ... and simplify parent directory tracking. The GFileEnumerator keeps a reference to the directory that is being traversed, so we don't need to keep track of it ourselves. https://bugzilla.gnome.org/show_bug.cgi?id=737768 2014-09-23 Rico Tzschichholz libtracker-miner: Fix/Update vala binding 2014-09-22 Debarshi Ray tests: Locale fix libtracker-bus: Don't crash if query_async is cancelled Always wait for send_query to finish. In case of any exceptions from splice_async we can not leave it hanging. https://bugzilla.gnome.org/show_bug.cgi?id=737023 libtracker-sparql: Add a test case https://bugzilla.gnome.org/show_bug.cgi?id=737023 2014-09-14 Matej Urbančič Updated Slovenian translation Updated Slovenian translation 2014-09-09 Dušan Kazik Updated Slovak translation