2012-10-24 Martyn Russell Release 0.14.3 2012-10-24 Julien Cristau libtracker-data: get rid of unused TRACKER_DB_LOCATION_SYS_TMP_DIR And don't create a /tmp/tracker-$user directory. 2012-10-24 Martyn Russell build: Add SQLite3 version check and warning for crashes with complex queries 2012-10-24 Fran Diéguez Updated Galician translations 2012-10-24 Aurimas Černius Updated Lithuanian translation 2012-10-24 Matej Urbančič Updated Slovenian translation 2012-10-24 Andika Triwidada Updated Indonesian translation 2012-10-24 Daniel Mustieles Updated Spanish translation 2012-10-24 Martyn Russell tracker-needle: Update tooltip for category searching to mention FTS Basically, it's not clear that this approach searches the content of files too. It is clear from the other categories that this isn't the case. This fixes GB#686071. build: Default to icu over unistring when automatically guessing unicode support This is to help with GB#666749. This isn't a complete fix but the support for icu is better with asian language sorting. tracker-info: Added --plain-text-content || -c option To show nie:plainTextContent for resources. By default this is disabled. tracker-extract-playlist: Don't error when to_metadata hash table is NULL tracker-extract-playlist: Log message for ignoring playlists with > 1k entries 2012-10-24 Aleksander Morgado build: test files should always be included in dist build: include missing tiff files in dist 2012-10-24 Colin Walters build: Note we don't support srcdir != builddir This is presently due to the vapigen tool. 2012-10-24 Martyn Russell libtracker-extract: Fixed EXIF extractor due to changes by libexif Seems libexif now appends " (Photographer) - [None] (Editor)", previously it was the same string without the "[None]", which broke our hack to work around this superfluous information. Test cases now pass tracker-miner-fs: Make building this optional Now you can use --disable-miner-fs (default=enabled) NOTE: the miner-fs also includes application and user guide mining built in. Fixes GB#628857 2012-10-24 Chris Leonard Updated British English translation 2012-10-24 Marek Černocký Updated Czech translation 2012-10-24 Aurimas Černius Updated Lithuanian translation 2012-10-24 Kjartan Maraas Updated Norwegian bokmål translation Updated Norwegian bokmål translation 2012-10-24 Martyn Russell tracker-extract-pdf: Fix timeout situation with PDF extraction The 10 second timeout was always being used for every PDF extraction because writing to the pipe was blocking and only killing the process would result in reading from the parent of the fork(). This meant all extractions were much slower than they needed to be. This approach uses select() instead of signal handling to make sure the FDs from pipe() are read at the right times too. This fixes GB#680897 2012-10-24 Jürg Billeter tests: Remove unneeded parameter guard tracker-needle: Do not use implicit .begin for async methods Do not access static members with instance references in Vala libtracker-common: Consistently use long in get_memory_total 2012-10-24 Sam Thursfield tracker-extract-pdf: Fix crash if mmap() fails Patch from Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=751922 2012-10-24 Jürg Billeter tracker-miner-fs: Ignore XDG directories set to $HOME This prevents accidental recursive indexing of $HOME. Fixes GB#680172. tracker-needle: Fix double free Fixes GB#680350. 2012-10-24 Alexandre Rostovtsev libtracker-fts: ICU cannot handle complex locale descriptions ubrk_open expects the name of just a single locale (e.g. "en_US.UTF-8"), not the full definition of your various locale variables and their values as returned by glibc's setlocale(LC_ALL, NULL). Instead, limit ourselves to LC_CTYPE, since after all, that's all we need to determine word boundaries. Fixes GB#675660. 2012-10-24 Fran Diéguez Updated Galician translations 2012-10-24 Dimitris Spingos Updated Greek translation 2012-09-04 Piotr Drąg Updated Polish translation 2012-07-05 Piotr Drąg Updated Polish translation