NEW in 0.7.10 ============= Improvements / New: Ontology: * Added nco:IMCapability* and nco:imContactCapability*. * Added tracker:notify to nmo:Message. * Added maemo:webhistoryThumbnail. * Fixed maemo:relevance to use maxCardinality of 1, None previously. Documentation: * Fixed missing docs/ontology PNG files. Data Generators: * Fixed Python 2.5 requirement. * Fixed to work with the latest ontology. * Fixed to not generate duplicate self entries for nco:PersonContact libtracker-common: * Fixed memory leaks in TrackerProperty finalize. * Fixed classes/props/namespaces to use GPtrArray bookkeeping. libtracker-data: * Fixed memory leak in tracker_data_update_sparql{_blank}(). libtracker-miner: * Fixed memory leaks in querying code. * Fixed memory leaks when removing and moving items. * Fixed memory leak in monitor code when freeing events. * Fixed some build warnings. * Fixed to not check for locks in non-existent files. * Removed TrackerMiner::terminated signal, it was unused. libtracker-client: * Added initial documentation. About 50% is documented. tracker-miner-fs: * Fixed memory leaks in mount code. tracker-tag: * Now uses g_file_new_from_command_line_arg() so URIs don't have to be full URIs. tracker-writeback: * Fixed missing include for locale.h tracker-search-bar: * Fixed all queries to use FTS not FILTER SPARQL. * Fixed to be able to launch applications and all files too. * Updated to show 10 items per category not 5 by default. * Added support for tags, bookmarks, contacts and websites. Bugs: None. Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.9 ============ Improvements / New: General: * Bumped libexempi requirement from 1.99.2 to 2.1.0 for NS_PDF. * Fixed linking errors found with binutils-gold ld. Ontology: * New property tracker:writeback used to know if ontology should be written back to their original files (if supported by tracker-writeback). * Added nmm documentation. * Added nmm:dlnaProfile and nmm:uPnPShared properties. * Added mfo documentation. * Added mfo:optional property. * Added nmm:alternativeMedia property. * Renamed nmm:meteringMode-* to nmm:metering-mode-*. * Renamed nmm:whiteBalance-* to nmm:white-balance-*. * Updated mlo, ncal, mfo, nmm, mto, nao, nfo + nco documentation. SPARQL: * Updated to return generated URIs for inserted blank nodes. libtracker-common: * Fixed removable device code to include volumes mounted in /media libtracker-data: * Fixed build with vala master. * Fixed to accept NULL for GErrors. * Added support for returning generated uuid URIs for updates. libtracker-fts: * Fixed crash in TrackerParser's parser_next() function. * Fixed invalid read in TrackerParser. libtracker-miner: * Updated to use standard GIO callbacks (GAsyncResult, etc). * Removed redundant monitor code. * Fixed memory corruption for directory moves in monitor code. * Fixed test/ to use ::finished not ::terminated which is unused. * Moved test/ directory to examples/libtracker-miner. tracker-miner-fs: * Added $HOME as a single level directory to index by default. * Removed duplicate call to tracker_storage_new() / hal debug dump. tracker-preferences: * Fixed title, use "Tracker Preferences" not "tracker-preferences". * Moved "Indexing" options to their own tab. * Added mnemonics for notification area options. tracker-writeback: * New binary for writing metadata back to files. Initial support for XMP and MP3 for now. tracker-extract: * Fixed XMP coalescing for TIFF/PNG/PDF/JPEG. * Fixed build warning with mockup_SOURCES. rss_reader: * Fixed exception handling on import. Bugs: * Fixes NB#135360, Images from all memory location are not disp... * Fixes GB#598470, Search entry icons grayed out * Fixes GB#600973, tracker-control: don't use "-h" to remove th... Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.8 ============ Improvements / New: General: * Add --version option to command line tools. Ontology: * NCO: Add more IM properties. * NMO: Add first draft of SMS support. * Work on ontology description and documentation. SPARQL: * Limit scope of blank nodes to conform to specification. * Fix missing results due to OPTIONAL optimization. libtracker-data: * Fix critical warning on tracker-store startup. tracker-extract: * Fix use of tagreadbin in GStreamer extractor. * Use NAO tags for image keywords. * Correctly detect 3GPP audio files in GStreamer extractor. * Extract nmm:albumTrackCount from MP3 files. RSS Reader: * Add some Zeitgeist interaction to the RSS Reader example. Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.7 ============ Improvements / New: Ontology: * Mark nco:phoneNumber, nco:imID, and nco:emailAddress as inverse functional properties. SPARQL: * Optimize simple optionals with inverse functional properties. * Return property URI instead of internal uri for fts:offsets(). libtracker-data: * Propagate SQLite errors on updates. tracker-miner-fs: * Handle errors when moving items recursively. NEW in 0.7.6 ============ Improvements / New: General: * Fixed libvorbis detection in configure. * Fixed data/.gitignore to not exclude .desktop.in files. * Added AC_CACHE_CHECK for ioprio in configure for cross-platform compilation. * Imported data generation scripts from old repository. Ontology: * Fixed nmm:exposureTime to be a double not integer. * Added tracker:weight to ontology properties (was only used on few properties before like nie:title). Used for scoring/ranking. * Added more FTS fields so FTS matching occurs on more useful data. * Added nco:metacontact concept (see http://live.gnome.org/Tracker/Documentation/ContactsOntology) * Removed cardinality restriction for dc:contributor. * Removed cardinality maximum from nco:contrbutor & nco:creator. * Renamed nmo:VOIPCall to nmo:Call. SPARQL: * Fixed fts:rank when fts:match is not first predicate in query. Functional Tests: * Added for fts:rank * Added for nco:metacontact libtracker-common: * Fixed tracker_coalesce() to not use empty/blank strings. * Fixed tracker_is_blank_string() to be UTF-8 compliant. * Added tracker_sparql_builder_object_double() method. libtracker-data: * Fixed assertion using cursors open twice (tracker-store crash). * Fixed outer query cursors being used by inner queries. libtracker-miner: * Fixed calls to tracker-store to be completely async (no blocking when tracker-store is not available) * Fixed trying to free invalid GPtrArray pointers. * Updated reference documentation. * Improve error reporting when initializing volumes. tracker-store: tracker-extract: * Fixed return value in albumart_set(). * Fixed JPEG to coalesce nie:comment. * Fixed JPEG leak if file size is < 18 bytes. * Fixed MP3 id3v20/v22 memory corruption. * Fixed MP3 id3v20/v22 comments retrieval. * Fixed cases where _object_unvalidated() was used over _object(). * Added album art support with libquill (alternative to GdkPixbuf). * Updated ALL plugins to use TrackerSparqlBuilder API (from older variant), this produces less D-Bus traffic and the output is generally nicer. tracker-search-bar: * Fixed to show all documents, not just paginated ones. * Fixed icon background to be transparent. * Fixed showing results and no results label at the same time. * Fixed window height to be a lot longer by default. * Fixed selecting blank rows for separators. * Fixed showing blank rows after all results. * Fixed sorting (broken by use of hash table). * Added vertical orientation for applet. * Added ranked sorting for searches. * Added limit for each category to 5. * Added interactive searching on a 300ms delay. tracker-search-tool: * Added interactive searching. Bugs: * Fixes GB#600081, Get rid of Bonobo Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.5 ============ Improvements / New: SPARQL: * Fixed to flush update buffer after DROP GRAPH. * Fixed leaking variables in reference cycle. * Support fts:rank and fts:offsets in function queries. libtracker-common: * Fixed battery handling so we don't throttle indexing when on low battery in cases where we are charging on AC power. * Fixed logging so that verbosity=1 displays all G_LOG_LEVEL_INFO messages. Previously it was unused. * Fixed vapi dependencies in Makefile.am * Added tracker_info() and tracker_dbus_request_info() to use G_LOG_LEVEL_INFO logging. libtracker-db: * Added tracker_db_statement_bind_null(). This allows use of ? parameters in SQL to be set to NULL. No longer special casing NULL when used as a value when deleting single valued property values. libtracker-data: * Fixed crash from dereferencing GError when NULL in delete_metadata_decomposed(). * Added a rollback callback to prevent sending update events which are rolled back. libtracker-fts: * Use tracker:weight for per-property weight. libtracker-miner: * Fixed overwriting throttle in TrackerMinerFiles class construction. * Fixed TrackerCrawler class vtable definition of ::finished. * Fixed g_critical() if .service files are not available for some miners (this is the case for the Evolution plugin which is not started by D-Bus but Evolution). * Fixed tracker_connect() call to disable D-Bus timeouts. tracker-store: * Compress multiple ClassSignals for predicate-values into a single signal. tracker-extract: * Fixed libstreamanalyzer plugin so it doesn't report file ontology information which miner-fs already provides. * Fixed configure script so libstreamanalyzer is disabled by default but can be forced with --enable-libstreamanalyzer. Previously it was just compiled if it was available. * Fixed log spamming on start up, based on the fix for NB#126773 for 0.6. See commit 65adc16dc0183a1a9b08eb85440312399748262a. * Fixed missing "break;" when parsing id3v20 tags leading to a double free with genre/copyright assignment. * Fixed MP3 extractor memory leaks in id3v24 comment tag and tlen tag. * Fixed so we initialize album art when running stand alone with -f command line switch (fixes critical warnings from non-initialized caches). * Added support for nmm:trackNumber for MP3 extractor. Also uses an integer not a string which was leaking too. * Added command line switch -i to force in-house extractors over libstreamanalyzer. * Removed use of g_build_filename() for log filename, instead use the string returned by tracker_log_init(). tracker-control: * Created from tracker-processes (which no longer exists). * Added support for removing all thumbnails. * Added support for removing all config files. * Added support for starting Tracker's miners. tracker-status: * Fixed crash when GValue is NULL when getting status/progress. tracker-sparql: * Fixed use of '#' and use ':' instead. For example nfo#Video. tracker-explorer: * Improved UI layout to be more inline with the HIG. tracker-status-icon: * Added man page for the .cfg file. tracker-search-tool: * Fixed mimetype query. Bugs: * Fixes NB#120255, Tracker doesn't read "year" tag from the mp3... Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.4 ============ Improvements / New: General: * Bumped database schema version (we were not doing this for 0.7.x until now) which makes sure a reindex occurs when the database schema changes. This is to prevent bugs like: GB#598224. Ontology: * Added maemo:relevance to provide additional hit scoring. SPARQL: * Updated to refactor code duplication. * Fixed case sensitivity for variables Database: * Removed EvolutionModseq from the Options table - unused. libtracker-common: * Fixed typo in devicekit low battery functionality, this lead to indexing being paused in the wrong conditions. * Fixed TrackerConfigFile so inotify CREATE events trigger changed signal. libtracker-data: * Updated to support multiple resources in queries to improve performance for specific inserts requests. libtracker-miner: * Fixed re-index every time tracker-miner-fs was started due to mtime query error since introducing timezones. tracker-extract: * Fixed so words indexed for FTS is based on tracker-fts.cfg, not just static at 1000. tracker-search-tool: * Fixed so only one instance can be run at a time. tracker-evolution-plugin: * Fixed so we don't spam status updates about the miner. * Fixed OOM situation by using D-Bus noreply functions instead. * Fixed memory leak when receiving errors from D-Bus responses. * Fixed memory leak when processing folders. * Fixed progress reporting to go forward not jump around. Bugs: * Fixes GB#570608, Translation of firefox-extension * Fixes NB#135969, Artist and Album query returns reults other than... Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.3 ============ Improvements / New: General: * Require SQLite >= 3.6.16. Required for test cases to pass. * Removed requirement for 'sqlite_exec' in configure.ac. RSS Reader: * Updated Python example to use new Tracker APIs. Ontology: * Added nmm:albumArtist property. * Added nmm:Playlist class. * Removed cardinality restriction for nie:informationElementDate. SPARQL: * Fixed time zone handling when inserting time_t. * Support single-valued properties as functions. * Support multi-valued properties as functions. * Improved to not require 'AS' when using SELECT functions. * Support rollback for updates when one or more errors occur. libtracker-db: * Make sure SQLite statements are reset when using cursors. This was leading to DB locks. libtracker-miner: * Fixed infinite loop when unmounting. tracker-store: * Removed all use of tracker-storage for volume handling. This is now done in tracker-miner-fs. tracker-preferences: * Added visibility options for tracker-search-tool. tracker-status-icon: * Added tracker-status-icon.cfg for visibility settings. * Added global binding to launch tracker-search-tool (S). * Improved so progress bars are not so tall and the now pulses when at 0% (used for crawling or initialising usually). * Improved so the progress bar is not displayed for miners not running. * Fixed so the default progress is 100% (in cases where the tracker-status-icon is restarted). tracker-search-tool: * Fixed UI to be more HIG compliant. Bugs: * Fixes GB#590501, Album art heuristic always fails * Fixes NB#137046, Properties Are Not Retained Upon File Modific... * Fixes NB#141698, List of saved playlist has names of albums too * Fixes NB#134107, Optional properties with orderby causes signi... Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.2 ============ Improvements / New: General: * Added support for AM_SILENT_RULES (used for producing nice build output), see http://live.gnome.org/GnomeGoals/NicerBuilds * Removed filters/ - they are no longer used, was for full text search abilities. We now do this in tracker-extract. * Simplify CFLAGS/LIBS for applications and generally all Makefiles. Ontology: * Added average{audio|video}bitrate for nmm:Video. This allows the audio and video to have different bit rates in the same URN. * Added properties for newly added MTP. * Added properties fourCC and waveformat for MTP. * Added properties to NMM to support MTP (nmm:lyrics, mmm:skipCounter, nmm:isCropped, nmm:isColorCorrected). * Added nmm and mto prefixes. * Updated mtp:ScanType to subclass nie:InformationElement allowing nie:description on instances. * Renamed nmm:album to nmm:videoAlbum to be consistent with nmm:audioAlbum. Test Cases: libstemmer: * Fix API to return const/non-const more consistently. libtracker-common: * Fixed TrackerConfigFile to make it an abstract type object. * Fixed storage (HAL) APIs to return const/non-const more consistently. * Fixed tracker_path_evaluate_name() so we use the HOME environment variable with g_getenv() instead of g_get_home_dir(). This fixes issues seen with NFS mounted home directories. * Fixed storage (HAL) APIs to normalise directories returned. * Fixed timezone test case for tracker-type-utils. * Improve documentation. libtracker-data: * Fixed virtual property tracker:uri. libtracker-miner: * Added "process-pool-limit" to TrackerMinerFS, this allows us to process more than one file at once. Previously each file was extracted in tracker-extract and stored in tracker-store sequentially. Now data is extracted while it is being stored if process-pool-limit is > 1. Now it is set to 10. * Added support for deleting recursively when a directory is removed. * Updated the documentation. * Removed "application" parameter in tracker_miner_pause(), since it now uses g_get_application_name() or TrackerMiner::name internally. * Update vtable function process_file() for TrackerMinerFS into a signal to be consistent with the rest of the API. * Fixed pkg-config file to include dbus-glib. * Fixed moving items between two monitored directories. Was unsupported. * Fixed g_timer_destroy() warning with timer != NULL. tracker-store: * Updated the Dia documentation for trackerd to detail how tracker-store works. * Updated SQL generated for FTS queries by SPARQL. * Added support for function calls as select expressions in SPARQL. * Added support dots at the end of simple OPTIONAL statements in SPARQL. tracker-miner-fs: * Fixed crawling duplicate directories if one is in the config file and the other is a removable media. * Fixed memory leak with returned removable devices from storage (HAL). * Updated the Dia documentation for tracker-indexer to detail how tracker-miner-fs works. * Fixed so we don't print "miners all finished" more than once. tracker-extract: * Added tracker_text_normalize() to clean up content used for FTS. This function effectively strips non-text characters, extra spaces, carriage returns, etc. * Added FTS support for MS and ODF document formats. * Fixed PDF extractor to use tracker_text_normalize(). tracker-tag: * Added support for removing a tag on a per URN basis instead of for all content. * Fixed return value Bugs: * Fixes GB#570608 - Translation of firefox-extension * Fixes GB#592400 - String translation issues * Fixes GB#589059 - Add option to set evolution plugins directory in configure * Fixes GB#591814 - Clean up .ui files * Fixes GB#581984 - Get rid of deprecated libgnome(ui) * Fixes GB#595752 - Minor string fixes * Fixes NB#142257 - Query from QtTracker causes error Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7.1 ============ Improvements / New: General: * Updated version of dbus and dbus-glib and removed SUBJECT_TO_CHANGE use everywhere. * Updated version of libxml to something realistic. * Updated version of libgee to 0.3. * Updated vala requirement suggestion in autogen.sh to 0.7.6. Ontology: * Added prefix "mlo" for http://www.tracker-project.org/temp/mlo * Updated scal ontology to cover ical standard. Documentation: * Added initial documentation for libtracker-miner. * Fixed typo in tracker-processes man page. * Fixed warnings when building documenation for libtracker-common * Regenerated documentation sections for libtracker-common libtracker-common: * Fixed memory leak in tracker_string_to_date(). * Moved TrackerParser API to libtracker-fts, only used there. libtracker-db: * Updated headers so only one header can be included if used externally libtracker-data: * Added support for fn:contains and fn:ends-with for SPARQL. * Removed unnecessary FTS INSERT and DELETE statements. * Updated to avoid unnecessary SQL CAST expressions. libtracker-fts: * Added to unit tests * Removed broken and unused paragraph detection. * Moved this from "tracker-fts" everywhere in code base since it is a library not an application. libtracker-miner: * Added get_status() and is_paused() APIs. * Removed GetName and GetDescription DBus methods, now in desktop files and exposed through TrackerMinerManager API. tracker-store: * Clean up queued batch updates to the database when clients disconnect. * Do not use JOIN for simple OPTIONAL patterns in SPARQL (significant speed improvement). tracker-miner-fs: * Added support back for thumbnailing. * Added support for full paths in config for IgnoredFiles and IgnoredDirectories. * Added support for XDG spec. for special user directories. So now in the config, IndexRecursiveDirectories and IndexSingleDirectories can include "&DOCUMENTS", or "&MUSIC", etc. The list of special locations is listed in the config and documented. This falls back to $HOME when not available for some distributions. * Removed unused files. * Updated the default indexed locations to DESKTOP, DOCUMENTS, DOWNLOADS, MUSIC, PICTURES and VIDEOS as per the XDG spec (this was $HOME). * Fixed trying to send thumbnail queues of size 0. * Fixed trying to send thumbnails when service is not available. * Fixed double unref in thumbnailer code. * Fixed 2 memory leaks found while valgrinding. tracker-extract: * Fixed assertion in HAL is NULL from starting on the command line. * Fixed Ctrl+C not working with -d. tracker-status: * Use libtracker-miner APIs instead of DBus calls. * Use libtracker-miner API to get display names (translatable). tracker-search-bar: * Fixed crash when clicking on the results window with the "no results found..." message. tracker-search-tool: * Added smart wildcards when last character is not a space. * Fixed category selector. * Fixed crasher when selecting categories. Bugs: * Fixes NB#141309, Remove nco:hasPostalAddress cardinality limitation * Fixes NB#132655, Tracker-import error handling jams * Fixes GB#595976, Message 'SQL logic error or missing database' * Fixes GB#592400, String translation issues * Fixes GB#595752, Minor string fixes Notes: The Deskbar applet packaged with Tracker is currently out of date and needs some love to get it working with the new APIs. It is in the same state as it was for 0.6. As such it isn't expected to work. NEW in 0.7 ========== Improvements / New: * Library: libtracker-miner A common library for data miners to use allowing easy integration with Tracker. This provides D-Bus integration, state and progress APIs and a means to pause / resume your miner. * Library: libtracker-client This API has been completely changed. It is much simpler now and relies more on the SPARQL language than specific APIs to query Tracker. * Daemon: tracker-store Completely reworked to accept SPARQL queries and updates. Implements Nepomuk ontology instead of flawed own brand. This ontology is implemented following the W3C RDF semantics. * Database: Completely redesigned ALL databases. These now support triple store and allow much faster querying. * Application: tracker-miner-fs Implements libtracker-miner and facilitates the old roles of tracker-indexer and some of the old roles from trackerd like file system crawling. This mines data and sends it to tracker-store to put in the database about files AND applications. * Application: tracker-sparql A command line tool to query or update the databases using SPARQL. * Application: tracker-import A command line tool to import data kept in Turtle files. * Application: tracker-search-bar An applet for quickly searching for music, videos, images, documents and folders. * Application: tracker-status-icon Previously tracker-applet, but rewritten and now much simpler. This provides state and progress information about all miners which are running. This also allows the user to pause / resume data miners. * Application: tracker-search-tool This has been completely rewritten using vala and the new architecture underneath it. Support for the old features are not quite there yet, but it is similar to its predecessor! * Application: tracker-explore This is an application written to explore data in the database and each item's relationship to the next. This really demonstrates Tracker's ontology and provides it through full text searching. * Plugin: Evolution Now the evolution plugin is supported by the developers instead of us dipping into their databases (as previously) which is dangerous and unsafe. Also this implements the libtracker-miner API so it can be controlled using tracker-status-icon. * Patches: Nautilus & GtkFileChooser These are currently submitted upstream to support the new APIs for continued integration between Tracker and GNOME. Bugs: Too many to list here and so much development some are even obsolete. Notes: There is currently no migration path from 0.6. to 0.7. So all configurations will have to be re-set up for now. This is planned to be added before a 0.8 release. Man pages have all been revamped providing information about all new commands too. NEW in 0.6.93: ============== Improvements: * Fixes tracker-preferences so it mangages removable-devices option. * Fixes tracker config typo. * Fixes tracker-indexer to not enter finished state after flushing. * Fixes tracker-extract not sending queued album art to thumbnailerd * Fixes trackerd to call nice(19) for crawling ONLY else nice(default). * Fixes libtracker-common preprocessor checks for thumbnailer/albumart. * Fixes tracker-extract multiple TrackerHal instances, 2x faster now. * Fixes tracker-extract tests by loading modules not directly linking. * Fixes tracker-applet by adding proper marshal generation for signals. * Fixes SIGSEGV for tracker-extract from exceeding setrlimit() mem. * Fixes Raptor dependency to 1.4.17, need _FEATURE_WRITE_BASE_URI. * Fixes indexer flush time to be optimized for Maemo platform, patch 09. * Fixes gstreamer extractor memory leaks, a lot of leaks. * Fixes gstreamer extractor memory corruption. * Fixes gstreamer extractor by stopping extraction on DURATION messages * Fixes album art memory management and access() to NULL paths. * Fixes adding BUILT_SOURCES to EXTRA_DIST for many Makefile.ams * Fixes not using plural translations in tracker-info. * Fixes several memory leaks/corruptions in gstreamer/mp3/png extractors. * Fixed memory leak in indexer's removable-device module. * Fixed memory leak in indexer's push module, close the dir. * Fixed TrackerDBIndex _update_word() memmove outside boundries. * Added error handling for "Can't store word" to applet. * Added new API tracker_metadata_get_multiple(). * Added pre-umount check there's an item before checking mount files. * Updated tracker-info to use _metadata_{get|_multiple}() APIs. * Updated extractors to use tracker_file_{open|close} with posix_fadvise * Removed all references to file-index-update.db, no longer used. * Improved performance by sending items to thumbailer AFTER indexing * Improves performance/mem of GFile->GQueue in tracker-monitor.c Bugs: * Fixes GB#577656, tracker doesn't build on non-linux platforms * Fixes GB#577655, tracker-indexer.c fails to compile when... * Fixes LP#355982, crash in tracker-turtle.c with fclose() * Fixes NB#107570, tracker-extract crash just after device bootup * Fixes NB#106639, Music-Unknown Category displayed in Genre view * Fixes NB#109172, Video Library: RM , RMJ files listed in Video Library. * Fixes NB#107122, Video:Duration is shown as -:- in video library view * Fixes NB#108793, Not able to filer images with XMP date * Fixes NB#108819, tracker-indexer is crashing. * Fixes NB#108331, Memory Leak found for tracker-extract command * Fixes NB#106085, Tracked database is not updated when images were... * Fixes NB#100642, tracker is still listing the removed tags. Translations: - Updated es: Jorge González, Jorge Gonzalez - Updated it: Milo Casagrande - Updated nl: Reinout van Schouwen Help Manual Translations: None NEW in 0.6.92: ============== Improvements: - Fixed memmove error in QDBM when updating a word - Fixed GValues leak in _result_set_to_metadata() - Fixed small ontology error for image extractors - Fixed trackerd not changing throttling when switching between charging/discharging states - Fixed battery remaining percentage in logs, was always 0% - Fixed crasher when calling thumbnailer with older versions of DBus, use int instead of int64 - Fixed logic for signalling status in tracker-indexer - Fixed mtime checking in tracker-indexer, only reindex if file mtime is different, not just newer - Fixed tracker-extract -f command to transform filenames to full paths - Fixed setting tags in tracker-indexer - Improve tracker-dbus_query_result_to_ptrarry(), don't recheck UTF8 validity of strings - Improve failure conditions if RDF type doesn't exist in ontology - Added GStreamer helix bin information to configure statement - Added libtool library versioning so they are not all named .so.0.0.0. - Added GError handling to database manager so we know why ontology files fail to load - Added initial code to use GVolumeMonitor::monitor-pre-unmount, GIO patch is pending, was not implemented - Added collations to Services table and other indices - Added more states to tracker-applet to give more feedback, now we have watching, crawling, optimising and shutting down - Added tracker-processes utility to list and kill tracker processes, this also has a --hard-reset option to remove all databases too - Added a GetPid API to tracker-extract so we request the PID before doing anything - Added kill() call to tracker-indexer when tracker-extract doesn't respond to the DBus request for metadata - Added cache to trackerd for GetStats calls to be more responsive when indexing and if recently requested - Removed call to set SCHED_IDLE, performance was way to bad to use it - Removed Merge options from tracker-applet, not longer used - Disabled static libraries by default - Disabled evolution module since it is problematic and lots of Evolution issues were reported - Enabled evolution push plugin (different to the Evolution module), non-intrusive, Evolution sends us the data - Updated help strings for configure options of mail push modules - Updated GetStats SQL stored procedure call to also include super classes like "Files" Bugs: - Fixed NB#106201, tracker-extract is crashing when extracting the details of a mp3 file (Mikael Ottela) - Fixed NB#105133, Mafw-tracker-source does not emit container-changed signal (Martyn Russell) - Fixed NB#90455, Tracker doesn't index Geotags metadata Iptc4xmpCore:Location, photoshop:Country, photoshop:City of JPEG and PNG pictures (Mikael Ottela) - Fixed NB#96314, libexempi adds Creator in three different locations on ARM platform (Mikael Ottela) - Fixed NB#99823, Album art image gets corrupted if Artist and Album have characters other than alphabets (Mikael Ottela) - Fixed NB#102800, Crash corruption code (Martyn Russell) - Fixed LP#347352, Use g_strcmp0() to fix g_list_find_custom() crashing with NULLs (Martyn Russell) - Fixed GB#106424, Crash when themes are deleted while running (Mikael Ottela) - Fixed GB#575332, crashes when showing statistics (Martyn Russell) - Fixed GB#570232, SetOption uses sqlite REPLACE which *doesn't* replace, it INSERTs (Carlos Garnacho) - Fixed GB#573834, g_timeout_add_seconds should be preferred to g_timeout_add (Marcel Stimberg) - Fixed GB#575271, Confusion and error with deskbar-applet module dir detection (Deji Akingunola) Translations: - Updated da: Mads Lundby - Updated es: Jorge González, Jorge Gonzalez - Updated gl: Suso Baleato - Updated sv: Daniel Nylander Help Manual Translations: None NEW in 0.6.91: ============== Improvements: - Fixed trackerd 'ServiceStatisticsUpdated' signal. - Fixed a crash when removing a resource from a removable device. - Fixed test case failures for MP3 files. - Fixed subsequent album art requests trying if already downloading - Fixed support for SCHED_IDLE. - Fixed config so we make sure we load defaults for missing options. - Fixed warning in indexer about thumbnailer delete action reply. - Fixed regression, use "/" on end of generated URI paths for raptor. - Fixed leaking file descriptors thought to cause "too many open files". - Fixed negative underflow with gint16 value clamp in TrackerDBIndex. - Fixed indexer corner case to flush when an item has been removed. - Fixed .xsession-errors being populated with startup version info - Fixed small regression in group concatenation db function. - Fixed overwrite existing logs if already running (indexer/extractor). - Fixed QDBM statistics for deleted items. - Fixed deskbar so we find the right DBus service names. - Fixed URI creation in indexer removable device module. - Fixed leaks in indexer removable device module. - Fixed MP3 frame size calculation. - Fixed log handling, don't overwrite existing logs if already running. - Fixed indexer responsiveness for ttl restores by iterating main loop. - Fixed tracker-indexer reporting elapsed times suriously. - Fixed tracker-indexer memory leak when retrieving embedded metadata. - Fixed compiler warnings. - Fixed problems in joining of order fields. - Fixed issue with integer to string conversion in the database. - Fixed tracker-extract blocking indefinitely for buggy modules. - Fixed GetStats to check mounted volumes and to use SQL COUNT function. - Fixed TrackerDBIndex so words with negative weight are actually indexed. - Fixed indexer not shutting down and stopping before it should. - Fixed indexer to reset indexed/processed stats after finishing. - Fixed standard monitored directory list to omit .games/ - Fixed Makefiles which were missing WARN_CFLAGS. - Fixed daemon so it now monitors disk space (was in indexer). - Fixed daemon so it now monitors battery percentage (was in indexer). - Fixed daemon state machine so we ALWAYS log state changes. - Fixed daemon state machine so we don't return Initializing after index. - Fixed album art so we don't add the artist name to the request. - Fixed extractor messaging so we use debug statements for metadata. - Fixed indexer to delete content for removed services. - Fixed album art local URI not always being passed. - Added Image:HasKeywords field for performance. - Added warnings when we try to write to QDBM after opening as READONLY - Added DB versions for vstore and 0.6.91 which force reindex if different. - Added org.freedesktop.Tracker.Backup DBus interface. - Added collation locale startup check and regeneration on change. - Added GCC gcov support. - Added new DBus function to get concatenated metadata group fields. - Added new DBus function to Backup metadata to Turtle file. - Added support for coverage reporting with gcov. - Added IPTC support for TIFF and JPEG extractors - Added dependency for libiptcdata. - Added a configure switch to disable decompressing .ps.gz files to /tmp. - Added initial push plugin support for KMail and RSS. - Added NULL support to outer joins for conditions with empty strings. - Added ModuleConfig option to ignore directories based on contents. - Added album art code to libtracker-common for general use. - Removed XESAM support completely. - Removed all unused libtracker-common file functions. - Removed a lot of unused code after adding WARN_CFLAGS. - Removed duplicate calls to g_strstrip() for metadata in extractor. - Removed unused extractors exif and gstreamer-playbin. - Reduced the amount of debugging produced by HAL module. - Reworked the src/plugin infrastructure to be more generic. - Improved speed by using the cache for recursive deletes in the daemon. - Improved speed by not setting DB page sizes so SQLite decides for us. - Improved speed by removing UTF8 collation from Services table. - Improved speed by making indexer flushing work asynchronously. - Improved speed by making indexer flush frequency variable based on queue. - Improved database GROUP_CONCAT aggregate function. - Improved Backup/Turtle support. - Improved indexer flush time from 60 seconds to 30 seconds, seems faster. - Improved daemon dbus request pause time from 10 seconds to 5 seconds. - Improved tracker-status so we can now follow real time state updates. - Improved tracker utilities to g_print() a note if --limit is reached. - Improved tracker utilities to use plural based translations. - Improved tracker-services to sort properties listed. - Updated extractors to use decodebin not playbin for speed. - Updated project wide calls for mtime/size to use GIO not g_lstat(). Bugs: - Fixed NB#105133, Mafw-tracker-source does not emit container-... - Fixed NB#94201, NP-Audio:Album art not displayed. - Fixed NB#96314, libexempi adds Creator in three different locations... - Fixed LP#339560, buffer overflow getting file content. - Fixed NB#102246, Container name is ‘blank’ within Artists/Albums... - Fixed NB#103260, Empty 'Unknown' containers under Artists and Album... - Fixed NB#103198, Unknown Category displayed in Genre view - Fixed NB#102210, Number of images in tracker response depends on... - Fixed NB#91158, Restore factory settings is not working. - Fixed NB#99823, Album art image gets corrupted if Artist and Album... - Fixed NB#99827, Tracker is listing the files from memory card even after... - Fixed NB#102800, Crash corruption code - Fixed NB#102606, Tracker doesn't get duration of some MP3 filex - Fixed NB#102167, ML: Songs deleted from MMC shown in Library - Fixed NB#98297, tracker-stats values are not changed even after deleting... - Fixed NB#101593, images created from sketch application are listed... - Fixed NB#101142, Sorting by Image:Date is incorrect - Fixed NB#95573, Keep quiet, we're in a call - Fixed GB#102606, [patch] NetBSD: gconf-internals.c: `AF_INET' undeclared (Mikael Ottela) - Fixed GB#105133, With a 3-monitor xinerama, window placement bad (Martyn Russell) - Fixed GB#103260, Session script setup that works with multiple *dm and supports a switchdesk-type feature etc. (Mikael Ottela) - Fixed GB#101593, FSF copyright notice wrong in gnome-panel panel (Mikael Ottela) - Fixed GB#103198, gtk_tree_store_move_* doesn't work. (Mikael Ottela) - Fixed GB#455588, indexing of Abiword templates slow (Carlos Garnacho) - Fixed GB#489876, Unknown creation date for pdf files (Carlos Garnacho) - Fixed GB#503595, check/uncheck "Genertate thumbnails" doesn't work (Carlos Garnacho) - Fixed GB#101096, Save as Excel spreadsheet version 97 (Mikael Ottela) - Fixed GB#572237, Remove deprecated Glib symbols (Carlos Garnacho) - Fixed GB#571331, wrong range for throttling slider (Martyn Russell) - Fixed GB#571573, Tracker's deskbar module has incorrect import (Michel Alexandre Salim) - Fixed GB#101142, make breaks without xft (Mikael Ottela) - Fixed GB#101296, Cannot find pixmaps balsa_icon.png and attachment.png (Martyn Russell) - Fixed GB#102800, xlstproc 1.0.23 fails to create directories using -o (Martyn Russell) - Fixed GB#519222, trackerd crashes when system dbus is restarted/stopped (Carlos Garnacho) - Fixed GB#571736, Get rid of deprecated libart_lgpl Translations: - Updated da: Mads Lundby - Updated es: Jorge González, Jorge Gonzalez - Updated hu: Gabor Kelemen - Updated it: Luca Ferretti - Updated pt: Nicolau Gonçalves, Nicolau Gonçalves , not (John Millikin) - Fixed GB#495512, Tracker Deskbar Applets crashes (Carlos Garnacho) - Fixed GB#511752, Build fixes for Maemo platform (Martyn Russell) - Fixed GB#520789, Build compiler warnings (Martyn Russell) - Fixed GB#521803, Refactor request and file processing (Martyn Russell) - Fixed NB#95754, v1.03 Compilation impossible avec bison 1.50 (Ivan Frade) - Fixed NB#95151, Keybinding reported for a button should include the modifer. (Ivan Frade) - Fixed NB#90455, (Mikael Ottela) - Fixed GB#494892, Label for/labeled by relation missing for add tag button. (Saleem Abdulrasool) - Fixed GB#495201, Tables are not labeled. (Patrick Wade) - Fixed GB#495205, Warning message label should be accessible to at-tools. (Saleem Abdulrasool) - Fixed GB#503215, The time unit is not reported by default. (Saleem Abdulrasool) - Fixed GB#563706, Tracker plugin fails to build against trunk (Martyn Russell) - Fixed GB#570209, tracker_data_manager_set_db_option_int() uses incorrect parameter order for SetOption (TJ) - Fixed GB#495528, "Save Results As" doesn't work for Email results (Carlos Garnacho) - Fixed GB#503725, check/uncheck "Index mounted directories" needs trackerd reindex (Martyn Russell) - Fixed NB#98896, ru.po still in KOI8 (Martyn Russell) Translations: - Updated ar: Khaled Hosny - Updated be: Alexander Nyakhaychyk - Updated be@latin: Ihar Hrachyshka - Updated ca: Gil Forcada - Updated cs: Petr Kovar, Kamil Paral - Updated da: Mads Lundby - Updated el: Simos Xenitellis - Updated en_GB: Philip Withnall, David Lodge - Updated es: Jorge González, Jorge Gonzalez - Updated fi: Timo Jyrinki, Ilkka Tuohela - Updated fr: Marc Veillet, Robert-André Mauchin and Stéphane Raimbault - Updated hu: Gabor Kelemen - Updated it: Luca Ferretti - Updated ja: Takao Fujiwara, Takao Fujiwara