Skip to content

community/tracker: upgrade to 3.3.2

Patrycja Rosa requested to merge ptrcnull/aports:tracker into master

https://gitlab.gnome.org/GNOME/tracker/-/blob/b08f4768/NEWS

NEW in 3.3.2 - 2022-07-06
=========================
  * Avoid redundant queries in TrackerNotifiers proxied through
    an D-Bus connection
  * Do not attempt to rebuild non-existing FTS tables on parser
    updates
  * Convert values to the right type when propagating insertions
    over superproperties
  * Fix test to handle SQLite >= 3.39.0
  * Fix handling of nrl:modified after opening existing databases
  * Linking fixes to CLI executables

NEW in 3.3.1 - 2022-05-31
=========================
  * Fixed blank nodes to return the correct identifier in certain
    queries.
  * Fixes to FTS consistency after updates
  * Fixes to HTTP module linking
  * Fix handling of STRING_LITERAL_LONG1/2 terminals
  * Fix handling of negated property paths
  * Use .so suffix for modules on all platforms
  * Added code examples in JS/Python
  * Developer documentation improvements

Merge request reports