NEW in 0.7.17 ============= Improvements / New: General: * Build now uses separate m4/ directory. * Build now uses AC_CONFIG_HEADERS. * Removed all thumbnail related code. It is no longer used. Ontology: * Added mlo:GeoLocation, mlo:GeoSphere, mlo:GeoBoundingBox classes. * Added mlo:LocationBoundingBox, mlo:Route, classes. * Added mlo:LandmarkCategory, mlo:isRemovable classes. * Added mlo:belongsToCategory property. * Added mlo:bbNorthWest, mlo:bbSouthEast properties. * Added mlo:radius, mlo:asBoundingBox, mlo:asGeoPoint properties. * Added mlo:asPostalAddress property. * Added mlo:predefined-landmark-category-accommodation. * Added mlo:predefined-landmark-category-business. * Added mlo:predefined-landmark-category-communication. * Added mlo:predefined-landmark-category-educational-institute. * Added mlo:predefined-landmark-category-entertainment. * Added mlo:predefined-landmark-category-food-beverage. * Added mlo:predefined-landmark-category-geographical-area. * Added mlo:predefined-landmark-category-outdoor-activities. * Added mlo:predefined-landmark-category-people. * Added mlo:predefined-landmark-category-public-service. * Added mlo:predefined-landmark-category-religious-places. * Added mlo:predefined-landmark-category-shopping. * Added mlo:predefined-landmark-category-sightseeing. * Added mlo:predefined-landmark-category-sports. * Added mlo:predefined-landmark-category-transport. * Changed mlo:altitude to be a double not int. * Deprecated mlo:boxSouthWestCorner, mlo:boxEastLimit. * Deprecated mlo:boxVerticalLimit, mlo:boxNorthLimit. * Deprecated mlo:city, mlo:country mlo:state, mlo:address. * Deprecated mlo:poiLocation. data-generators: * Add channel/conversation to IM test data. * Use nco ontology updates. * Use nmo:lastMessageDate, nmo:communicationChannel, nco:default-contact-me. libtracker-db: * Fixed crash in journal if reader_init() failed. * Fixed error propagation in vapi files. * Fixed make distcheck failure for journal test case. litracker-data: * Fixed error propagation in vapi files. * Fixed build issues with missing SQLite CFLAGS. tracker-store: * Fixed a potential crash returning NULL for sparql_update_blank(). libtracker-extract: * Created this new library for 3rd parties to build extract plugins. libtracker-miner: * Use the version in the built .so filename. * Don't use resource iri = uri. * Stopped using tracker:uri. tracker-miner-fs: * Added hidden directory checks for FAT file systems. tracker-extract: * Cleaned up IPTC code. * Added parameter checks for exif/xmp/iptc public APIs. * Added full text extraction support from MSWord files for FTS. tracker-search: * Warn about using stop words for search terms. evolution: * Fixed a UI hang. nautilus: * Fixed build issues with missing D-Bus CFLAGS. kmail: * Fixed dist tarball by including the missing registrar.xml file. Bugs: * NB#144725, Tracker doesn't add ontologies/tracker#added prop... * NB#149100, nmm::MusicAlbum does not update when music album... * NB#153444, tracker-stats giving incorrect results for contacts... * NB#153335, tracker-search -a not returning actual album count 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.