2010-09-30 Martyn Russell Release 0.9.23 Updated NEWS libtracker-sparql: Updated documentation warnings/errors libtracker-sparql: Fix test case when FTS is disabled libtracker-extract, libtracker-miner, libtracker-sparql: Added Since: tags to docs Also changed all 0.9 cases to 0.10 2010-09-30 Ivan Frade ontology: add authorization status properties to im address Ontology: added signals to Album, Artist and Imagelist (Meego#7202) Requested in Meego. 2010-09-30 Martyn Russell Merge branch 'async-get-connection' libtracker-sparql: Updated documentation got async-get-connection cases Also fixed some missing stubs in the sections file 2010-09-30 Philip Van Hoof functional-test: Remove expected failure from functional test libtracker-data: Fix db corruption test Fixes NB#195547 2010-09-30 Ivan Frade functional-tests: Journal replay is expected to fail due bug libtracker-data: check pointer before unref In some situations (file that is not a database) setting the journaling pragma returns NULL. 2010-09-29 Ivan Frade functional-tests: kill users tracker before starting the test In the device tests run as a different user that the usual tracker but still sharing the same dbus. Kill the user tracker with tracker-control and sudo 2010-09-29 Martyn Russell libtracker-sparql: Added locking to sync/async connection_get() methods libtracker-sparql: Fixed build failure with new connection_get() API libtracker-sparql: Don't always assume direct_only in get_internal_async() libtracker-sparql: Fixed waiting for service for connection.get_async() libtracker-sparql: Added get_async() and get_direct_async() for Connection Currently everythign is async and working down to the Backend which needs some way of calling the module_init() can waiting for the store asynchronously. This needs a bit more thought. 2010-09-29 Philip Van Hoof tracker-store: Fixed corruption in FD passing support 2010-09-29 Aleksander Morgado tracker-extract-mp3: fix memory leak in albumart data 2010-09-29 Jürg Billeter tracker-extract-mp3: Support Windows-1252 character encoding Use Windows-1252 instead of ISO-8859-1 as the former is a superset in terms of printable characters and some applications use it to encode characters in ID3 tags. GStreamer does the same: http://bugs.gnome.org/show_bug.cgi?id=630471 Fixes NB#192790. 2010-09-29 Aleksander Morgado libtracker-miner tests: Added new blacklisting and event merging tests libtracker-miner tests: CREATED issued on CHANGES_DONE_HINT * When a file is CREATED with contents, GIO will issue 3 events: CREATED + CHANGED + CHANGES_DONE_HINT. We are now merging all these events into a single CREATED event, when CHANGES_DONE_HINT is received. This means that we must not get an UPDATED event when we just create a file. libtracker-miner tests: ATTRIBUTE_UPDATED test added 2010-09-28 Jürg Billeter libtracker-data: Change SQLite page and cache size Increase page size from 1 KB to 8 KB. Keep cache size at 2 MB by default (2000 pages => 250 pages). Increase cache size during updates to 16 MB (2000 pages) to reduce writes on disk. 2010-09-28 Ivan Frade albumart: stop looking for cover if we find already a JPEG Use correctly retval to stop the iteration 2010-09-28 Jamie McCracken TST - Fixed compile error with latest vala 2010-09-27 Aleksander Morgado Fixes NB#193044: libtracker-miner, ensure empty directories are mtime-checked when crawling libtracker-miner: don't create inner loop until needed 2010-09-27 Jürg Billeter SPARQL: Fix SQL for GRAPH with predicate variable and empty database Fixes NB#194746. 2010-09-25 Piotr Drąg Updated Polish translation 2010-09-24 Philip Van Hoof plugins/evolution: Fixed the UID format of the URL 2010-09-24 Ivan Frade functional-tests: Fix type in autotools 2010-09-24 Jürg Billeter tracker-extract-mp3: Fix string handling in comment and picture tags Fixes NB#193061. 2010-09-23 Ivan Frade functional-test: Add GIF with XMP metadata functional-tests: include playlists tests if totem-pl-parser is enabled functional-tests: parse correctly playlist output from the extractor coverage: ignore dbus-binding-tool generated file