NEW in 0.9.31 - 2010-12-10 ========================== The changes are: * Require: autoconf >= 2.64 was 2.59 * Require: libtool >= 2.2 (previously no required version) * build: Require Dia with --enable-gtk-doc * build: Require Python >= 2.6 with --enable-functional-test * build: Binaries built now use *stable* named versions only (i.e. 0.10 not 0.9) * Fixes: GB#636936, Require dia if we want to generate the documentation * Fixes: GB#624041, Port tracker to gtk+ 3.0 * Fixes: GB#636604, tracker-0.9.30 linking errors. * Fixes: GB#635756, Include libtracker-data.vapi in tarball * Fixes: GB#636383, tracker-status-icon grabs control+alt+S keybinding unconditionally which causes issues for emacs * Fixes: GB#636520, Use upstream gettext instead the Glib one * Fixes: GB#636527, Use autoreconf instead gnome-autogen.sh * Fixes: NB#207918, ICO image formats are displayed in ... * Ontology: Added nmm:MusicAlbumDisk, nmm:musicAlbumDisk, nmm:albumDiskAlbum classes * Ontology: Changed nmm:performer rdfs:domain from nmm:MusicAlbum to nmm:MusicAlbumDisk * Ontology: Changed nmm:setNumber rdfs:domain from nmm:MusicAlbum to nmm:MusicAlbumDisk * Ontology: Changed nmm:internationalStandardRecordingCode rdfs:domain from nmm:MusicAlbum to nmm:MusicPiece * libtracker-sparql: Fixed documentation to include tracker_sparql_get_uuid_urn() * libtracker-miner: Fixed documentation missing but written * tracker-extract: Fixed GUPNP-DLNA extractor, was using "nfo.channels" not "nfo:channels" * functional-tests: Don't hardcode python version in scripts Translations: None Notes: None NEW in 0.9.30 - 2010-12-02 ========================== The changes are: * Requires Vala 0.11.2 was 0.11.1 * Fixes: NB#204706, Classes slo:Landmark, slo:LandmarkCategory and slo:GeoLocation should qualify for notifications * Fixes: NB#203538, libtracker-sparql: cannot run 2 async queries at the same time * Fixes: NB#208420, Critical in miner-fs when msyncd and Ovi Suite in operation * Fixes: GB#635757, missing test file in tarball * Fixes: GB#635794, build fails - missing .vapi files? * Ontology: Added domainIndex nie:contentCreated to nfo:Visual * Ontolgoy: Added tracker:notify true for slo:LandmarkCategory, slo:Landmark and slo:GeoLocation * SPARQL: Use WITH/INTO/FROM clause in WHERE pattern of updates * Support MeeGoTouch Locale, recalculating indexes on locale changes * data-generators: Diversify the content creation times * data-generators: Support nfo:Equipment correctly * data-generators: Small fixes to the music data * libtracker-data: Disable fn:starts-with test for !libicu cases * libtracker-data: Document the TRACKER_PRAGMAS_FILE environment variable * libtracker-direct: Make singleton connection thread-safe * libtracker-bus: Reduce D-Bus proxy initialization time * libtracker-sparql: Reduce D-Bus proxy initialization time * tracker-extract, albumart: Don't assume that g_file_get_parent() returns non-NULL * tracker-miner-applications: Re-extract desktop files when locale change detected * tracker-status: Added more granularity to the tracker-store status reporting for the journal replay Translations: * fr: Bruno Brouard * pt_BR: Mateus Zenaide Notes: None NEW in 0.9.29 - 2010-11-24 ========================== The changes are: * Fixes: GB#630244, Use MaxBytes from tracker-extract.cfg for msoffice 2007 files * Fixes: GB#634424, MsOffice metadata extractor is not unicode aware * Fixes: GB#634669, Missing test file in tarball * Fixes: GB#635652, Correction in the --enable-tracker-search-tool configuration flag management * Fixes: NB#195787, libtracker-sparql, libtracker-client: Fix URI escaping * Fixes: NB#197067, tracker-miner-fs crawls open files * Fixes: NB#200980, Ontology: Add index on tracker:added * Fixes: NB#202291, tracker-extract: Fixed nested use of anonymous blank nodes * Fixes: NB#203540, Composer label not extracted in ID3v2.3 mp3 files * Fixes: NB#203593, All libtracker-miner section names in CamelCase in documentation * Fixes: NB#206752, SPARQL: Do not ignore GRAPH around rdf:type statements * Ontology: Add index on nco:nameFamily * SPARQL: Support \u escape sequence in string literals * SPARQL: Fix INSERT/DELETE and SELECT * with WHERE without variables * SPARQL: Use proper collation for string literals and fn:starts-with * libtracker-data: Make it easier to test the PRAGMAs for SQLite * libtracker-bus: Fix handling of priority in update_async * libtracker-sparql: Add function to generate a uuid urn to the client library * tracker-store: Fix crash on client exit and task without destroy notify * tracker-extract: Split msoffice and msoffice-xml extractors and refactor code * tracker-extract-mp3: Fix memory leak * tracker-miner-applications: Fix encoding issues and handling of nie:dataSource * tracker-miner-fs: Use low priority for update_async calls * tracker-search: New --software and --software-categories options Translations: * Updated cs: Marek Cernocky * Updated de: Mario Blättermann * Updated es: Daniel Mustieles * Updated hu: Gabor Kelemen * Updated pt_BR: Djavan Fagundes * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.28 - 2010-11-11 ========================== The changes are: * Require Vala 0.11.1 * Require GLib 2.26 * Require Automake 1.11 and use Vala features * NEW feature: GDBus support * New feature: Added utils/tracker-sql to run SQL on the databases directly * Fixes: GB#633118, GIF extractor doesn't extract comments * Fixes: NB#202275, Cardinality change from 1 to N in the ontology is not working fine * Fixes: NB#199968, Use gdbus in Vala to improve communications in Tracker * Fixes: NB#202627, Cannot create backup while updates are being inserted in the journal * Fixes: NB#202581, After backup restore operation: Tracker-CRITICAL **: tracker_class_has_insert_events: assertion `TRACKER_IS_CLASS (class)' failed * Fixes: NB#201122, Tracker store segfaults during backup Restore operation * Fixes: NB#203632, Remove rdfs:subClassOf from a class is not working * build: Fixed check for tracker-preferences which used "text" not "test" * Ontology: Updated mfo:image for mfo:FeedSettings to be in domain mfo:FeedElement * Ontology: Added tracker:indexed true for nmm:artistName * Ontology: Added tracker:domainIndex for nie:title on nmm:MusicAlbum * Ontology: Deprecated nmm:albumTitle for nie:title * functional-tests: Fixed and enabled property range date->string test * functional-tests: Fixed expected failures with new journal * functional-tests: Added property promotion/relegation tests * functional-tests: Added properties in basic ontology to test new changes * functional-tests: Added changing the superclass of a class test * libtracker-data: Combine INSERT and UPDATE statements into one INSERT * libtracker-data: Fixed ontology change coping for tracker:domainIndex * libtracker-miner: Added documentation for _manager_reindex_by_mimetype() and _manager_index_file() * tracker-store: Queue queries while backup is taking place Translations: * Added pa: A S Alam * Updated cs: Marek Cernocky * Updated sl: Andrej Žnidaršič * Updated ca@valencia: Carles Ferrando * Updated es: Jorge González * Updated de: Mario Blättermann * Updated fr: Bruno Brouard Notes: None NEW in 0.9.27 - 2010-10-21 ========================== The changes are: * NEW feature: New journal format to separate ontology from data for improved data integrity * Fixes: NB#199131, Geotags are not displayed for the images * Fixes: NB#194908, Compilation albums (multiple albumArtist in the same Album) doesn't work properly * Fixes: NB#200310, BMP files should also be registered as nmm:Photo * Fixes: GB#633118, Read comments embedded in GIF files * Fixes: GB#633093, Use statvfs64() if available to check for free space * Fixes: GB#631391, MsOffice-XML content extraction doesn't work properly * build: Don't check for 'tar' command * functional-tests: Moved all IPC tests to ipc/ * libtracker-common: Use per-client timeouts to avoid unnecessary wake ups * libtracker-client: Disable deprecation warnings when building this library * libtracker-data: Identify unsupported ontology change coping more broadly * libtracker-bus: Disable dbus timeouts in updates to the store * tracker-sparql: Added --list-indexes to show database indexes * tracker-store: Use per-query watchdogs to avoid unnecessary wake ups * tracker-extract: Removed all tests, they've been commented out for some time * tracker-extract: GIF: Fixed memory leak for height and width * tracker-extract: GStreamer: Write multiple nmm:albumArtist if there are more than one * tracker-extract: MSOffice: Don't use a static var to check if nie:generator was already set * tracker-miner-fs: Removed all tests, test source file was just a main() * tracker-control: Fix runtime critical when journal file doesn't exist Translations: * de: Mario Blättermann * sl: Andrej Žnidaršič * fr: Bruno Brouard Notes: None NEW in 0.9.26 - 2010-10-21 ========================== The changes are: * NEW feature: Task pool in libtracker-miner for store updates/metadata extractions, 10-20% speed increase indexing thanks to the work from Zhenqiang Chen * Fixes: GB#629850, Undefined reference errors during build * Fixes: GB#632399, [PATCH] configure.ac: Skip `AC_CHECK_FILE` when cross compiling * Fixes: NB#194548, Property needed to link nco:Contact with ncal:Event * build: Distribute .in.in files since they're needed for dist $prefix != target $prefix * build: Fixed warning with recent autoconf versions for AC_INIT * build: Fixed POTFILES.in, missing miner desktop files (was .in, not .in.in) * Ontology: Derive from rdfs:Resource for nao:Property, nfo:Orientation, poi:ObjectOfInterest, scal:AccessLevel, nmm:Flash, nmm:MeteringMode, nmm:WhiteBalance, nmm:RadioModulation, mto:TransferMethod * functional-tests: Test adding/removing properties in the ontology * functional-tests: Test adding/removing classes in the ontology * functional-tests: Rebased test-ontologies to latest data/ontologies * functional-tests: Removed sleep() calls, since we use D-Bus Wait() methods anyway, improves test speeds. * tracker-extract: Port QuillImageFilter usage to QImage * libtracker-data: Notify locales being used also for libunistring * libtracker-data: Improved collation related debugging traces * libtracker-bus: Handle error properly in array_update_finish() * libtracker-bus: Use host endian byte order for updates in steroids interface * libtracker-bus: Fixed memory leak when updating, GAsyncResult should always be unref-ed * libtracker-miner: Fixed critical warning when calling tracker-status -i * tracker-miner-fs: Fixed MeeGo app miner, missing include for GStrv and glib collators * utils, mtp-dummy: Fixed missing locale initialization Translations: * ja: Takayuki KUSANO * es: Jorge González * et: Mattias Põldaru * nb: Kjartan Maraas Notes: None NEW in 0.9.25 - 2010-10-14 ========================== The changes are: * NEW feature: New API methods in libtracker-sparql which allow multiple inserts per DBus call (and yet get multiple errors back). * Fixes: NB#186096, X-MeeGo-logical-id not extracted from application .desktop files * Ontology: NMM: Set maximum cardinality of dlnaProfile and uPnPShared to 1 * Ontology: NCO: Set tracker:notify for nco:ContactGroup. * SPARQL: Fix build with Vala < 0.11 * SPARQL: Fix context handling for EXISTS and NOT EXISTS * SPARQL: Do not use pointers as keys in hash tables * SPARQL: Do not let SPARQL variable names influence SQL query * libtracker-sparql: Use lazy resolving for symbols in plugins * libtracker-sparql: Added missing APIs to documentation sections file * libtracker-sparql: Make new example for_update_array a bit more aesthetic * libtracker-sparql: Documented the new API methods for multi-insert * libtracker-data: Progress handling while performing integrity check * libtracker-data: Do not load superproperties on read-only access * libtracker-data: Avoid opening SQLite database twice on startup * libtracker-data: Force reindex on unsupported ontology change * libtracker-data: Fixed test cases on Fedora 14 * tracker-store: Fixed status reporting * tracker-extract: Replace quill with quillimagefilter * tracker-extract: Use posix_fadvise() when closing files * tracker-extract: gupnp-dlna: Fix to use the tracker_sparql_escape_uri_printf() * functional-tests: Tests for tracker:indexed property * functional-tests: Tests for enable/disable notifications * functional-tests: Tests for cardinality changes in the ontology * functional-tests: Tests for first ontology-changes support * functional-tests: Added closing slash in aegis manifest file generator * functional-tests: Recovered tracker_store_remove_dbs() method. Needed for a backup test. * functional-tests: Fixed extraction expectations for GIF with XMP * functional-tests: Set PNG writeback test as expected failure until itxt is enabled in libpng (NB#185070) * functional-tests: Reliable start/stop of the store. Updated Backup/Journal tests * functional-tests: Logs improved. * functional-tests: Allow to change the ontologies directory in the system abstraction * functional-tests: Ignore Common* and *Template test classes in tests.xml * functional-tests: Added performance test for multi-insert * functional-tests: Ignore tracker-tests.aegis file generated during tests * coverage: Ignore coverage/ directory * utils: mtp-dummy: Implemented renaming of all files after batch copy finishes Translations: None Notes: None NEW in 0.9.24 - 2010-10-07 ========================== The changes are: * Depend on automake 1.11 for Vala support amongst things * Depend on SQLite being compiled threadsafe (was previously a warning) * Build: Don't fail to build if Evolution headers are absent * Fixes: NB#195394, Adding a favorite tag column to a song query makes the ordering or results case sensitive, when sorted by title * Fixes: NB#196143, tracker-info core dumps with NULL cursor getting prefixes * Fixes: NB#195547, Corrupted DB prevents tracker-store from booting * Fixes: NB#192790, Music: Character (œ) is not supported in MP3 file * Ontology: Added comments to document more NMO classes and properties * Ontology: Added nmo:PhoneMessage, nmo:PhoneMessageFolder classes * Ontology: Added nmo:mmsHasContent property for nmo:MMSMessage * Ontology: Added predefined nmo:PhoneMessageFolder items for inbox, outbox, draft, sent, myfolder * Ontology: Changed domain to nmo:PhoneMessage for nmo:encoding, nmo:fromVCard, nmo:toVCard * Ontolgoy: Changed subclass to nmo:PhoneMessage for nmo:MMSMessage * Ontology: Deprecated nmo:containsSMSFolder, nmo:containsSMS, nmo:smsFolderId * SPARQL: Use COLLATE in SQL for variables and property functions * SPARQL: Use named graph of WITH clause in WHERE pattern for updates * functional-tests: Added verbosity on errors. * functional-tests: Don't start manually the store, let the miner-fs invoke it * functional-tests: Wait for the store before starting the tests * functional-tests: Create AEGIS security file at build time * libtracker-data: Add test case for ORDER BY property function * libtracker-miner: Make vapi file compatible with Vala 0.11.0 * libtracker-sparql: Assume en_US.utf8_locale for test cases for proper collation * libtracker-sparql: Support GRAPH in SPARQL builder API * tracker-miner-fs: Fixed regression when deleting nfo:FileDataObject resources for a mount point * utils: mtp-dummy: Added a test case to synthesis an mtp daemon * plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API Translations: None Notes: The database version has been incremented, this will force a reindex for any existing Tracker installation. NEW in 0.9.23 - 2010-09-30 ========================== The changes are: * Fixes: NB#193061, Music; §qtn_musi_comments_md§ string is indicated incorrectly in file details for MP3 files. * Fixes: NB#193044, Device doesn't do file list updates after uploading to device or delete from device procedures. * Fixes: NB#194746, DELETE statement fails with SQL error when GRAPH pattern is used * Ontology: Added nco:AuthorizationStatus class * Ontology: Set tracker:notify for nmm:MusicAlbum * Ontology: Set tracker:notify for nmm:Artist * Ontology: Set tracker:notify for nmm:ImageList * SPARQL: Fix SQL for GRAPH with predicate variable and empty database * coverage: ignore dbus-binding-tool generated files * functional-tests: Parse correctly playlist output from the extractor * functional-tests: Include playlists tests if totem-pl-parser is enabled * functional-tests: Added GIF with XMP metadata * libtracker-data: Log failure to set journal mode to WAL * libtracker-data: Fixed unchecked pointer unref when setting journal_mode pragma * libtracker-data: Change SQLite page and cache size * libtracker-sparql: Added connection_get_{async|direct_async}() APIs * libtracker-sparql: Various documentation fixes and additions. * libtracker-miner: Added new unit tests for blacklisting and event merging * libtracker-miner: Don't create inner loop until needed * tracker-store: Fixed corruption in FD passing D-Bus implementation * tracker-extract: MP3: Fixed a huge memory leak in albumart data * tracker-extract: MP3: Support Windows-1252 character encoding * tracker-extract: MP3: Fix string handling in comment and picture tags * tracker-extract: Album art: Stop looking for cover if we already * tracker-search-tool: Fixed compilation error with the latest Vala * plugins: Evolution: Fixed the UID format of the URL Translations: * Updated pl: Piotr Drąg Notes: None NEW in 0.9.22 - 2010-09-23 ========================== The changes are: * NEW Feature: LRU for database statement cache (huge memory footprint difference) * NEW Feature: Monitor event black listing and events are condensed (less event spam up the stack) * Fixes: NB#192537, Insane memory usage in tracker-store * Fixes: NB#193796, tracker-extract crashes when extracting audio files due to an integration issue with Quill * Fixes: GB#630176, Build failure with GTK 2.90.7 (no GTK_DIALOG_NO_SEPARATOR available anymore) * SPARQL: Rework variable name support to fix regression * Ontology: NCO: Set tracker:notify to true for nco:ContactList * data-generators: Added a default value for undefined categories * functional-tests: Added collation tests * functional-tests: Set exec permissions to stats test * libtracker-data: Fixed regression SELECT ... AS ?var not being honored in ORDER BY * libtracker-data: Don't cache stmt if the query contains a regular expression * libtracker-data: Fixed memory leak in journal rotation * libtracker-sparql: Make it possible to set the max LRU cache size per connection * libtracker-sparql: Added an "environment variables" section to documentation * tracker-store: Added TRACKER_STORE_{SELECT|UPDATE}_CACHE_SIZE environment variables to control new LRU feature * tracker-store: Fixed crash when accessing variable_names array * tracker-extract: remove unneeded call to tracker_topanalyzer_shutdown() * tracker-extract: Fixed QUILLimagefilter support * tracker-miner-fs: Fixed use of uninitialized variable Translations: * Updated et: Mattias Põldaru Notes: None NEW in 0.9.21 - 2010-09-16 ========================== The changes are: * Require D-Bus 1.3.1 or higher * NEW Feature: Return types in TrackerSparqlCursor API (previously just strings) * Fixes: NB#186055, Please make nco:note multi valued * Fixes: NB#192326, Tracker-store pollutes syslog with debug messages which are mostly only useful for tracker devs * Fixes: NB#188031, Tracker-store and tracker-miner-fs are listening to all serviceOwnerChanged messages on DBus * Ontology: Added nfo:HelpDocument * Ontology: Added brief description to the ontologies documentation index page * functional-tests: Fixed signal tests by using arg0 correctly to get the right signal * functional-tests: Added tests for the stats API * functional-tests: Updated tests for the signals API * libtracker-fts: Do not use TLS for queries * libtracker-common: Reset default log handler in tracker_log_shutdown() * libtracker-data: Fixed parallel cursor_next_async() call segfaults * libtracker-miner: Removed Pango requirement in tracker-miner.pc * libtracker-miner: Improved debugging to avoid store availability confusion in log * libtracker-sparql: Added test case for cursor_next_async() segfaults * tracker-miner-flickr: Fixed desktop file not having the correct prefix for its icon * tracker-extract: On shutdown a summary is logged with extraction/failure count per module * tracker-extract: Fixed compilation error for quill support * tracker-extract: Don't extract content if config has max bytes set to 0 * tracker-extract: Use g_pattern_match() instead of g_pattern_match_simple(), ~5% speed increase * tracker-search: Do not use tracker:available for emails * tracker-status: Fixed memory leak when printing state Translations: * Updated hu: Gabor Kelemen Notes: The database version has been incremented, this will force a reindex for any existing Tracker installation. NEW in 0.9.20 - 2010-09-09 ========================== The changes are: * Fixes GB#628859, Ship examples/rss-reader/initial-data.ttl in tarballs * Fixes GB#628872, tracker-control -t or -k shouldn't kill tracker-status-icon * Fixes NB#187558, nfo:belongsToContainer not set for music files synchronized from Ovi Suite to the device * Fixes NB#189896, BatchCommit doesn't send reply * Ontology: Added slo:categoryIconUrl for category icons in the location ontology * Ontology: Added slo:iconUrl for landmark icons in the location ontology * Ontology: Added nfo:manufacturer to replace nfo:make * Ontology: Updated documentation, use plainTextContent instead of plainTextMessageContent * libtracker-data: Fixed signed char comparison in SPARQL scanner * tracker-store: Fixed class-signaling rdf_types array after delete * tracker-store: Fixed class-signaling to emit all triples for rdf:type predicates * tracker-extract: MSOffice, fixed to set nfo:Presentation & nfo:Spreadsheet * tracker-extract: GStreamer, use integer division for rounding duration * tracker-extract: Tiff, updated to use canonical uris with new nfo:manufacturer ontology * tracker-miner-flickr: Fixed so tracker-search-icon doesn't show constant polling * tracker-miner-flickr: Fixed criticals for photos with no tags * tracker-miner-rss: Fixed so tracker-search-icon doesn't show constant polling Translations: * Updated de: Christian Kirbach * Updated se: Daniel Nylander Notes: None NEW in 0.9.19 - 2010-09-02 ========================== The changes are: * Require libicu or libunistring (GLib unicode support has performance issues) * NEW Feature: Collation support * NEW Feature: Refactored signal notification API * Fixes: NB#184505, Video files without audio are listed as music clips. * Fixes: NB#179465, Cannot sort lower and upper cases for under same letter * Fixes: GB#628535, "make check" fails with LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic * Fixes: GB#628536, Don't install ui files for example utils * Ontology: Added nmo:isEmergency property * functional-tests: Avoid FTS tests if FTS is disabled * functional-tests: Don't include TTL files in dist (tarball was 26Mb vs. 6Mb) * libtracker-data: Fixed memory leak when setting journal_mode pragma * libtracker-miner: If CREATED event is received from a monitor, force IRI cache update * libtracker-miner: Avoid gtk-doc warnings: multiple IDs for constraint linkend * libtracker-miner: Don't print paths as they may not be in UTF-8, print URIs * tracker-extract: Fixed xine, mplayer and totem backends * tracker-miner-fs: Removed CacheTimeout option from config, unused * tracker-miner-fs: Removed ScanTimeout from config, unused * tracker-miner-fs: Disable crawling entirely if !initial_crawl * tracker-control: Avoid compiler warning * ttl_sgml: Avoid compiler warning Translations: * Updated cs: Marek Černocký * Updated sl: Andrej Žnidaršič Notes: The unicode parser will no longer default to GLib and configure will error if no libicu or libunistring is available. This is due to serious performance issues that are witnessed using GLib. It can still be used if explicitly forced using the switch --with-unicode-support=glib NEW in 0.9.18 - 2010-08-26 ========================== The changes are: * Fixes: GB#613252, Application-driven indexing and metadata storage * Fixes: GB#627893, tracker 0.9.17 does not compile with e-d-s/evolution 2.31.90 built with gtk+ 3.0 * Fixes: NB#187148, "Not tagged, file is not indexed" message is seen when adding a tag * Fixes: NB#184505, Video files without audio are listed as music clips. * coverage: Ignore deprecated libtracker-client * coverage: Ignore generated .c files * functional-tests: Use python instead of specific python2.6 * functional-tests: Corrupted-image extraction test is no longer an expected failure, as bug was fixed * functional-tests: FTS: Improve offsets/rank tests * functional-tests, FTS: Remove rdfs:Resource, not rdf:Resource * Ontology: Renamed slo:longitudeUncertainty to slo:horizontalAccuracy * Ontology: Renamed slo:latitudeUncertainty to slo:verticalAccuracy * libtracker-data: Fixed journal reader with rotated journals * libtracker-data: Make sure tracker_fts_update_commit() is called for FTS updates * libtracker-direct: Use maximum D-Bus timeout * libtracker-direct: Wait for tracker-store to be ready * libtracker-bus: Use maximum D-Bus timeout * libtracker-bus: Fixed linking to include libtracker-sparql * libtracker-bus: Throw errors for non-FD passing when Cancellable is cancelled * libtracker-bus: Support BatchUpdate for low priority requests * libtracker-sparql: Added debugging to know what SPARQL is used with direct-access * libtracker-sparql: Added TRACKER_SPARQL_BACKEND environment variable * libtracker-sparql: Added deps file for tracker-sparql.vapi to distribution * libtracker-sparql: cursor_get_n_columns() should only be called after cursor_next() * libtracker-miner: Allow API to bypass config dir checks for user based indexing * libtracker-miner: Add method to reindex certain mimetypes * libtracker-miner: Add method to invoke tracker-miner-fs to index a file * tracker-store: Fixed race conditions with new 'Wait' d-bus interface * tracker-store: Fixed unregister_g_object() criticals * tracker-store: Small busy callback improvements, indexing speed increased * tracker-miner-fs: Remove --add-file option (now done using tracker-control -f) * tracker-miner-fs: Added debugging to know which file is requested to be indexed over D-Bus * tracker-miner-fs: Use tracker_dbus_request_failed() for error situations * tracker-miner-fs: Do not index dirs unconditionally when adding monitors, huge crawling performance improvement * tracker-miner-fs: Renamed Reindex D-Bus interface to Index * tracker-control: Make -f and -m outputs translatable * tracker-control: Print when reindexing mime types or files is successful * tracker-control: Don't print PIDs if we're reindexing mimes or a file * tracker-control: Use TrackerMinerManager to reindex mimetypes * tracker-tag: Bail out if none of the passed files exist in the store Translations: * Updated es: Jorge González * Updated fr: Bruno Brouard * Updated cs: Marek Cernocky * Updated de: Mario Blättermann * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.17 - 2010-08-19 ========================== The changes are: * Require SQLite 3.7 (for Write Ahead Logging) * Require D-Bus GLib 0.82 (for dbus_g_connection_unregister_g_object()) * Fixes: GB#627281, crash in tracker-0.8.15 ms-office extractor * Fixes: GB#623005, Remove odt2txt dependency in the OASIS extractor * Fixes: GB#623207, tracker 0.8.6/0.9.x fails to build against evolution 2.31.4 * Fixes: NB#185950, COREWEB: /usr/lib/tracker/tracker-extract '*__GI_strncmp extract_gif get_file_metadata tra * Fixes: NB#185070, Enable PNG_iTXt_SUPPORTED flag in libpng * Fixes: NB#182948, Keywords/Subject metadata not written back to the file * Fixes: NB#184882, tracker-extract is getting crashed for malformed gif files * Functional Tests: refactoring branch merged, much more comprehensive testings now * SPARQL: Improve lexer performance for strings with ASCII characters * libtracker-common: Make sure libtracker-sparql inherits verbosity * libtracker-data: Merged DataError into TrackerSparqlError, was causing miner-fs to not finish * libtracker-data: Remove unused Options database table * libtracker-sparql: Added dbus-glib-1 dependency when building Vala sources * libtracker-sparql: Added example documentation for update_blank() API * libtracker-bus: Catch SPARQL errors thrown by D-Bus * tracker-extract: MP3, Fixed extraction of certain ID3v2.3 and ID3v2.4 tags * tracker-extract: MP3, Fixed un-unsynchronisation in ID3v2 * tracker-store: Fixed some memory leaks in dbus shutdown * tracker-store: Removed plugin support (was only used by kmail) * tracker-miner-fs: Fixed memory leak when setting up volumes * tracker-search: Fixed typo, output was "Contacts:" when it should be "Files:" * tracker-search: Improved output for --contacts and --files * kmail: Removed this plugin, it was unmaintained Translations: * Updated es: Jorge González Notes: None NEW in 0.9.16 - 2010-08-12 ========================== The changes are: * Require Vala 0.9.4 (to build from git repository only) * NEW Feature: tracker-extract: Added a GUPnP DLNA extractor * NEW Feature: libtracker-sparql: Client library for direct/dbus access * Fixes: NB#184823, Unsupported ontology change prevent tracker for booting * Fixes: NB#177663, Tracker does not harvest ID3v2 tags * Fixes: NB#181421, Duplicates when monitor events processed before directory is created in store * libtracker-common: New environment variable TRACKER_VERBOSITY to override config * libtracker-data: Fixed support for IN, NOT IN with * libtracker-miner: If parent GFile being processed, serialise by waiting * libtracker-miner: Print URIs not paths for CREATE monitor event debugging Translations: * Updated zh_CN: Aron Xu * Updated nds: Nils-Christoph Fiedler Notes: The database version has been incremented, this will force a reindex for any existing Tracker installation. NEW in 0.9.15 - 2010-08-05 ========================== The changes are: * Require GLib 2.24 * Fixes: NB#172390, Tracker doesn't return any content from m3u playlists * Fixes: NB#179570, FTS search of file extension doesn't always work * Fixes: NB#180803, Busy-handling race condition * Fixes: NB#181112, Fix GStreamer pipeline error handling * Fixes: NB#181538, Assume tar program is in $PATH * Fixes: NB#182131, Tracker isn't using resource tokens to protect its interfaces * Fixes: NB#182788, segfault during opendir() * Fixes: NB#183307, Crash in quit_timeout_cb when signal_handler calls it * Fixes: NB#183653, Class notification signals are lost * Ontology, MTP: Fix mtp:hidden * libtracker-data: Support for SPARQL 1.1's IN operator * libtracker-data: Implement progress indication for rotated journals * tracker-store: Queue queries while busy * Add first version of FTS functional test cases * Add functional test case for busy-handling Translations: * Updated hu: Gabor Kelemen * Updated nds: Nils-Christoph Fiedler * Updated se: Daniel Nylander * Updated sl: Andrej Žnidaršič Notes: The database version has been incremented, this will force a reindex for any existing Tracker installation. NEW in 0.9.14 - 2010-07-23 ========================== The changes are: * Fixes: GB#616199, tracker-extract: Avoid second nie:title in msoffice/xml and oasis documents. * Fixes: GB#624731, libtracker-miner: Don't emit signals while iterating hash table. * Fixes: GB#624747, NB#179434: Avoid double-free in send_and_splice_async_callback() * Fixes: GB#624774, Fixes memleaks in tracker-miner-fs * Fixes: NB#180679, Make sure DBusGProxy is destroyed when destroying miner * Fixes: NB#180236, Filter not removed when going into UNAVAILABLE * Fixes: NB#179894, Reset sqlite3 stmt if detected as expired, and retry * Fixes: NB#181538, Assume tar program is in $PATH * NEW Feature: SPARQL, Add support for EXISTS and NOT EXISTS * Ontology, NAO: Set maximum cardinality of propertyName and propertyValue to 1 * Ontology, maemo: Add contactGroup{Audio,Video,Vibration}Ringtone * libtracker-data: Avoid reading already disposed memory * libtracker-data: Improve logging after sqlite error, before aborting * libtracker-data: Remove the unused contents.db * libtracker-data: Remove storing of local locale for no reason * libtracker-data: Do not cope with ontology changes in read-only mode * libtracker-data: Do not reindex in read-only mode * libtracker-data: Do not fetch resource count in read-only mode * libtracker-data: Replace interrupt_thread by GCancellable * libtracker-db, journal: Fix static code analysis issues * libtracker-db: Merged into libtracker-data * libtracker-db tests: Merged into libtracker-data tests * libtracker-common: Fix double free when error splicing * libtracker-common: Fix memory leaks when receiving partial reply plus errors in DBus calls * libtracker-common: Fixed memleak in path_has_write_access() * libtracker-client: Avoid critical, file may not have parent * libtracker-client: Fix memleak, unref DBusPendingCall missing in notify callback * libtracker-client: Avoid compiler warning when using FD-passing * libtracker-client: Fix double free, error is freed in callback * libtracker-miner: Exclude some files from coverage reports * libtracker-miner: Fixed memleak in item_move() * libtracker-miner: Fixed memleak in mount_guess_content_type() * tracker-extract: Fix crash in albumart when pixbuf cannot be created * tracker-extract, msoffice: Fixed memleak in extract_msoffice() * tracker-miner-applications: Fix memleak in process_file_cb() * tracker-writeback: Fixed memleak in get_playlist_type() Translations: * Updated sl: Andrej Žnidaršič * Updated es: Jorge González * Updated zh_CN: Jessica Ban Notes: None NEW in 0.9.13 - 2010-07-16 ========================== The changes are: * Fixes: GB#624071, t-s-t: Query results is always a 2 dimensional array. * Fixes: GB#623836, Avoid crashing if table of pieces is empty in the msword file * Fixes: NB#176090, libtracker-miner: Don't use same parent GFile for both mtime and iri caches * Fixes: NB#178825, New --feeds option in tracker-search to look for feeds * Fixes: NB#178808, Default verbosity should be errors-only in tracker-store * Fixes: NB#179559, Added domainIndex on nie:title for nmm:MusicPiece * Fixes: NB#179798, Wrong detection of ignored directory as a directory * Fixes: NB#178599, extra checks for finding the problem * Fixes: NB#174590, NCO: Remove cardinality restriction in nco:title * FixeS: NB#180602, Cannot detect is a song in device's local memory or not * NEW Feature: Added domain specific indexes, adding a column to DB tables to avoid full table scans/joins with larger tables for performance. * NEW Feature: Journal compression and rotation using 50Mb chunk sizes * libtracker-fts: Fix NEAR/XX operator with more than 2 digits * libtracker-fts: Useful debugging log included, disabled by default * libtracker-fts: Avoid possible NULL dereference * libtracker-fts: Initialize all buffers before using them * libtracker-fts: Avoid segfault when using the NEAR/N operator in FTS * libtracker-data: Added important debugging when changing database (drops/alters/creates/etc) * libtracker-data: Call g_error() if getting max ID fails * libtracker-miner: Improve logging when duplicates are found for a given uri * libtracker-miner: Improved logging, instead of "Adding item", now uses "Creating"/"Updating" * libtracker-miner: Improve logging for storage reporting * libtracker-miner: Avoid unused variable warnings in test cases * libtracker-client: Fix double free in error handling * libtracker-client: Fix object_date proto in vapi * libtracker-client: Mark graph as nullable in vapi * tracker-miner-fs: Use 60s as default DBus timeout for requests to extractor * tracker-extract: MSOffice-xml: Avoid possible NULL dereference * tracker-extract: PDF: Avoid possible NULL dereference * tracker-extract: Avoid warnings when compiling C++ code with C-only warning flags Translations: * Updated de: Mario Blättermann * Updated pt: Nicolau Gonçalves * Updated cs: Marek Cernocky Notes: None NEW in 0.9.12 - 2010-07-08 ========================== The changes are: * Fixes: NB#175613, Avoid duplicate media files showing in databases when sending MMS' * Require GLib 2.24 * Removed unused PKGLIBDIR defines in Makefile.ams * Removed libinotify imported module and use GIO completely * libtracker-common: Added common functionality for D-Bus FD passing with send_and_splice API * libtracker-common: Avoid unused variable warnings in unit tests * libtracker-common: Always set last_time in D-Bus client data * libtracker-db: Remove unreachable code * libtracker-db: Avoid results->GSList->GStrv in _dbus_query_result_to_ptr_array(), just use ->GStrv * libtracker-fts: initialize all buffers before using them * libtracker-fts: Avoid unneeded check, rc is always SQLITE_OK * libtracker-fts Remove unused variable in test case * libtracker-miner: If mount has no volume, don't rely on is_blank for guessing content type * libtracker-miner: Improve logging for storage module * libtracker-miner: Added tracker-monitor test cases * libtracker-miner: Avoid dead code in mount_guess_content_type() * libtracker-miner: Avoid unused variable warning in unit test * libtracker-client: Fixed object_date bindings in VAPI file * libtracker-client: Mark graph as nullable in VAPI file * tracker-store: Fix crash when not building with glibc * tracker-store: Avoid potential pointer ptr->reply dereference where ptr is NULL * tracker-store: Avoid unused variable warning * tracker-extract: Avoid unreachable code when not using libstreamanalyzer * tracker-extract: MP3: avoid deadcode, bitrate will always be greater than 0 * tracker-extract: PDF: check if document is returned before dereferencing it * tracker-extract: Implement tracker_dbus_send_and_splice() for miner/extractor communications * tracker-writeback: Avoid unused variable warning Translations: * Updated de: Mario Blättermann * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.11 - 2010-07-01 ========================== The changes are: * Fixes: GB#511474, Remove the option to index remote mounted directories * Fixes: GB#622734, too many open files error / possible file descriptor leak * Fixes: GB#623203, Fix segfault when guessing content type in mounts without path * Fixes: GB#616809, t-s-t shows Author as urn:uuid: in metadata bar * Fixes: GB#622702, 0.8.13 does not build with gio 2.22 anymore * Fixes: NB#174202, Some .pya audio files cannot be displayed in Music application after copying to device via USB. * Fixes: NB#176932, Pure asf audio file is displayed in Video&TV application. * Fixes: NB#177447, Remove the 'error' signal from TrackerMiner object * general: Added -Wno-portability to AM_INIT_AUTOMAKE * general: Bumped version requirement for GLib from 2.20 to 2.24 * general: Bumped version requirement for D-Bus from 1.3.0 to 1.3.1 for FD passing * tracker-control: Fixed typo in --help * tracker-extract: Plug leak in JPEG extractor * tracker-extract: Plug leaks in MSOffice extractor * tracker-extract: Plug leaks in PDF extractor * tracker-extract: Plug leaks in XMP extractor * tracker-extract: Plug leaks in GStreamer extractor on pipeline creation errors * tracker-store: Avoid CPU hopping of main threads (GNU only platforms) * tracker-store: Improve memory allocation for change events and avoid duplicates * tracker-store: Always reset interrupt thread before queries AND updates * tracker-store: Fix call to tracker_store_sparql_update for FD passing API * tracker-miner-fs: Use TrackerMinerFS caches for application mining * tracker-miner-fs: Fix various SPARQL issues for application mining * libtracker-data: Fix typo in define used for FTS support * libtracker-client: Updated Vala bindings * libtracker-miner: Fix potential invalid read error * libtracker-miner: Fix compilation if UPOWER and HAL are disabled * evolution: Don't fail to add mails with spaces in the folder name * function-tests: added mass storage mode test cases Translations: * Updated et: Mattias Põldaru * Updated de: Mario Blättermann * Updated es: Jorge González * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.10 - 2010-06-24 ========================== The changes are: * Fixes: GB#621547, inconsistent messages on hard-reset * Fixes: GB#620354, make TST history persistent * Fixes: GB#621070, Re-enable volume cleanup * Fixes: GB#620828, returns no e-mail results * Fixes: GB#621987, Correctly handle applications in results * Fixes: GB#620362, mp3 extraction crashes if year string is NULL before using atoi() with libenca enabled * Fixes: GB#619868, don't recheck all monitored directories needlessly * Fixes: GB#620486, Ignored files can still be found after changing tracker-miner-fs.cfg * Fixes: GB#622351, Wrong initial detection of mounted state of the root partition * Fixes: NB#175723, Avoid duplicates if several monitor events arrive together and store is slow * Fixes: NB#170915, tracker-search for snippet is resulting in errors * Fixes: NB#175957, Properly setup non-removable mounts at startup * Fixes: NB#175712, tracker is listing the files under Ignore directories * Fixes: NB#172813, Tracker Miner polluting dbus channels upon indexing * Support --disable-tracker-fts to disable libtracker-fts and all FTS operations * Support D-Bus FD passing (avoids much memory copying) thanks to the work from Adrien Bustany * SPARQL: Fix generated SQL for triple block following simple optional * libtracker-data: Add tests for triple block following simple optional * libtracker-miner: Fixed memory leak * libtracker-miner: Minor style changes * tracker-miner-fs: Force recheck on IgnoredFiles changes * Revert index added for nfo:belongsToContainer * Revert "libtracker-data: Fixes NB#174591, Throw error on undefined variable in expressions" Translations: None Notes: Building Tracker from the git repository requires updated librest bindings not yet released. Building the Flickr miner requires master vala to be built. This can be disabled using --disable-miner-flickr. NEW in 0.9.9 - 2010-06-17 ========================= The changes are: * Fixes: GB#621547, inconsistent messages on hard-reset * Fixes: GB#621126, Status icon's progress bars should be at 0% on init * Fixes: GB#620094, tracker-status-icon shows "search" menu item even though t-s-t is not installed * Fixes: GB#621183, When mounting volume 2nd time, inotify watches don't work any more * Fixes: GB#621001, tracker-miner-fs fails to initialize active mount points if CD name has whitespaces * Fixes: NB#174162, Tracker's filesize returns integer which prevents to show correct file size for big files. * Fixes: NB#174333, Each file is listed twice in tracker search results * Fixes: NB#174591, Tracker accepts unbound variables in FILTER() expression. * Fixes: NB#173673, SMS validity period property needed in nmo ontology * Fixes: NB#172818, Tracker is not indexing new content on EMMC * Fixes: NB#173589, tracker-store is killed due to high memory usage from large INSERTs * Fixes: NB#174248, Filtering by boolean value fails * configure: Fixed summary for miners (strings were blank sometimes) * Ontology: Removed nrl:maxCardinality from nco:hasAffiliation (was 1) * Ontology: Added tracker:isRemovable and tracker:isOptical properties * libtracker-db: Database version bump (due to ontology changes) * libtracker-db: Simplify DB abstraction, it is not needed * libtracker-db: Add a "length" parameter to tracker_db_cursor_string * libtracker-fts: Fixed libicu backend memory leak in tracker_parser_reset() * libtracker-miner: Added tracker_storage_get_type_for_uuid() * libtracker-miner: Update the database when config changes for optical/removable media * libtracker-miner: Use GMount instead of GVolume which is for user-mountable devices only * libtracker-miner: Detect removable devices using GDrive API, not guessing * libtracker-miner: Ignore GMounts which are considered shadowed mounts * libtracker-miner: Import GIO's system for detecting optical media more accurately * tracker-store: Optimized memory use for class signals * tracker-store: Optimized class signals with use of GStringChunk * tracker-store: Avoid using dbus-glib for sending class signals * tracker-store: Compress SubjectsChanged signal for multi-value fields * tracker-extract: Slightly reduce SPARQL update size for playlists * tracker-miner-fs: Force re-check of mounted path ONLY if an indexed location * tracker-minre-fs: Fixed build when there is no DEVKIT or HAL Translations: None Notes: The database version up has been incremented, this will force a reindex for any existing Tracker installation. NEW in 0.9.8 - 2010-06-10 ========================= The changes are: * Fixes: NB#171657, Device manufacturer and device model XMP metadata are not extracted from mp4 video files * Fixes: NB#173206, Images and videos should both have the key 'nfo:device' with the same information * Fixes: NB#161449, Empty place holder in query result after copying new songs to device * Fixes: NB#172414, Song without any album image is shown with some random primary image in Content Manager * Fixes: NB#172652, Avoiding some missing playlists in query doesn't * return anything other exist playlists in query * Fixes --enable-maemo (had no effect) * Updated generator scripts to include data objects for emails * SPARQL: Warn instead of crash on namespaces without a prefix * SPARQL: Added test for FILTER in group graph patterns * SPARQL: Always generate SELECT around group graph patterns * SPARQL: Only clear buffer when rolling back a transaction * SPARQL: Support experimental INSERT SILENT and DELETE SILENT (don't rollback on failures during transactions) * Ontology: Added tracker:defaultValue property * Ontology: Added maemo:relevance default value of 1000000 * Functional Tests: Added script to kill store during batch commit * libtracker-data: Fix error annotations in Vala bindings * tracker-miner-fs: Fixed IRI cache invalidation * tracker-miner-fs: Use DELETE instead of DROP GRAPH for volumes * tracker-miner-fs: Separate user data from filesystem data using graphs * libtracker-common: Removed public documentation for private library * libtracker-db: Renamed crawling-timestamp to last-crawl.txt * libtracker-db: Renamed .firstindex to first-index.txt * libtracker-db: Set contents of first-index.txt to PACKAGE_VERSION Translations: * Updated sl: Andrej Žnidaršič * Updated hu: Gabor Kelemen * Updated es: Jorge González Notes: None NEW in 0.9.7 - 2010-06-03 ========================= Improvements / New: General: * Fixed _DATA include for Maemo ontologies, was missing \ * Use simple contacts instead of PersonContacts for message data generators Functional Test: * Added experimental nmo:Message query tests Ontology: * Deprecated nmm:camera for nfo:device * Added nmo:ReportReadStatus class * Added nmo:sentWithReportRead property * Added nmo:reportReadStatus property * Added nmo:read-status-read, nmo:read-status-deleted and nmo:read-status-unknown for nmo:ReportReadStatus * Added nmo:mmsId property * Don't use nie:hasPart subproperty for nco:key, nco:photo, nco:logo and nco:sound libtracker-common: * Added TrackerConfigFile and TrackerKeyfileObject Vala bindings libtracker-fts: * Removed tracker_parser_process_word() API tracker-store: * Added support for TRACKER_STORE_TASK_MAX_TIME environment variable to set maximum time allowed before interrupting a query * Process 50 Turtle statements at once, previously was 10 tracker-miner-fs: * Added 'CrawlingInterval' config option to disable or only mtime check file system after n days, default is same as previously (every startup) tracker-miner-rss: * Link against libtracker-client since we use the API Bugs: * NB#167647 - Packages built from tracker depend on python2.5 but call /usr/bin/python * GB#619498 - Check if stop word before stemming, not after * GB#619929 - tracker-search shouldn't quit if stopword found * GB#619535 - MaxWords configuration in FTS config is not used Translations: * Updated de: Mario Blättermann * Updated ja: Takeshi AIHANA Notes: None NEW in 0.9.6 - 2010-05-27 ========================= Improvements / New: General: * Fixed libtracker-client header includes for all tracker-utils Ontology: * Added SLO (Simplified Location Ontology) for testing libtracker-db: * Replaced unreliable sqlite3_interrupt() with another solution libtracker-data: * Fixed backup test to properly shutdown libtracker-data * Improved error reporting when inserting multiple values for single valued property * Don't remove temporary data asynchronously, leads to race conditions libtracker-extract: * XMP: Protect against division by zero * Updated tracker_text_validate_utf8(), text_len was gsize, now it is gssize libtracker-fts: * Make sure to not keep table locked after queries * Added README.parsers to explain libicu/libunistring/libglib parsing methods * Removed max_words_to_index, it was unused * Removed delimit_words, it was unused tracker-extract: * XMP: Fix strings that go like "n1/n2" that are xsd:double tracker-writeback: * XMP: Don't writeback fields that are typically set by the camera itself tracker-search: * Don't append "*" to all fts:match queries Bugs: * GB#619826 - don't clean-up search terms before storing them in history * GB#526346 - please add option to disable stemming * GB#560220 - New option required:ignore diacritics when indexing and searching * GB#619271 - pango dependency only needed if compiling with the glib/pango parser * GB#619487 - ensure that one can search terms with _underscores_ * GB#619630 - HTML extractor inserts several nie:title if title has an ampersand (&) character * GB#619615 - Include DC ontology in gtk-doc documentation * GB#619801 - We need SPARQL escaping for cases where we use g_file_info_get_display_name() * GB#616540 - tracker-preferences doesn't like non-UTF8 locale * NB#167449 - The attached PDF file is not displayed in the front page. * NB#168740 - Tracker-Critical **: Could not execute sparql: Unable to insert multiple values for subject * NB#169460 - Added m3u playlist is not harvested by tracker in SB1 * NB#170142 - Same tags are extracted twice if found from DC:Subject and IPTC:keywords * NB#164822 - Need property to associate a video URL with a contact Translations: * Updated fr: Claude Paroz Notes: None NEW in 0.9.5 - 2010-05-20 ========================= Improvements / New: General: * Added support for libunistring and libicu thanks for the work from Aleksander Morgado * Fixed building with VPATHS where $srcdir != $builddir SPARQL: * Added tracker:id function to return the integer ID used as last sort key in queries Ontology: * Added secondary index on nmo:communicationChannel libtracker-data: * Create new contexts per tripple now, improves variable handling * Added support for secondary indexes, creates a 2 column index in SQLite libtracker-fts: * Fixed word breaking (if using libicu or libunistring) * Fixed word normalization (if using libicu or libunistring) * Fixed word case folding (if using libicu or libunistring) * Support multi language extraction per file (if using libicu or libunistring) libtracker-miner: * Fixed IRI cache * Fixed mtime cache for config directories themselves * Added TrackerNetworkProvider for miners which need to know about connection status tracker-store: * Check idle handler after * Use exclusive thread for TTL imports, fixes remaining table locked issues tracker-extract: * Handle single null terminated strings in UCS2 and UTF-16 in mp3 extractor * Don't do word breaking to limit FTS extraction by words, instead use bytes, faster * Added specific GIF file extractor tracker-search-tool: * Fixed segfault when entering text while categories are selected Bugs: * NB#163155 - tracker-extract is crashing while extracting album art of a mp3 file * NB#169254 - GLIB CRITICAL ** GLib - g_utf8_strdown: assertion `str != NULL' failed * NB#169105 - GLIB CRITICAL ** Tracker - tracker_iptc_new: assertion `len > 0' failed * NB#169119 - GLIB CRITICAL ** GLib-GObject - g_object_unref: assertion `G_IS_OBJECT (object)' failed * GB#619061 - add search history and auto-completion * GB#616535 - miner-fs stops after crawling a little (no crash). maybe non-utf8 locale related. * GB#614870 - Open t-s-t on left click * GB#614610 - config behaviour regarding xdg-user-dirs doesn't work properly * GB#618821 - Wrong X-GNOME-Bugzilla-Components for desktop files * GB#618544 - Only install tracker-search-bar man page when enabled * GB#618011 - UI problems with tracker tray icon * GB#616808 - dist tarball fails to build twice in a row if --enable-gtk-doc is selected * GB#491850 - Allow option to ignore stopwords * GB#503366 - Cannot search number in text files * GB#579756 - Unicode Normalization is broken in Indexer and/or Search * GB#616836 - Use libunistring's u8_normalize() instead of GLib's g_utf8_normalize() Translations: * Updated cs: Petr Kovar * Updated de: Mario Blättermann * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.4 - 2010-05-11 ========================= Improvements / New: General: * Require poppler 0.12.2 instead of poppler-glib 0.4.5 * Removed many unused variables from coverity reports * Various other fixes picked up from coverity reports * RSS miner, pkg-config should look for rest-0.6, not rest Functional Tests: * Added force-sqlite-misused-batch.sh and force-sqlite-misused.sh for NB#166684 * Added for journal replay * Added for backup-restore Ontology: * Fixed typo for nfo:softwareCmdLine comment * Added tracker:notify for nco:EmailAddress * Added tracker:notify for nco:PhoneNumber * Added tracker:notify for nco:PostalAddress * Added tracker:notify for nfo:Document * Added tracker:notify for nfo:SoftwareApplication * Added tracker:indexed for nfo:belongsToContainer Data Generators: * Fixed %u use since it is deprecated in favour of %d in Python libtracker-common: * Fixed compilation error in validating ints for tracker-keyfile-object libtracker-db: * Enable read_uncommitted to fix locking issues * Properly shut down thread data on thread destruction, fixes sqlite3_close() log errors * Don't fsync/close already open databases if g_open() succeeds * Avoid strstr in uri_is_{parent|descendant} functions * Performance improvement for tracker:uri-is-parent function libtracker-extract: * Don't modify setlocale() return value, as it's statically stored * Protect against invalid values in tracker_date_guess() libtracker-miner: * Added missing .deps file for Vala bindings * Fixed memory leak in VAPI file * Fixed includes for libtracker-client in VAPI file * Updated nfo:fileLastModified query to use nfo:belongsToContainer, much faster libtracker-client: * Fixed typo in documentation for tracker_resources_sparql_query() tracker-store: * Fixed possible memory corruption * Fixed crash when client disappears * Fixed unref of TrackerDBCursor when NULL * Handle commit transaction error when importing turtle files and rollback tracker-extract: * Ported PDF extractor to not use poppler-glib, speed improvement * Don't run past genre array in mp3 extractor * Use nfo:HtmlDocument instead of nfo:Document in html extractor * Fixed compilation warning for msoffice extractor, use G_GSIZE_FORMAT not %d tracker-writeback: * Added MP4 and 3GPP video files xmp module tracker-search: * Added --emails and list subjects/dates * Added --contacts and list names/addresses * Updated --detailed so we only report URNs if this is supplied tracker-tag: * Fixed possible use of uninitialised memory tracker-info: * Show results in shortened form, added --full-namespaces for old behaviour tracker-search-tool: * Fixed segmentation fault when there are no results * Added "Folders" category * Renamed "Office Documents" category to "Documents" Bugs: * GB#616548 - DIrectory lists and de-duplication in tracker-preferences * GB#617082 - RFE Useability - Learning How to Start the Miners was a Little Unintuitive * NB#166767 - Every word in a long tag is indexed separately * NB#166684 - Database table is locked issue, SQLITE_MISUSED is reported SQLite error here * NB#167616 - Tracker's ISO 8601 timestamp implementation is not correct * NB#166717 - Only first DC:Subject and IPTC:Keywords tags are extracted Translations: * Updated cs: Petr Kovar * Updated de: Mario Blättermann Notes: Due to the HTML extractor changing the document type from nfo:Document to nfo:HtmlDocument, we would advise anyone with these files indexed to use: tracker-control --reindex-mime-type text/html This should make sure all indexed files are correctly adjusted. NEW in 0.9.3 - 2010-04-29 ========================= Improvements / New: General: * Fixed miner desktop files so they have trailing ; for Categories * Added structural view design document * Added queries for contact data generation scripts * Added queries for message data generation scripts * Added debugging to libinotify to assist in fixing GB#615965 * Updated data generation scripts and templates quite heavily * Disable inotify and tracker-storage for coverage reports Ontology: * Added nco:contactLocalUID property Functional Tests: * Fixed query used for getting image metdata * Fixed signal handling in miner file operations test * Fixed performance scripts to not use isStoredAs * Updated contact related performance queries * Updated message related performance queries * Added writeback support for PNG, TIFF, MP4 libtracker-common: * Removed tracker_power_get_battery_percentage(), it's unused * Port from libdevkit-power-gobject to libupower-glib libtracker-db: * Added tracker:uri-is-parent SQLite functions (for crawling improvements) * Added tracker:uri-is-descendant SQLite functions (for crawling improvements) * Define a maxium size for each DBusMessage libtracker-data: * Added fn:lower-case function libtracker-miner: * Improve crawling queries (3693 dirs, 27678 files, was 651s, now 166s) libtracker-client: * Added initial test cases tracker-store: * Fixed cursor iteration to make sure it is done in the thread that prepared the query * Fixed memory corruption, using DBusGMethodInvocation after freed * Create DBusMessages without dbus-glib to avoid memory duplication/fragmentation tracker-extract: * Fixed man page for -d * Fixed double free in Vorbis extractor, caused timeouts in miner-fs logs * Added tracker_getline() API for platforms without it tracker-miner-fs: * Use new libupower API in tracker-common tracker-miner-flickr: * Added new miner for Flickr web service thanks to the work from Adrien Bustany tracker-writeback: * Fixed double free in taglib module evolution: * Fixed race condition tracker-search-tool: * Removed --service (old 0.6 option which is unused) * Added support for starting queries using command line arguments Bugs: * GB#615930 - crash in evolution caused by tracker plugin * GB#616493 - Remove unzip dependency from the OASIS extractor * GB#615836 - tracker:available doesnt work: wrong dataSource for removeable drives * GB#579051 - provide getline() if not found * NB#166080 - extraction of copyright for jpg image is partially correct * NB#164958 - tracker-search for a default song doesn't work for "beautif" and "beautifu" Translations: * Updated cs: Petr Kovar * Updated sl: Andrej Žnidaršič Notes: None NEW in 0.9.2 - 2010-04-22 ========================= Improvements / New: General: * Fix build failures on none Linux platforms * Depend on SQLite >= 3.6.17 for shared cache mode (for FTS) Ontology: * nfo:isContentEncrypted was defined in nmm, not nfo * Added tracker:indexed for nfo:fileLastModified * Added tracker:fulltextIndexed for nie:subject * Added tracker:fulltextNoLimit for nie:subject * Added tracker:weight of 5 for nie:subject * Added tracker:indexed for nmm:musicAlbum * Added tracker:indexed for nmm:performer * Added tracker:indexed for mlo:location Functional Tests: * Added videos to the data generation * Added test set configuration for maximum values * Added full text queries * Added basic file operations for miner-fs and desktop environments * Added file operation tests for multilevel subfolders * Fixed writeback tests to wait for signal before testing extraction libtracker-db: * Support O_LARGEFILE when using g_open for the journal * Support cancellation (after 30 seconds) for abusive queries * Use sqlite3_config (SQLITE_CONFIG_MULTITHREAD) libtracker-data: * Fixed memory leak on journal replay libtracker-miner: * Don't translate statuses * Improve crawling queries (3693 dirs, 27678 files, was 651s, now 166s) libtracker-extract: * Don't run past an array in XMP tests tracker-store: * Support all requests using GThreadPool * Support parallel queries (uses 2 threads for now, tested with more) * Support cancelling queries when clients disconnect (from D-Bus) tracker-extract: * Set nfo:isContentEncrypted for encrypted docs * Improve