|
|
|
|
Changelog for tracker-devel-3.4.2-2.1.x86_64.rpm :
* Mon Dec 05 2022 Bjørn Lie - Update to version 3.4.2: + Warn if IRIs are not absolute. This will turn into a query error in future releases. + Handle slight type affinity changes in SQLite 3.40.0 in some operations that broke Tracker expectations. + Close file descriptors asynchronously in TrackerEndpointDBus. + Updated translations. * Wed Oct 26 2022 Bjørn Lie - Update to version 3.4.1: + Fixes to VAPI file. + Fixes to IRI escaping checks in TrackerResource. + Move fts: prefix definition to base ontology. + Improve memory usage of already executed TrackerBatch objects for GC languages. + Replace deprecated egrep tool usage in bash completion script. + Fixes for memory leaks and invalid memory access. + Fix endpoint-side cancellation of client-side D-Bus cancelled queries. + Updated translations.- Drop tracker-no-egrep.patch: Fixed upstream. * Fri Sep 23 2022 Bjørn Lie - Add tracker-no-egrep.patch: Replace usage of egrep with grep -E * Sun Sep 18 2022 Bjørn Lie - Update to version 3.4.0: + Added tracker_sparql_connection_deserialize_async() API to deserialize RDF content. + Library is no built monolithically, Vala dependency is removed. + Improved performance of database updates. + Updated translations. * Mon Sep 05 2022 Dominique Leuenberger - Update to version 3.4.0.rc: + Big performance improvements to inserts, updates and deletes. + Escape IRIs in TrackerResource as per IRIREF definition. + Update minimum meson version to 0.53. + Specify better ICU dependency in internal static library. + Plug a small memory leak. + Add missing include. + Fix/silence build time warnings. + Updated translations. * Wed Aug 10 2022 Bjørn Lie - Update to version 3.4.0.beta: + Fix issues with URI expansion inserting TrackerResource data. + Rewrite bus connection to use C and stream-based cursors, vala dependency is no longer necessary. + Fix handling of nrl:InverseFunctionalProperty during database updates. + Updated translations. * Tue Aug 09 2022 Bjørn Lie - Update to version 3.4.0.alpha: + Add tracker_sparql_connection_deserialize() API to load RDF data. + Add tracker_resource_print_rdf() to print RDF data. + Implement TrackerNamespaceManager for remote connections. + SPARQL compliance fixes. + Ensure blank node ROWIDs are integer types. + Reimplement libsoup 1/3 support to rely on minimal loadable modules. + Build libtracker-sparql as a monolithic library. + Fix handling of partial FTS deletions. + Fix handling of nrl:modified sequences. + Avoid redundant URN queries in TrackerNotifier for D-Bus endpoints. + Documentation improvements. + Updated translations.- Disable pkgconfig(libsoup-2.4) BuildRequires: Only build with soup-3 support now that we can do that. Leave in place, should we find that we still need the soup 2 support. * Tue Aug 09 2022 Bjørn Lie - Update to version 3.3.3: + Prepare D-Bus endpoint for cursor streams. * Thu Jul 07 2022 Dominique Leuenberger - Update to version 3.3.2: + 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.- Drop tracker-do-not-rebuild-non-existing-FTS-tables.patch: fixed upstream. * Wed Jul 06 2022 Alynx Zhou - Add tracker-do-not-rebuild-non-existing-FTS-tables.patch: Prevent SQL logic error when using tag manager of nautilus. (bsc#1201246, glgo#GNOME/tracker!515) * Wed Jun 01 2022 Dominique Leuenberger - Update to version 3.3.1: + 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. * Sun Mar 20 2022 Bjørn Lie - Update to version 3.3.0: + Fix storage of subsecond information in date/time properties. + Add more tests. * Mon Mar 07 2022 Bjørn Lie - Update to version 3.3.0.rc: + Fix cursor column names for date and resource types. + Fix possible crasher. + Added non-installable benchmark utility. + Added build option to pick libsoup versions to build support for. + Added build option to disable tests. + Fixed generation of man pages with newer asciidoc. * Mon Feb 14 2022 Bjørn Lie - Update to version 3.3.0.beta: + Add API to serialize data into various RDF formats + Add API to map a TrackerSparqlConnection as a SERVICE of another TrackerSparqlConnection + Fixed possible warnings and missed notifications in TrackerNotifier + Updated \"tracker3 export\" to use serialization API + Documentation fixes + Added internal TrackerRowid type to represent ROWIDs * Mon Jan 10 2022 Dominique Leuenberger - Update to version 3.3.0.alpha: + Add more specific error codes for problems found updating a database to new ontology changes. + Add method to create a TrackerStatement from a GResource file + Fix 0-len matches in ? and * property path operators + Handle query cancellation in TrackerEndpointDBus + Consistency fixes to TrackerSparqlStatement API in all connection types + Deprecate tracker_namespace_manager_get_default(), use tracker_sparql_connection_get_namespace_manager() instead + Fix rare crash when concurrently querying the database while a graph is being created/deleted. + Add TRACKER_SPARQL_CONNECTION_ANONYMOUS_BNODES flag to optionally enable a treatment of blank nodes that is compliant with the SPARQL 1.1 specs. + Documentation improvements + Fix spurious locking errors with in-memory databases + Fixes to CLI tools detection on NixOS + Updated translations.- Drop tracker-fix-actual-0-path-matches.patch and 5883cebf8d7b2948bcb808162e78a4629ab3315c.patch: fixed upstream. * Fri Nov 12 2021 Bjørn Lie - Add 5883cebf8d7b2948bcb808162e78a4629ab3315c.patch: libtracker-sparql: Handle query cancellation on TrackerEndpointDBus (glgo#GNOME/tracker#264). * Tue Nov 09 2021 Alynx Zhou - Add tracker-fix-actual-0-path-matches.patch: Fix no metadata available when using tracker3 info caused by a wrong sparql implementation. (bsc#1191207, glgo#GNOME/tracker#337) * Thu Nov 04 2021 Bjørn Lie - Stop passing no longer used nor recognized option functional_tests=false to meson. * Sat Oct 30 2021 Bjørn Lie - Update to version 3.2.1: + Better, more understandable errors when parsing the ontology. + Compare doubles with an epsilon in tests. + Fixes for issues spotted by Coverity. + Updated translations.- Replace post(un) handling with new ldconfig_scriplets macro for the shared library package.- Add missing systemd user service handling in post/preun/postun * Mon Sep 20 2021 Bjørn Lie - Update to version 3.2.0: + Fuller docs, with updated examples + Improved developer experience when designing ontologies, better handling of inconsistent ontologies, and more accurate error reporting. + Added new GDateTime helper API to resources, cursors and statements. + Several fixes to build and run on MacOS, with a brew recipe now available. + Added support for libsoup 3.x. + Fresher and more complete documentation, built with hotdoc. + Many other code fixes and performance improvements. + Updated translations.- Add pkgconfig(libsoup-3.0) BuildRequires, following upstreams changes to allow build against multiple versions of libsoup. * Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Mon Sep 06 2021 Dominique Leuenberger - Update to version 3.2.0.rc: + Dropped bogus files from pre-generated documentation. * Wed Sep 01 2021 Dominique Leuenberger - Update to version 3.2.0.beta: + Improved error reporting when parsing ontologies. + Improvements to database rollback on ontology errors. + Ontology parsing crash fixes. + Make soup 2.x/3.x chosen at runtime. + Disable GVFS in functional tests. + Check accessible graphs when looking up resource URIs/IDs. + Port documentation to hotdoc. + Avoid \"UPDATE ... FROM ...\" SQL syntax only present in recent SQLite versions. + Multiple build, ci, website and maintenance improvements. + Updated translations.- Drop gtk-doc BuildRequires with hotdoc: No longer needed, as upstream switched to hotdoc and we ship the upstream pre-built documentation. * Fri Aug 06 2021 Dominique Leuenberger - Update to version 3.2.0.alpha.1: + Add support for libsoup 3.x. + Documentation fixes and updates. + Handle arbitrary order of SERVICE and regular graph patterns. + Added new GDateTime helper API to resources, cursors and statements. + Implement missing TrackerSparqlConnection methods in bus connections. + Many code cleanups and improvements. + Updated translatiosn.- Add python3-gobject BuildRequires: new dependency. * Mon Jul 12 2021 Yifan Jiang - Update BuildRequires of sqlite3 to version 3.35.2 and above, because the build filters out certain sqlite3 versions: https://gitlab.gnome.org/GNOME/tracker/-/blob/tracker-3.1/meson.build#L324 * Sat Jun 12 2021 Bjørn Lie - Update to version 3.1.2: + Add missing autocleanup functions. + Support empty array updates. + VAPI fixes. + Add missing G_BEGIN_DECLS/G_END_DECLS guards. + Manpage fixes. + Fix crash in \"tracker3 export --2to3\" subcommand. + Fix rare bug that lead to triples being silently eaten. + Improvements to datetime handling. + Updated translations. * Sat Apr 17 2021 Dominique Leuenberger - Update to version 3.1.1: + Better error handling during database initialization. + Implemented tracker_sparql_connection_update_array_async over TrackerBatch, resulting in lower memory usage. + VAPI updates. + Updated tracker_sparql_connection_update_array docs. + Leak and double free fixes. * Tue Mar 23 2021 Dominique Leuenberger - Update to version 3.1.0: + Add build-time warning for SQLite 3.35. + Workaround other SQLite 3.35 bug. * Thu Mar 18 2021 Dominique Leuenberger - Update to version 3.1.0.rc: + Add tracker_sparql_connection_bus_new_async(). + Fix TrackerNotifier signal subscriptions across the portal. + Fix race condition / crash when performing SELECT queries. + Propagate errors better when updating the database. + Do not miss valid prefixed names in TrackerResource. + Sparql 1.1 correctness fixes. + Handle nesting of multivalued property functions. + CI improvements in JUnit test results. * Tue Feb 16 2021 Dominique Leuenberger - Update to version 3.1.0.beta: + Fix possible crash in fts:offsets function. + Handle variables as service URIs, e.g. SERVICE ?s { ... } VALUES ?s { ... }. + Add more g-i-r annotations. + Improve ellipsizing in CLI tools. + Updated translations. * Sat Jan 16 2021 Dominique Leuenberger - Update to version 3.1.0.alpha: + Add TrackerBatch, object made to hold multiple updates (in SPARQL string form, or TrackerResource) that will be performed atomically. + Add TrackerEndpointHttp, a TrackerEndpoint subclass to implement a (readonly) SPARQL HTTP endpoint as per https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/. + Add tracker:strip-punctuation SPARQL function. + Specify that nfo:duration is expressed in seconds. + Fix portal initialization order. + Improve TTL parser. + Improve date/time parsing. + Make handling of large series of UPDATEs iteratively to avoid stack size limits. + Improve parallelization of queries. + Optimize idempotent DELETE operations. + Optimize insert operations. + Optimize database resource refcount management. + Fix tracker_notifier_signal_subscribe annotation. + Fix possible race conditions handling ontology objects. + Handle NULL arguments in tracker:uri-is-parent. + Avoid FTS5 table inconsistency with SQLite >= 3.34.0. * Mon Jan 11 2021 Bjørn Lie - Update to version 3.0.3: + Avoid FTS5 table inconsistency with SQLite >= 3.34.0. + Fix out parameter in VAPI/Vala files. * Thu Dec 10 2020 Bjørn Lie - Update to version 3.0.2: + Update some wording in website + Fix initialization issues in portal + Improve turtle parser + Improve checks for dates in the far past/future + Cleanup meson build options + Fix invalid reads + Make UPDATE parser tree processing iterative rather than recursive + Fix errors in tracker:uri-is-parent + Protect harder against invalid database state + Introspection annotation fixes + Improve thread safety of internal ontology objects + Add missing element to gir file. * Sat Oct 24 2020 Marcus Rueckert - split out the datafiles that are required by the tracker-miners * Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 3.0.1: + Reference Discourse instead of the mailing list. + Use specific Meson options to enable debug flags. + Reduce in use by TrackerSparqlStatement. + Fix tracker:title-sort. + Fix stale graphs with WITH clauses. + Cleanup libtracker-common. + Several fixes for Coverity warnings. + More tests. + Build fixes. + Updated translations. * Mon Sep 28 2020 dimstarAATTopensuse.org- Update to version 3.0.0: + Updated translations. * Wed Sep 09 2020 dimstarAATTopensuse.org- Update to version 2.99.5: + Fix DBus logging in tracker-sandbox test helper. + Removed programming terms from English stop word list. + Handle empty input correctly. + Fix possible database locks when using \"tracker3 sql\" on a running database. + Fixes for SERVICE clauses in UNIONs. + Handle empty group graph patterns as per the spec. + Fixes to property paths being used in different graphs. + Release memory on inactivity. + Fix build/linking with 2.x in the system. + Add \"tracker3 export --2to3\" helper for data migrations. + Hide FTS5 search syntax from fts:match. + Updated translations. * Mon Sep 07 2020 dimstarAATTopensuse.org- Update to version 2.99.4: + CLI modernization: - integration with pager. - bash completion for endpoints. + Use curly quotes consistently in CLI options. + SPARQL parsing fixes. + Multiple fixes around \'VALUES\' SPARQL syntax. + Fix race conditions around graph creation. + Better use of asserts in tests.- Changes from version 2.99.3: + Add portal. + Use WAL on all database connections. + Fix race conditions in reusable statements. + Documentation fixes and improvements. + Better errors from library function calls. + Test fixes. + CI improvements.- Changes from version 2.99.2: + Dropped priority argument from tracker_sparql_connection_update *(). + Better parser error messages. + SPARQL correctness fixes. + Fixes to tracker_sparql_cursor_is_bound() checks. + Ontology clean ups and sync ups with Nepomuk. + Fixed lifetime of blank node labels. + Fixes to recursive property paths. + Ensure property functions pick non NULL values. + Several fixes merge SERVICE{} data with the local graph pattern. + Add `tracker export --show-graphs` CLI subcommand to show available graphs. + Parameter bindings within SERVICE{} clauses are now allowed. + Fixes to single/double quote escaping. + Fixes to make tracker-sandbox more usable in tests. + Many cleanups, memory leak and performance fixes.- Changes from version 2.99.1: + Highlighted updates compared to 2.x: - A full implementation of SPARQL 1.1/ - A change of paradigm. There is no central store, services are free to create their own, and to make those an endpoint for public access. Applications may syndicate queries across external endpoints through the SERVICE syntax. - No tracker-store. - No libtracker-miner. - No libtracker-control. + API changes: - Explicit API to create a local store, or proxy a DBus/remote one. - TrackerEndpoint proxies local stores out of process. - separate python library to write tests. + A base and reference ontologies of our own: - Officially it\'s no longer Nepomuk. - No more broken links. + An extensible CLI tool, with a generic set of core subcommands. + Parallel installable to tracker 2.x.- Bump TrackerAPI to 3.0 and RPMTrackerAPI to 3_0.- Drop tracker-ontology-upgrades.patch: fixed upstream.- Drop pkgconfig(libnm) BuildRequires: no longer needed.- Add pkgconfig(systemd) buildRequires: explicitly checked for and used to be pulled in by libnm.- No longer pass -Dsystemd_user_services=%{_userunitdir} to meson: not needed anymore.- Disable test suite for now: need to workout to run it without X.- Drop subpackages that no longer exist due to upstream changes and remove their dependency from the -devel package: + libtracker-control-%{RPMTrackerAPI}-0 + libtracker-miner-%{RPMTrackerAPI}-0 + typelib-1_0-TrackerControl-%{RPMTrackerAPI} + typelib-1_0-TrackerMiner-%{RPMTrackerAPI} * Tue Aug 25 2020 Bjørn Lie - Update to version 2.3.5: + Add \'tracker export\' subcommand to ease migration to 3.x. + Use correct signature for DBusSignalCallback. + Get the systemd user unit dir from pkg-config. + Replace sensitive terms. + Updated translations.- Drop tracker-Use-correct-signature.patch: Fixed upstream. * Thu May 14 2020 Dominique Leuenberger - Add tracker-ontology-upgrades.patch: libtracker-data: Improve changes over single valued ontology properties (boo#1170587). * Thu Apr 16 2020 Bjørn Lie - Add tracker-Use-correct-signature.patch: tracker-store: Use correct signature for DBusSignalCallback. * Wed Mar 25 2020 Guillaume GARDET - Disable tests on %arm as they fail in OBS but succeed in a local osc build * Tue Mar 10 2020 mgorseAATTsuse.com- Update to version 2.3.4: + Brown paper bag release, fix NULL check. + Changes in version 2.3.3: + Fix race condition during tracker-store shutdown maybe leading to warnings and missed writeback events. + Made fts:offsets stronger against corrupt FTS tables. + Updated translations.- Drop tracker-fix-segfault-in-writeback.patch: fixed upstream. * Thu Mar 05 2020 Alynx Zhou - Add tracker-fix-segfault-in-writeback.patch: Check if argument is NULL before using it and dispose connection and data_manager before shutting down writeback and events to prevent segmentation fault (bsc#1165357, glgo#GNOME/tracker!192). * Tue Feb 18 2020 Bjørn Lie - Update to version 2.3.2: + Location info for photos is now inserted into the DB. It didn\'t work before as we failed to process SPARQL \"blank nodes\" correctly. + Fix for oversensitive FTS5 index corruption detection. + Updated translations. * Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
|
|
|