[tracker] Created tag 0.9.17
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Created tag 0.9.17
- Date: Thu, 19 Aug 2010 18:07:41 +0000 (UTC)
The signed tag '0.9.17' was created.
Tagger: Martyn Russell <martyn lanedo com>
Date: Thu Aug 19 18:51:37 2010 +0100
Release 0.9.17
Changes since the last tag '0.9.16':
Adrien Bustany (1):
Port steroids tests to libtracker-sparql
Aleksander Morgado (20):
tests/functional-tests: Fix distcheck
libtracker-bus: Fix distcheck, missing header in dist
distcheck fixes: vala generated sources are in srcdir in dist
libtracker-bus: no return value expected in method
Fix distcheck issues
Fixes NB#184882: tracker-extract is getting crashed for malformed gif files
build: Fix VPATH builds
distcheck fixes: vala generated sources are in srcdir in dist
distcheck fix: disable generation of Makefile for tests/tracker-steroids
distcheck fixes: vala generated sources are in srcdir in dist
build: Fix distcheck
libtracker-sparql: add dbus-glib-1 dep when compiling vala sources
OASIS extractor: minor indentation fixes
configure: minor indentation issues
Fixes GB#627281: Crash in msoffice extractor
Fix distcheck
functional-tests: ignore built file
tracker-steroids tests: when cancelled, an error is expected
tracker-extract, msoffice: remove extra line
Fix distcheck: stamp should be distributed with ttl files
Carlos Garnacho (2):
TrackerMinerFiles: Fix wrong cast in query callback.
NB#185950 - Crash in gif extractor.
Ivan Frade (21):
Add GCOV_LIBS to the new libraries
Add GCOV_LIBS for the libtracker-data tests
Add GCOV_LIBS to the libtracker-direct compilation
Adding local copy of unittest2
Adding common infrastructure for the new tests
Script to generate tests.xml using python introspection
Configuration files to be used in the tests
Test files and expected data for the extraction test-cases
Sample files for the writeback functionaly testing
Remove tests.xml (now created on compilation time)
Removed all test data/ directory
Configuration is now under common/utils
New tests
Add exec permission to the relevant tests
Remove old tests
Performance test... not sure what it does
Placeholder for the ttl file
And the autotools to round-up the operation
Make data-generators directory-free
Data generators are now python2.3 friendly
Add __init__.py to the functional tests directory
Jorge González (1):
Updated Spanish translation
Jürg Billeter (56):
libtracker-common: Make sure libtracker-sparql inherits verbosity
Remove unmaintained kmail plugin
libtracker-data: Remove unused Options table
tracker-store: Remove unused push plugin support
libtracker-bus: Fix string retrieval in ArrayCursor
libtracker-bus: Add simple implementations for update and update_async
libtracker-bus: Link to libtracker-common
libtracker-bus: Use dedicated module directory
libtracker-bus: Implement query_async
libtracker-bus: Implement query_async for D-Bus FD passing
libtracker-bus: Use steroids if available
libtracker-bus: Use SparqlError
libtracker-bus: Fix critical when cancellable is NULL
libtracker-bus: Fix more criticals
libtracker-bus: Fix crash on update
libtracker-bus: More update fixes
libtracker-bus: Adapt to libtracker-sparql changes
libtracker-bus: Use correct error domain
libtracker-bus: Fix blank updates
libtracker-bus: Fix cancellation
libtracker-bus: Fix D-Bus error handling for blank updates
tracker-utils: Port tracker-status to libtracker-sparql
libtracker-miner: Port to libtracker-sparql
tracker-extract: Drop use of libtracker-client function
utils: Fix build
tracker-control: Fix build
libtracker-miner: Drop update_commit calls
Adapt to libtracker-sparql changes
libtracker-bus: Fix cancellation
libtracker-data: Enable Write-Ahead Logging in SQLite
libtracker-data: Do not use overly large transactions anymore
tracker-store: Drop special batch handling
libtracker-data: Move SQLite threading mode setting to open call
libtracker-data: Disable shared cache mode
tracker-store: Allow running queries while update is running
tracker-store: Store sender for turtle import tasks as well
tracker-store: Never try to process more than 1 million events
tracker-store: Turtle import improvements
libtracker-data: Add tracker_data_load_turtle_file
tracker-store: Use tracker_data_load_turtle_file
libtracker-data: Also delete -shm and -wal files when deleting database
libtracker-data: Allow multiple statement instances for the same query
libtracker-data: Use single DB file
libtracker-data: Let TrackerDBCursor subclass TrackerSparqlCursor
libtracker-data: Add initial support for async cursors
libtracker-data: Generate tracker-sparql-query.vapi
libtracker-direct: Add initial implementation
libtracker-direct: Use dedicated module directory
Move SparqlError from libtracker-data to libtracker-sparql
libtracker-direct: Handle initialization failure
SPARQL: Improve lexer performance for strings with ASCII characters
libtracker-bus: Handle SPARQL errors received via D-Bus
libtracker-direct: Fix compiler warning
tracker-extract-mp3: Fix un-unsynchronisation in ID3v2
tracker-extract-mp3: Fix extraction of certain ID3v2.3 and ID3v2.4 tags
libtracker-data: Merge DataError into SparqlError
Martyn Russell (49):
tracker-store: Plug some leaks in dbus shutdown
libtracker-bus: Add D-Bus implementation
libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
libtracker-bus: Get queries working using original dbus methods
libtracker-bus: Minor whitespace changes similar to reverted patch from pvanhoof
libtracker-bus: Make sure current_row is set to -1 and next() is always required
libtracker-bus: Implement D-Bus version of statistics API
libtracker-bus: Implement import{_async}()
libtracker-bus: Fixed compilation without FD PASSING enabled
libtracker-bus: Fixed steroids detection
libtracker-bus: Allow backend to switch between fd passing and dbus-glib
libtracker-bus: Avoid warnings when building without FD passing
libtracker-bus: Cleaned up -shared C API
libtracker-bus: Invert ifdef for array backend
libtracker-sparql: Updated documented examples
libtracker-sparql: Added insert_blank() example documentation
libtracker-sparql: Fixed example documentation indentation
libtracker-data: Plugged a leak in journal
libtracker-extract: Move to libtracker-sparql from libtracker-client
libtracker-client: Marked entire API as deprecated and updated documentation
tracker-search: Use new libtracker-sparql API
tracker-info: Use new libtracker-sparql API
tracker-miner-fs: Use new libtracker-sparql API
tracker-miner-rss: Fixed compiler errors and use new libtracker-sparql
tracker-miner-flickr: Use new libtracker-sparql API
tracker-miner-flickr: Add refactored writeback code of libtracker-client
tracker-sparql: Use new libtracker-sparql API
tracker-status: Don't use TrackerSparqlConnection and unref DBusGProxy
tracker-import: Use new libtracker-sparql API
tracker-stats: Reworked to use libtracker-sparql
tracker-tag: Use new libtracker-sparql API
libtracker-data: Fixed documentation build errors and some warnings
libtracker-miner: Fixed build warnings
libtracker-miner: Fixed various documentation issues
build: Fixed a myriad of build issues
libtracker-miner: Fixed memory leak on init/finalize of TrackerMiner
tracker-miner-fs: Fixed memory leak when setting up volumes
tracker-search: Improved output for -c and -f
functional-tests: Fixed warnings from unhandled throws
tracker-store: Allow disabling CPU affinity with env var
libtracker-data: Don't leak in_use_filename in db-manager
libtracker-data: remove all null checks before g_free() in db-manager
libtracker-direct: Add initial skeleton
libtracker-direct: Provide plugin API
tracker-search: Fixed typo
FT: Fixed make check failure
tests: Fixed steroids test case
Updated NEWS
Release 0.9.17
Mikael Ottela (3):
Required version of dbus-glib to 0.82 for dbus_g_connection_unregister_g_object
Added dlna profile to mp3 extractor.
Add a check for gupnp-dlna version.
Murugappan Nataraj (1):
Fixes GB#623005: Tracker plugin for odt, odp, ods files
Philip Van Hoof (20):
NFO: Bump nao:lastModified for earlier ontology change
libtracker-bus: Refactoring the bus-cursor to have the array one in vala
libtracker-bus: Implement rewind for fd-passing, added functional test
libtracker-bus: Initial implementation of update API with FD passing
tests/functional-tests: Add update tests
tests/functional-tests: Refactored the update tests
tests/functional-tests: Refactored the tests a bit more
tests/functional-tests: Refactoring the query test
libtracker-bus: Added skeleton for update_blank and update_blank_async
libtracker-bus: Add updateblank support with functional test
plugins/evolution: GB#623207: Fix compilation problems
tracker-writeback: XMP: NB#182948: Added nao:hasTag for keywords writeback
tracker-writeback: Don't just process the first row of results for file writebacks
tracker-writeback: NB#185070: Loop over all subjects in the Writeback signal's array
tests/tracker-miner-fs: Fix build
plugins/evolution: Make it possible to compile the evolution plugin, not working yet
libtracker-miner, miners/rss, plugins/evolution: Fixed memory leaks for cursors
libtracker-direct: Create tracker-direct.vapi
libtracker-direct: Keep connection alive for longer than cursor
functional-tests: Add direct-query-test and default-update-test
Zeeshan Ali (Khattak) (1):
Adapt to gupnp-dlna API change
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]