tracker 1.3.0



About Tracker
=============

Tracker is a semantic data storage for desktop and mobile devices.
Tracker uses W3C standards for RDF ontologies using Nepomuk with
SPARQL to query and update the data.

Tracker is a central repository of user information, that provides two
big benefits for the user; shared data between applications and
information which is relational to other information (for example:
mixing contacts with files, locations, activities and etc.).

News
====

The main changes since 1.2.x are:

  * build: Require GLib >= 2.4.0, for g_str_match_string() and g_info()
  * all: Migrate to GKeyfileSettingsBackend, including:
   * Now when using TRACKER_USE_CONFIG_FILES env var, we use this backend
   * MAN pages which previously didn't exist for configurations are generated from xml gschemas
  * libstemmer: Removed imported code and depend on external version
  * libtracker-miner: Major update to Vala bindings
  * libtracker-common: Major clean up and removal of unused internal APIs, including:
    * Removed os-dependent APIs (mainly process spawning GLib does now anyway)
    * Removed tracker_file_(un)lock() API which was unused
    * Removed all run-time locale management, GNOME handles this between logins, so do we
    * Removed TrackerConfigFile and TrackerKeyfileObject classes, use GSettings instead
    * Removed unused type utils functions (e.g. tracker_*_to_string() and more)
    * Moved tracker-ontologies.h (with prefix, etc definitions) into libtracker-sparql
    * Moved CRC32 API into libtracker-data (the only place it's used)
    * Moved TrackerStorage class to tracker-miner-fs (only place it's used)
  * data: Now moved into their respective binary dirs, including:
    * .desktop: Desktop files (moved from data/ into src/tracker-store, etc)
    * .pc: Pkgconfig files (moved from data/ into src/libtracker-miner, etc)
    * .service: DBus files (moved from data/dbus/* to src/tracker-store, etc)
    * .png, .svg: Moved artwork into src/tracker-needle)
    * .gschema.xml: GSettings files (moved from data/gschemas into src, tracker-store, etc)
    * .ontology: Ontologies are now in src/ontologies
    * stopwords.*: Stop words per language (moved from data/stopwords into src/libtracker-common for 
TrackerLanguage)
  * data: Merged all data miner .desktop files with existing DBus .service files
  * functional-tests: Many updates to fix broken functional tests, including:
    * Writeback and miner base class clean ups
    * Removing IgnoreNextUpdate wrapper and 'wait for miner to be idle' calls
    * Waiting properly for resource addition / removal
  * Fixes GB#737663, Avoid the use of setrlimit() causing SIGABRT in tracker-extract

Translations:

  * Updated fi: Timo Jyrinki, Jiri Grönroos

ChangeLog
=========
https://download.gnome.org/sources/tracker/1.3/tracker-1.3.0.changes  (4.98K)

Download
========
https://download.gnome.org/sources/tracker/1.3/tracker-1.3.0.tar.xz (5.72M)
  sha256sum: d265151e6ccacfc1d705700f1f81df57b68a9c17c17fe5f6720dcc6213aa5798



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]