2010-06-03 Martyn Russell Released 0.9.7 Updated NEWS 2010-06-03 Jürg Billeter NCO: Do not use nie:hasPart subproperties for linked objects tracker-store: Process 50 turtle statements at once This improves import performance. 2010-06-02 Ivan Frade NMM, NFO: nmm:camera is now nfo:device and apply to every media. Fixes NB#167647, Packaged depend on python2.5 but call python The fix is in the previous commit but forgot the changelog entry. This is a blank line commit to fix add the entry. Use python instead of python2.5 in the scripts 2010-06-02 Jürg Billeter Functional tests: Experimental rtcom query improvements 2010-06-02 Martyn Russell tracker-miner-fs: Fixed crawling-interval issues * Was trying to register 2 properties of the same name * Limit was MAXINT, now it is 365 * Comment for config file updated accordingly 2010-06-02 Ivan Frade Fix _DATA to include maemo ontologies 2010-06-02 Mikael Ottela Add support for TRACKER_STORE_TASK_MAX_TIME environment variable for setting the maximum time allowed before interrupting the query. This is for testing purposes. 2010-06-01 Mario Blättermann Updated German translation 2010-06-01 Martyn Russell tracker-miner-fs: Set crawling interval to everytime started 2010-06-01 Carlos Garnacho Add CrawlingInterval configuration option. This either forever enables mtime queries for initial crawling, disables it, or specified an interval in days until the next crawling. The other use of crawling (setting up monitors) is unavoidable. 2010-06-01 Mikael Ottela Fix to the message related generator scripts to use simple contacts for each message instead of linking directly to personContacts. Small fix to music pieces to not randomize artists and albums. 2010-06-01 Adrien Bustany libtracker-common: Add config file Vala bindings This commit adds bindings for both TrackerConfigFile and TrackerKeyfileObject in libtracker-common.vapi 2010-06-01 Aleksander Morgado Fixes GB#619498: Check if stop word before stemming, not after * tests/libtracker-fts/tracker-parser-test.c: Added new unit tests for stop-words. * src/libtracker-common/tracker-language.c * docs/manpages/tracker-store.1 New TRACKER_LANGUAGE_STOP_WORDS_DIR environment variable to specify the path where stop words dictionaries are available, used for testing. * src/libtracker-fts/tracker-parser-glib.c * src/libtracker-fts/tracker-parser-libicu.c * src/libtracker-fts/tracker-parser-libunistring.c Check for stopword is done before the word stemming, if applicable. Fixes GB#619929: tracker-search shouldn't quit if stopword found 2010-05-31 Ivan Frade NMO: Represent the read-report status for messages. Updated structural diagram 2010-05-28 Aleksander Morgado Fixes GB#619535: MaxWords configuration in FTS config is not used * Parsing loop now halts if configured max_words is reached. extractors: small log message change 2010-05-28 Michael Biebl tracker-miner-rss: Link against libtracker-client tracker-miner-rss uses API from libtracker-client so we need to link against. Build fails otherwise with binutils-gold 2010-05-28 Aleksander Morgado FTS parsers: remove tracker_parser_process_word() from parser API FTS parsers: minor indentation fixes FTS libicu parser: use TrackerParserWordType instead of gboolean 2010-05-27 Aleksander Morgado FTS parsers: refactor & cleanup API 2010-05-27 Takeshi AIHANA Updated Japanese translation.