2010-07-01 Martyn Russell Release 0.9.11 Updated NEWS Fixes: GB#622702 - 0.8.13 does not build with gio 2.22 anymore Bumped version of GLib required from 2.20 to 2.24 This is due to commit d0f60bf212624de4aa41a01ab6d5cd7257e5ea50 Unfortunately, this could not be reverted because other code has been applied on top of it. For now, the easiest thing to do is to bump the GLib version. Version 2.24 should be quite available now. 2010-07-01 amit function-tests : added mass storage mode test cases 2010-07-01 Martyn Russell Merge branch 'cpuaffinity' tracker-store: Protect non-portable GNU functions from compilation error 2010-07-01 Aleksander Morgado Fixes NB#177447: Remove the 'error' signal from TrackerMiner object * The 'error' signal in TrackerMiner object was setup to return a gpointer via dbus, which glib-dbus didn't like, and thus it was dumping a critical message: g_string_append: assertion `val != NULL' failed * That 'error' signal was actually nowhere used... libtracker-miner: Fix potential invalid read error 2010-07-01 Jürg Billeter tracker-store: Avoid CPU hopping of main threads This improves update performance on SMP systems. 2010-07-01 Aleksander Morgado libtracker-miner: small alignment fixes Fixes GB#623203: Fix segfault when guessing content type in mounts without path 2010-07-01 Jorge González Updated Spanish translation 2010-06-30 Aleksander Morgado tracker-store: always reset interrupt before any query/update 2010-06-30 Adrien Bustany Fix compilation of FS miner if both upower and hal are disabled Compilation was previously broken because miner_finished_cb would be ifedf'ed out in that case 2010-06-30 Jürg Billeter tracker-store: Reuse string chunk during event handling tracker-store: Drop GArray use for change events tracker-store: Use hash tables to check for event duplicates tracker-store: Improve memory allocation for change events tracker-store: Use more reasonable chunk size for event subjects 2010-06-30 Aleksander Morgado Added -Wno-portability to AM_INIT_AUTOMAKE * This option is already used in the gnome-autogen.sh, so there shouldn't be any problem in adding it also in our automake initialization. This change will avoid portability warnings when re-compiling the project after some Makefile.am changes (the option from gnome-autogen.sh only applies to the first bootstrap). 2010-06-30 Adrien Bustany Update vala bindings for libtracker-client This commit adds bindings for the new function tracker_resources_sparql_query_iterate, its async version and the callback TrackerReplyIterator. The functions are available in the vapi in any case (even if DBus FD passing is not compiled in). 2010-06-29 Carlos Garnacho Plug leaks in GStreamer extractor on pipeline creation errors. Plug leak in JPEG extractor. Plug leaks in MSOffice extractor. Plug leaks in PDF extractor. Plug leaks in XMP extractor. 2010-06-29 Jürg Billeter tracker-steroids: Fix batch updates 2010-06-29 Carlos Garnacho Bug 622734 - too many open files error / possible file descriptor leak Free up resources on GStreamer error. 2010-06-29 Martyn Russell tracker-control: Fixed typo in --help 2010-06-29 Philip Van Hoof libtracker-client: Fixed compilation warnings tracker-preferences: Fixed compilation warnings tests/tracker-steroids: Fixed compilation warnings libtracker-data: Non-existing define used for FTS support 2010-06-28 Carlos Garnacho TrackerMinerApplications: Use TrackerMinerFS caches. TrackerMinerApplications now provides info for the applications directories, so mtime and iri caches work for the contained files. This makes non-first applications indexing almost instant. TrackerMinerApplications: Fix typo. The wrong urn was being set for some properties in .directory files. TrackerMinerFS: Take into account first crawl directories when generating mtime cache. g_file_get_parent() will return non-NULL for most of these, so 2 queries were performed on crawl dirs. 2010-06-28 Andrej Žnidaršič Updated Slovenian translation 2010-06-28 Aleksander Morgado Fixes NB#174202 and NB#176932: A file with 'video/x-ms-asf' mimetype may actually be audio-only. 2010-06-27 Mattias Põldaru [l10n] Updated Estonian translation 2010-06-27 Mario Blättermann [i18n] Updated German translation 2010-06-26 Jorge González Updated Spanish translation Updated Spanish translation 2010-06-25 Aleksander Morgado Update Authors t-s-b, t-s-i: Update copyright year to 2010 Fixes GB#616809: t-s-t shows Author as urn:uuid: in metadata bar t-s-t: remove trailing whitespaces 2010-06-25 Carlos Garnacho Evolution: Don't fail to add mails with spaces in the folder name. 2010-06-25 Aleksander Morgado Fixes GB#511474: Remove the option to index remote mounted directories 2010-06-25 Martyn Russell Updated .gitignore for .tar.gz Bumped d-bus requirement to 1.3.1 from 1.3.0 for fd passing In testing, we found support for DBUS_TYPE_UNIX_FD didn't work so well.