tracker 1.1.0
- From: Martyn James Russell <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: tracker 1.1.0
- Date: Thu, 10 Jul 2014 13:14:20 +0000 (UTC)
About Tracker
=============
Tracker is a semantic data storage for desktop and mobile devices.
Tracker uses W3C standards for RDF ontologies using Nepomuk with
SPARQL to query and update the data.
Tracker is a central repository of user information, that provides two
big benefits for the user; shared data between applications and
information which is relational to other information (for example:
mixing contacts with files, locations, activities and etc.).
ChangeLog
=========
2014-07-10 Martyn Russell <martyn lanedo com>
ontology: Removed duplicate nfo:depicts and correct domain/range
Previously nfo:depicts was defined, but not nfo:depiction, because the spec
was in draft at the time.
The domain/range bug was a copy/paste error
All noticed on make distcheck
all: Switch out GSettings "schema" property for "schema-id"
Was causing unit tests to fail and made distcheck impossible
po: Removed tracker-enumerator.c from POTFILES.in
It was added to fix distcheck for the external-crawler branch accidentally as
part of other fixes too
2014-07-10 Martin Kampas <martin kampas tieto com>
libtracker-data: Limit error message length
When a very long error message is eventually sent over D-Bus and the
original method call involves file descriptor passing, it hits Gnome bug
732615 and the sending process gets aborted.
https://bugzilla.gnome.org/show_bug.cgi?id=732839
2014-07-10 Karl Relton <karllinuxtest relton ntlworld com>
tracker-extract-oasis: Continue extracting if we find embedded tabs + line breaks
The following patch improves the oasis extractor on odt documents so
that it keeps extracting plain text content even when there are embedded
tab and line-break xml tags. Without this patch the extractor stops when
such a tag is encountered, and resumes typically at the next paragraph
or style/format change. This means extractable text is missed.
2014-07-09 Martyn Russell <martyn lanedo com>
Revert "build: Avoid warnings about including subdir objects"
This reverts commit e46bfc1c4391b40ba59b4ea965245a78537fe7d2.
While there are no warnings, things fail to build. I'd rather have the
warnings.
build: Imported attributes.m4 was html version, not RAW version
build: Avoid warnings about including subdir objects
Use AUTOMAKE_OPTIONS=subdir-objects.
This is only needed for shared private source files for testing and also for
tracker-preferences to know about the miner-fs' config. It's use is limited.
build: Use CC_CHECK_FLAGS_APPEND m4 macro to make sure GCC supports flags
This is after finding out that some platforms or versions of GCC don't support
flags like -Wmaybe-uninitialized
The attributes.m4 is stolen from systemd who stole it from xine-lib.
The CFLAGS used for Vala based sources and C only sources are printed in the
summary in configure now too. While it may look like we use more flags for
Vala based sources, we don't it's just -Wall with some flags omitted.
ontology: Support nmm:artwork from upstream Nepomuk standards
This also adds nfo:depicts and nfo:depiction.
2014-07-05 Aurimas Černius <aurisc4 gmail com>
Updated Lithuanian translation
2014-07-02 Martyn Russell <martyn lanedo com>
libtracker-control: _CFLAGS and _LIBS were not defined properly
This was causing the docs to fail to build in sandbox conditions
2014-07-02 Yuri Myasoedov <ymyasoedov yandex ru>
Updated Russian translation
2014-07-02 Martyn Russell <martyn lanedo com>
build: Fixed distcheck failures
2014-06-30 Daniel Mustieles <dnaiel mustieles gmail com>
Updated Spanish translation
2014-06-27 Martyn Russell <martyn lanedo com>
tracker-search: Don't show "(null)" for nie:InformationElements with no nie:url
tracker-info: Add --resource-is-uri | -i to avoid filename -> urn lookups
2014-06-19 Muhammet Kara <muhammetk gmail com>
Updated Turkish translation
2014-06-18 Muhammet Kara <muhammetk gmail com>
Added Turkish translation
2014-06-17 Daniel Mustieles <dnaiel mustieles gmail com>
Updated Spanish translation
2014-06-13 Aleksander Morgado <aleksander aleksander es>
build: use pkg-config to look for which gdbus-codegen to use
2014-06-10 Martyn Russell <martyn lanedo com>
tracker-needle, tracker-preferences: Add AppData
https://bugzilla.gnome.org/show_bug.cgi?id=730627
2014-06-09 Fran Diéguez <fran dieguez mabishu com>
Updated Galician translations
2014-06-05 Ralph Boehme <rb sernet de>
Ontology: add indexes for nie:mimeType and nfo:fileName
Enable indexing for "nie:mimeType" and "nfo:fileName", both are
attributes that will be used in queries generated by Netatalk and
Samba.
2014-06-05 Martyn Russell <martyn lanedo com>
tracker-extract: Fix build with libav when libmediaaart is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=728370
2014-06-02 Gil Forcada <gforcada gnome org>
[l10n] Update Catalan translation
2014-06-01 Ralph Boehme <rb sernet de>
libtracker-common: memory limits on systems with large amounts of RAM
On systems with large amounts of RAM get_memory_total() could overflow
and return a negative value, as a result memory would be limited to
MEM_LIMIT_MIN (which is 256 MB atm).
2014-05-31 Milo Casagrande <milo ubuntu com>
Updated Italian translation
2014-05-20 Daniel Mustieles <daniel mustieles gmail com>
Updated Spanish translation
Updated Spanish translation
2014-05-18 Marek Černocký <marek manet cz>
Updated Czech translation
2014-05-14 Marek Černocký <marek manet cz>
Updated Czech translation
2014-05-14 Martyn Russell <martyn lanedo com>
tracker-miner-user-guides: Avoid GIO unresolved symbol errors
Error: tracker-miner-user-guides.o: undefined reference to symbol
'g_file_info_get_attribute_uint64'
https://bugzilla.gnome.org/show_bug.cgi?id=730111
2014-05-13 Zeeshan Ali (Khattak) <zeeshanak gnome org>
extract-iso: Update copyright/author list
https://bugzilla.gnome.org/show_bug.cgi?id=729253
extract-iso: Extract language info
Make use of libosinfo API to extract list of supported languages.
Application (e.g Boxes) can then use this list to determine the most
suitable language to start express installation in.
https://bugzilla.gnome.org/show_bug.cgi?id=729253
2014-05-12 Мирослав Николић <miroslavnikolic rocketmail com>
Updated Serbian translation
2014-05-12 Martyn Russell <martyn lanedo com>
tracker-miner-user-guides: Make sure we build if configured to
tracker-miner-user-guides: Make sure DBus has the right name of the binary to start
tracker-miner-apps: Don't start tracker-miner-fs when we need to index apps
libtracker-control: Don't error with g_file_enumerator_next_file()
This has been happening lately for some people and it seems to be when
$prefix/share/tracker/miners/ doesn't exist. This is a broken install to be
fair, but Tracker should handle it more gracefully.
Added a NULL check on enumerator returned from g_file_enumerate_children().
https://bugzilla.gnome.org/show_bug.cgi?id=729968
libtracker-control: Fix remnants of libtracker-miner in sources
Noticed by Michael Biebl. Thanks! :)
Download
========
https://download.gnome.org/sources/tracker/1.1/tracker-1.1.0.tar.xz (5.81M)
sha256sum: 1defd7d347ca7fbbd812a38afa797c12bd5e48a3b7240f0330ad46a9a9ff9ef1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]