[tracker] Created tag 3.4.0.alpha



The unsigned tag '3.4.0.alpha' was created.

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

    Release 3.4.0.alpha

Changes since the last tag '3.3.0':

Aleksandr Melman (1):
      Update Russian translation

Anders Jonsson (1):
      Update Swedish translation

Carlos Garnacho (111):
      Merge branch 'so-vs-dylib' into 'master'
      Merge branch 'macos-test-fix' into 'master'
      ci: Rebuild tree before running tests
      Merge branch 'wip/carlosg/fix-coverage-percentage' into 'master'
      libtracker-data: Try STRING_LITERAL_LONG1/2 before STRING_LITERAL1/2
      tests: Add basic test around long string literals
      libtracker-data: Add column to triples table to get raw value
      libtracker-data: Fix negated property paths
      tests: Add tests for negated property paths
      build: Generalize hack to ensure soup modules are a dependency of GIR
      Merge branch 'libtracker-remote-linking' into 'master'
      libtracker-fts: Move README.parsers file to libtracker-common
      build: Depend on sqlite >=3.20.0
      libtracker-fts: Drop in-tree fts5 module
      libtracker-data: Merge libtracker-fts into libtracker-data
      libtracker-data: Drop crc32 utility function
      tests: Rename libtracker-fts tests directory to fts
      tests: Update libtracker-data tests to use high-level library API
      libtracker-data: Drop single-header usage guards
      libtracker-data: Avoid references to libtracker-data directory
      libtracker-sparql: Move libtracker-data to libtracker-sparql/core
      libtracker-sparql: Remove unnecessary CCode hints from tracker-data VAPI
      tests: Rename libtracker-data tests to 'core'
      libtracker-sparql: Avoid pulling generated libtracker-common enum header
      build: Provide a file() set for each libtracker-sparql subdir
      libtracker-sparql: Build as a monolithic library
      docs: Remove hack to embed files
      libtracker-sparql: Mark parameter as nullable
      docs: Add python examples
      docs: Add Javascript examples
      libtracker-sparql: Add further docs to TrackerEndpointHttp
      docs: Add "security" section under "implementation details"
      manpages: Stress further the usage of --loopback in tracker3-endpoint
      build: Bump version to 3.4.0.alpha
      Merge branch 'wip/carlosg/shuffle-dirs' into 'master'
      libtracker-sparql: Move TrackerSerializerFormat enum to distinct header
      libtracker-sparql: Add base http helper object definitions
      libtracker-sparql: Add HTTP module soup2/soup3 implementation
      libtracker-sparql: Port TrackerEndpointHttp to new HTTP module
      libtracker-sparql: Port remote TrackerSparqlConnection to new http helpers
      libtracker-sparql: Drop libtracker-data static library
      Revert "libtracker-sparql: Ensure to register a single instance of serializers"
      libtracker-sparql: Add base deserializer object
      libtracker-sparql: Add TrackerDeserializerRdf abstract class
      libtracker-sparql: Make the turtle reader a deserializer
      libtracker-sparql: Add deserialization to the Trig format
      Merge branch 'wip/carlosg/deserializers' into 'master'
      libtracker-sparql: Add JSON cursor deserializer
      libtracker-sparql: Add XML cursor deserialization
      tests: Do not leak cursors
      libtracker-sparql: Replace remote connection cursors with deserializers
      tests: Merge cursor tests into their own executable
      tests: Refactor cursors test
      tests: Do not use separate test to poke cursors after last next()
      tests: Refactor static variable usage
      libtracker-sparql: Set connection on bus TrackerSparqlStatement implementation
      libtracker-sparql: Set connection consistently on all TrackerSparqlCursor
      tests: Run cursor tests on all connection types
      tests: Compare cursors more exhaustively in cursor tests
      tests: Rename test
      tests: Test both JSON and XML cursors
      tests: Assert that cursors have the right connection assigned
      build: Specify fuller path to config.h
      Merge branch 'wip/carlosg/fix-miners-ci' into 'master'
      libtracker-sparql: Fix TrackerDeserializer::namespace-manager property type
      libtracker-sparql: Add fts namespace to default namespace manager
      libtracker-sparql: Implement get_namespace_manager() in remote connections
      libtracker-sparql: Fix handling of partial FTS deletion
      libtracker-sparql: Remove value from array after deletion
      libtracker-sparql: Bump FTS parser version
      tests: Add FTS tests for partial updates and INSERT OR REPLACE changes
      tests: Add tests for queries around blank nodes
      Merge branch 'wip/halfline/photos-album-fix' into 'master'
      libtracker-sparql: Avoid URN queries in DBus endpoint notifications
      tests: Add tests for TrackerNamespaceManager API
      libtracker-sparql: Rewrite TrackerRemoteConnection
      libtracker-sparql: Do not attempt to rebuild non-existing FTS tables
      tests: Comment out turtle parsing test with base/prefix changes
      libtracker-sparql: Add internal API to load RDF from a deserializer
      libtracker-sparql: Rename function
      libtracker-sparql: Add public deserialization API
      libtracker-sparql: Implement deserialize API in direct connections
      libtracker-sparql: Drop line/column information in error message
      libtracker-sparql: Refactor handling of prefix/base in Turtle parsing
      libtracker-sparql: Fix handling of graph clauses in Trig parser
      cli: Update tracker-import to use deserialization API
      libtracker-sparql: Implement RDF deserialization on D-Bus connections
      libtracker-sparql: Allow implicit creation of resources when parsing RDF
      core: Handle conversion of values for superproperties with differing types
      core: Handle graphs coming from RDF data
      libtracker-sparql: Parse all numeric types in turtle deserializer
      libtracker-sparql: Enlarge Turtle deserializer buffer for large strings
      cli: Add --trig argument to "tracker import"
      tests: Add tests for deserialization
      tests: Specify missing order in test
      libtracker-common: Drop unused enum
      libtracker-data: Fetch nrl:modified from all graphs
      libtracker-sparql: Move enum definition
      libtracker-sparql: Add missing static-ness to static functions
      libtracker-sparql: Add private TrackerResource iterator helper
      libtracker-sparql: Pass namespace manager explicitly to TrackerSerializer
      libtracker-sparql: Prepare deserializer for NULL input streams
      libtracker-sparql: Add TrackerDeserializerResource helper
      libtracker-sparql: Add public method to print RDF from a TrackerResource
      libtracker-sparql: Deprecate tracker_resource_print_turtle()
      libtracker-sparql: Implement service description of HTTP endpoints
      libtracker-sparql: Plug small leak in Turtle deserializer
      tests: Invert order of asserts
      libtracker-sparql: Add documentation for TrackerRdfFormat
      ci: Do not test build website on non-main branch
      Release 3.4.0.alpha

Daniele Nicolodi (3):
      libtracker-sparql: Use .so suffix for modules on all platforms
      tests: Fix libtracker-sparql/tracker-serialize-test on macOS
      libtracker-sparql: Fix libtracker-remote-soup{2,3} modules linking

Hugo Carvalho (1):
      Update Portuguese translation

Kukuh Syafaat (1):
      Update Indonesian translation

Piotr Drąg (1):
      Update POTFILES.in

Ray Strode (1):
      libtracker-data: Ensure blank node row ids are integer typed

Sam Thursfield (16):
      Merge branch 'wip/carlosg/more-sparql-fixes' into 'master'
      Merge branch 'wip/carlosg/doc-updates' into 'master'
      Merge branch 'wip/carlosg/remote-module-reduction' into 'master'
      Merge branch 'wip/carlosg/deserializer-cursors' into 'master'
      Merge branch 'wip/carlosg/remote-namespace-manager' into 'master'
      Merge branch 'wip/carlosg/avoid-notifier-query' into 'master'
      Merge branch 'wip/carlosg/remote-conn-rewrite' into 'master'
      Merge branch 'wip/carlosg/fts-consistence-fixes' into 'master'
      Merge branch 'wip/carlosg/no-fts-logic-error' into 'master'
      Merge branch 'wip/carlosg/deserialize-api' into 'master'
      Merge branch 'wip/carlosg/test-order-fix' into 'master'
      build: CLI depends on libtracker-common
      Merge branch 'wip/carlosg/drop-common-enums' into 'master'
      Merge branch 'sam/tracker-common-dep' into 'master'
      Merge branch 'wip/carlosg/fix-nrl-modified' into 'master'
      Merge branch 'wip/carlosg/resources-as-cursors' into 'master'

Yuri Chornoivan (1):
      Update Ukrainian translation

Zurab Kargareteli (1):
      Add Georgian translation


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