[tracker-miners] Created tag 0.9.3
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners] Created tag 0.9.3
- Date: Mon, 24 Aug 2020 21:15:39 +0000 (UTC)
The signed tag '0.9.3' was created.
Tagger: Martyn Russell <martyn lanedo com>
Date: 1272560800 +0100
Release 0.9.3
Changes since the last tag '0.9.1':
Adrien Bustany (5):
tracker-writeback: Fix double free in taglib module
Files miner: Fix misindentation in tracker-mines-files.c
Desktop files: Add ; to end lists
Add writeback for nao:hasTag and nao:prefLabel
Add Flickr miner
Akos PASZTORY (2):
performance enhancements for the datagenerator
increasing coherency by putting the template near the functions that fill them
Aleksander Morgado (9):
Fix GB#615868: Improved OASIS extractor
Proper indentation
Fixes GB#616158/doc: Improve reading msoffice doc files
Fixes GB#615948 - Improved reading msoffice/xml files
Fixes GB#616329: Improve and fix reading msoffice/excel files
Fixes GB#616403 - Improve & fix reading msoffice/powerpoint files
Fixes GB#616165: Improved reading PS and PS-GZ files
Fixes GB#616493 - Remove dependency of unzip from the OASIS extractor
Fix compilation warning
Amit Jain (4):
Functional Tests: Operations of files in multilevel subfolders added
Functional Tests: Updated to allow writeback completion before extracting
functional-tests: wirteback testing support extended for .png , .tif , .mp4
functional-tests: Fixed metadata query for images
Andrej Žnidaršič (2):
Updated Slovenian translation
Updated Slovenian translation
Carlos Garnacho (36):
tracker-fts: Make fulltext_vtab to be per-thread data.
libtracker-db: Fix TrackerDBResultSet type check defines.
TrackerDBInterface: Add interrupt() method.
TrackerDBInterfaceSqlite: Implement interrupt().
tracker-db-manager: Add tracker_db_manager_interrupt_thread().
tracker-data-manager: Add tracker_data_manager_interrupt_thread()
TrackerStore: Fix harmless typo.
TrackerStore: Keep a list of running tasks.
TrackerStore: Cancel DB operations on client disconnection.
TrackerStore: Set watchdog timeout to control misbehaving queries.
tracker-db-manager: wrap thread/iface hashtable access with a mutex.
TrackerStore: Put client_id in TrackerStoreTask.
TrackerStore: Check client name before cancelling threads on client disconnection.
tracker-db-manager: Add NULL check when destroying thread/iface hashtable.
tracker-db-manager: Remove interfaces from hashtable as soon as the thread finalizes.
Bug 615856 - add html content extraction
tracker-extract-html: Improve <script> bypassing.
tracker-extract-pdf: set nfo:isContentEncrypted for encrypted docs.
Move nfo:isContentEncrypted to be defined in 33-nfo.ontology.
TrackerMinerFS: Perform one mtime query per folder.
TrackerMinerFS: Do not query parent URN frequently if it doesn't exist.
TrackerMinerFS: Cache URNs for the processed files.
TrackerDBInterfaceSqlite: Add functions to deal with URIs hierarchy.
TrackerSparqlExpression: add tracker:uri-is-parent/descendant() sparql functions.
TrackerMinerFS: Make mtime/iri caches query per folder through tracker:uri-is-*().
Remove \n from g_debug and g_criticals.
TrackerMinerFS: Improve condition in ensure_iri_cache().
TrackerMinerFS: Get rid of slash_uri in queries where we use tracker:uri-is-*()
Use tracker:uri-is-descendant() in recursive delete operations.
TrackerDBInterfaceSqlite: Check more carefully for is_parent().
TrackerDBInterfaceSqlite: do sanity check on is_parent() and is_descendant().
TrackerMinerFS: always set current_parent in ensure_mtime_cache()
TrackerPower: Remove tracker_power_get_battery_percentage().
TrackerMinerFS: Fix typos in query to update children URIs.
libinotify: Add perror() calls.
libinotify: Add missing header.
Christian.Kirbach (1):
Updated German translation
Ivan Frade (4):
Doc: tracker structural diagram in graphviz
Tests: initial test to libtracker-client
inotify and tracker-storage are not testeables. Remove from coverage.
NCO: Add nco:contactLocalID
Jean-Luc Lamadon (1):
functional-tests: Fix signal handling in miner file operations test suite
Jorge González (2):
Updated Spanish translation
Updated Spanish translation
Jürg Billeter (13):
tracker-store: Do not use GStaticPrivate for thread-independent data
libtracker-data: Enable shared cache mode and require SQLite 3.6.17
libtracker-data: Fix memory leak on journal replay
libtracker-fts: Do not use static variable for prepared statements
libtracker-db: Shutdown FTS before closing database
libtracker-db: Use per-thread interfaces
tracker-store: Fix crash when client disappears with queries
tracker-store: Execute requests in thread pool
libtracker-db: Use multi-thread mode in SQLite
libtracker-fts: Fix crash on thread cleanup
tracker-store: Allow running 2 queries in parallel
libtracker-db: Shutdown FTS in all threads before DB interface shutdown
libtracker-db: Add missing include
Ken Schmedding (1):
tracker-search-tool: Accept command line search terms
Martyn Russell (14):
Functional Tests: Added basic file operations to miner-fs and support for desktop environment
libtracker-miner: Don't translate statuses
Merge branch 'async-queries-due'
Updated NEWS
Bumped version
tracker-extract: Fixed double free in Vorbis extractor
Updated NEWS
tracker-search-tool: Removed --service and updated man page
Bump version
Merge branch 'miner-flickr-review'
Updated NEWS
configure: Cleaned up flickr indentation
tracker-miner-flickr: Fixed make distcheck issues
tracker-miner-flickr: Added .desktop.in to POTFILES.in
Michael Biebl (1):
Port from libdevkit-power-gobject to libupower-glib
Mikael Ottela (9):
Added some indices for query performance
Small fixes to the data generators
Add videos to data generation.
Added some full content queries for testing. Fixed a few problems.
Fixes bug 161964 - Some special audio files are not displayed in the Music..
Added updated message-related performance queries.
Added updated contacts-related performance queries.
Added updated location-related performance queries.
Don't use isStoredAs in performance test scripts.
Petr Kovar (1):
Update Czech translation by Marek Cernocky
Philip Van Hoof (24):
libtracker-db: O_LARGEFILE must be added to the g_open of the journal
NFO: Add an index on nfo:fileLastModified for miner-fs's crawling performance
tracker-extract: Compilation warning fix
tracker-search-bar: Comparison with unsigned integer (enum) is always true
libtracker-db: Fixed a problem with sqlite3_interrupt usage
Revert "libtracker-db: Fixed a problem with sqlite3_interrupt usage"
libstemmer: Bugfix NB#164958, FTS doesn't work for "beautif" and "beautifu"
miners/fs: GB#615836 remove tracker:mountPoint before setting it
libtracker-data: Added cursor return in TrackerSparqlQuery
tracker-store: Fill up the DBusMessage manually, avoiding memory copying
libtracker-db, libtracker-data, tracker-store: Support for interrupting queries
libtracker-db: Get the error at cursor's iter_next
tracker-store: Define a max size for the DBusMessage
libtracker-db, tracker-store: Code style changes
tracker-store: Fixed memory corruption
libtracker-data: Added support for fn:lower-case
tracker-store: Moved the iter over the cursor to the thread that prepared the query
tracker-extract: Fixed compilation warning
plugins/evolution: GB#615930: Fixed a crash in case timeout reached
plugins/evolution: Fixed a race condition, added a lock for it
tracker-extract, libtracker-extract: GB#579051, Provide a tracker_getline
tracker-extract: NB#166080: ignore stuff exiftool adds to Copyright fields
tracker-extract: Add tracker_getline() docs
libtracker-extract: Use proper types for tracker_getline()
Tshepang Lekhonkhobe (3):
tracker-control: Added --reindex-mime-type and --start options to man page docs
tracker-sparql: Fixed typo in man page for command line args
tracker-extract: fixed desciption of -d in manpage
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]