[tracker] Release 0.15.2
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Release 0.15.2
- Date: Fri, 15 Feb 2013 11:40:04 +0000 (UTC)
commit a017de4fecfa4f8e46e4bfe0a6e0bc272c8dc13b
Author: Martyn Russell <martyn lanedo com>
Date: Mon Feb 11 11:17:43 2013 +0000
Release 0.15.2
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 778fbf6..6bb2f12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 0.15.2 - 2013-02-11
+==========================
+
+The changes are:
+
+ * Build: Required SQLite 3.7.9 (was 3.7.0) for FTS4 support
+ * New Feature: Full Text Search (FTS) v4 support:
+ New SPARQL function fts:snippet(?u)
+ - Snippets provide context around a matched query.
+ New SPARQL function fts:offsets(?u):
+ - Offsets provide an index where a matched query is found in context
+ See tracker-needle for basic use.
+ * Fixes: GB#691847, tracker-extract: Port to new gupnp-dlna API
+ * Fixes: GB#692409, playlist extractor should index playlist title if available
+ * Fixes: GB#692603, Search can not find pdf files using author names
+ * Ontology: Deprecated tracker:fulltextNoLimit and removed use in all other ontologies
+ * libtracker-fts: Removed tracker_fts_config_min_word_length() and config option
+ * libtracker-miner: Fixed GNOME password provider, libsecret expects "user" not "username"
+ * tracker-info: Fixed memory leak where urn wasn't freed.
+ * tracker-info: Fixed memory leak when using prefixes for shorthand properties
+
+Translations:
+
+ * None
+
+Notes:
+
+ The database version has been incremented, this will force a
+ reindex for any existing Tracker installation.
+
+ Due to the deprecation of tracker:fulltextNoLimit and removal of
+ libtracker-fts's config option to set the minimum word length, we
+ now index ALL small words and rely on stop words to filter
+ redundant data. We still have the maximum word length checks in
+ place.
+
+
NEW in 0.15.1 - 2013-01-24
==========================
diff --git a/configure.ac b/configure.ac
index b1f2e4b..b37983c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.64])
# set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
m4_define([tracker_major_version], [0])
m4_define([tracker_minor_version], [15])
-m4_define([tracker_micro_version], [1])
+m4_define([tracker_micro_version], [2])
m4_define([tracker_interface_age], [0])
m4_define([tracker_binary_age],
[m4_eval(100 * tracker_minor_version + tracker_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]