[tracker] Created tag 2.99.2



The unsigned tag '2.99.2' was created.

Tagger: Carlos Garnacho <carlosg gnome org>
Date: 1593252302 +0200

    Release 2.99.2

Changes since the last tag '2.99.1':

Aurimas Černius (2):
      Updated Lithuanian translation
      Updated Lithuanian translation

Carlos Garnacho (81):
      libtracker-data: Escape the correct character for SQL strings
      libtracker-data: Reorder columns in "services" virtual table
      libtracker-sparql: Refactor service graph pattern variable extraction
      libtracker-data: Add hidden columns to pass parameters
      libtracker-data: Proxy parameters to the "services" virtual table
      libtracker-data: Bail out after error
      tests: Add test for TrackerSparqlStatement bindings in SERVICE{}
      libtracker-data: Transfer parameter types correctly to SERVICE patterns
      libtracker-data: Return more than strings in SERVICE queries
      libtracker-sparql-backend: Fix tracker_sparql_connection_new_async()
      libtracker-data: Interpret bindings from a service table as strings
      libtracker-data: Check binding type before printing variable in triples block
      libtracker-sparql: Join services table queries on the right resource keys
      libtracker-data: Improve changes over single valued ontology properties
      tests: Add tests for label/comment changes in ontology
      libtracker-data: Avoid repeated variables in remote service select clause
      tests: Add libtracker-data test to test SERVICE queries
      libtracker-data: Fix column check in services virtual table
      libtracker-data: Perform NULL checks on property function results
      libtracker-bus: Implement TrackerSparqlCursor::close vfunc
      libtracker-data: Honor '*' property path properly
      libtracker-data: Fix '?' property path on edge cases
      tests: Add some more tests around property paths
      libtracker-data: Fix (again) blank node lifetime handling
      tests: Check blank node lifetimes in blank node test
      libtracker-sparql: Add API call to list TrackerResource properties
      libtracker-sparql: Fix introspection annotation and docs for API call
      libtracker-sparql: Add API to serialize and deserialize a TrackerResource
      Merge branch 'wip/phako/colomn-is-bound' into 'master'
      libtracker-data: Accept statement bindings in limit/offset
      libtracker-data: Don't add select variable unless on topmost select
      libtracker-data: Improve error message of BIND() variable existence checks
      libtracker-data: Propagate remote error messages through the service vtab
      libtracker-data: Ensure subselects propagate the SelectClause variables
      tests: Add tests for binding arguments in limit/offset
      tests: Add tests for UNION of subselects with different variables on left/right
      Merge branch 'sam/check-if-bound' into 'master'
      libtracker-data: Improve error messages
      libtracker-data: Provide snippet of parsing failures
      tests: Fix wrong syntax in query
      libtracker-data: Check graph existence in property functions
      tests: Add test for property function calls in non-existent graphs
      libtracker-data: Avoid revisiting already transacted parser nodes
      libtracker-sparql: Handle write errors with DBus cursors
      libtracker-data: Release non-select statements
      libtracker-data: Avoid unescaping unichar characters if unneeded
      libtracker-direct: Use the update thread for update_array operations
      libtracker-sparql: Fix possible invalid writes in TrackerResource dispose
      libtracker-data: Plug GError leak
      libtracker-sparql: Plug GVariantIter leak in TrackerEndpointDBus
      libtracker-sparql: Plug GError leak in TrackerEndpointDBus
      nepomuk: Replace tracker:Volume with tracker:IndexedFolder
      libtracker-data: Use function to pretty print a IRI
      libtracker-data: Use md5 to uniquify graph in-memory databases
      libtracker-data: Fix possible critical in error paths
      libtracker-data: Rebuild TrackerSparql SQL string on graph changes
      libtracker-data: Store stmt for SparqlBNODE() function
      libtracker-data: Check further the DBus name in SERVICE uris
      libtracker-sparql: Handle TrackerEndpointDBus cursor writes on a thread
      tests: Add test for UNION of local and remote URNs
      ontologies: Add tracker:extractorHash property
      libtracker-sparql: Drop notifier flags
      libtracker-sparql: Drop priority argument from sync functions
      libtracker-sparql: Drop priority argument from async functions
      ontologies: Move tracker: ontology in 11-rdf.ontology to NRL
      ontologies: Add class for games
      Merge branch 'sam/tracker-debug-tests' into 'master'
      Merge branch 'sam/tests-use-statement' into 'master'
      libtracker-bus: Add bus-name and bus-object-path as connection properties
      libtracker-sparql: Add object_path arg to DBus subscription notifier API
      libtracker-sparql: Perform notifier queries on the right service
      libtracker-sparql: Add API docs for notifier DBus subscription calls
      libtracker-sparql: Use TrackerSparqlStatement in TrackerNotifier
      Merge branch 'wip/carlosg/notifier-service-queries' into 'master'
      build: Rename libtracker-sparql VAPI file/target
      Merge libtracker-sparql-backend with libtracker-sparql
      bus: Add tracker_sparql_vapi_dep dependency
      libtracker-sparql: Update tracker-bus.h header location
      Sanitize usage of libtracker-sparql/tracker-sparql.h includes
      libtracker-sparql: Use more hackish ways to check for local bus notifications
      Release 2.99.2

Daniel Mustieles (1):
      Updated Spanish translation

Emin Tufan Çetin (1):
      Update Turkish translation

Florentina Mușat (3):
      Update Romanian translation
      Update Romanian translation
      Update Romanian translation

Jan Tojnar (3):
      build: Remove some unused variables
      build: Use DocBook 4.5 doctype everywhere
      build: Clean up typelib path

Jean Felder (3):
      docs: Fix commandline link from the user page
      ontologies: Add nmm:artist property for nmm:MusicPiece
      ontologies: Change nmm:performer to a multivalued property

Jens Georg (1):
      libtracker-sparql: Check length in get_value_type

Piotr Drąg (1):
      Update Polish translation

Sam Thursfield (72):
      trackertestutils: Really fix tracker-sandbox startup when installed outside /usr
      tracker-sandbox: Rename --index flag to --store
      tracker-sandbox: Configure index directories correctly
      tracker-sandbox: Allow specifying directories to index on commandline
      tracker-sandbox: Use correct settings schema for Tracker 3
      tracker-sandbox: Disable miner initial sleep
      Merge branch 'wip/carlosg/fix-sql-escaping' into 'master'
      Merge branch 'wip/carlosg/bindings-in-service' into 'master'
      Merge branch 'sam/sandbox-for-tests' into 'master'
      Merge branch 'wip/jfelder/docs-user-fix-commandline-link' into 'master'
      tracker-sandbox: Add `--use-session-dirs` option
      cli: Add `tracker sparql --list-graphs` option
      cli: Add `tracker export --show-graphs` option
      Merge branch 'sam/sandbox-session-dirs' into 'master'
      Merge branch 'wip/carlosg/ontology-single-value-updates' into 'master'
      Merge branch 'wip/carlosg/joining-services' into 'master'
      Merge branch 'wip/jojnar/cleanups' into 'master'
      Merge branch 'wip/jtojnar/typelibdir' into 'master'
      Merge branch 'sam/cli-graphs' into 'master'
      Merge branch 'wip/carlosg/property-path-fixes' into 'master'
      Merge branch 'wip/carlosg/fix-blank-node-labels' into 'master'
      ontology: Remove predefined locations from slo ontology
      ontology: Add some maxCardinality contraints
      Merge branch 'wip/carlosg/property-function-null-checks' into 'master'
      Merge branch 'wip/carlosg/writeback-refactor' into 'master'
      Merge branch 'wip/carlosg/writeback-refactor' into 'master'
      libtracker-sparql: Add cast to fix compile warning
      trackertestutils: Set LD_LIBRARY_PATH correctly on 64bit systems
      libtracker-sparql: Remove unused doc comment
      libtracker-sparql: Assert that values are bound in accessors
      trackertestutils: Add a way to run multiple commands in one sandbox
      trackertestutils: Don't write config with --use-session-dirs
      trackertestutils: Improvement to option parsing
      trackertestutils: Fix argument parsing
      Merge branch 'wip/carlosg/grilo-fixes' into 'master'
      Merge branch 'wip/carlosg/better-errors' into 'master'
      Merge branch 'sam/sandbox-updates' into 'master'
      Merge branch 'wip/carlosg/property-function-graph-check' into 'master'
      Merge branch 'wip/carlosg/perf-improvements' into 'master'
      Merge branch 'wip/carlosg/leak-fixes' into 'master'
      Merge branch 'wip/carlosg/indexed-folder-ontology' into 'master'
      Merge branch 'wip/carlosg/service-fixes' into 'master'
      Merge branch 'wip/jfelder/track-artist-ontology' into 'master'
      trackertestutils: Split helpers.py into sandbox and storehelper
      trackertestutils: Add helper function to dconf module
      trackertestutils: Add an optional D-Bus system bus to the sandbox
      Merge branch 'sam/umockdev' into 'master'
      Print timeout values in await timeout errors
      build: Install manpages to man/man1 directory
      Merge branch 'sam/man1' into 'master'
      build: Move trackertestutils to regular libdir
      Merge branch 'sam/testutils-libdir' into 'master'
      cli: Use name `tracker3` consistently
      Merge branch 'sam/print-timeouts' into 'master'
      Merge branch 'sam/ontology-shrink' into 'master'
      build: Use `tracker3` as versioned name, not `tracker-3`
      trackertestutils: Unbreak tracker-sandbox
      Merge branch 'sam/versioned-name' into 'master'
      Merge branch 'wip/carlosg/miner-changes' into 'master'
      Merge branch 'wip/carlosg/last-api-changes' into 'master'
      Merge branch 'wip/carlosg/games' into 'master'
      Remove the ghost of the notifier flags
      tests: Remove TRACKER_TESTS_VERBOSE, add TRACKER_DEBUG=tests
      Merge branch 'sam/tracker3-in-cli' into 'master'
      trackertestutils: Use TrackerSparqlStatement for some queries
      Move tracker backend libraries into libtracker-sparql-backend
      Merge branch 'sam/merge-libraries' into 'master'
      cli: Fix potentially uninitialised variable
      build: Add enum header to libtracker-sparql-intermediate
      Merge branch 'sam/enum-header' into 'master'
      Merge branch 'wip/carlosg/sparql-header-deps' into 'master'
      Merge branch 'wip/carlosg/circular-dep-hack' into 'master'

Yuri Chornoivan (2):
      Update Ukrainian translation
      Update Ukrainian translation

sicklylife (2):
      Update Japanese translation
      Update Japanese translation


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