summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-11-06 11:21:35 +0000
committerMartyn Russell <martyn@lanedo.com>2014-11-06 11:21:35 +0000
commitca9eb14d88f293f3cd256c80b098f9da3d623e08 (patch)
treea54d363f1ce45947755bcf64e707bb21d7f8f55e /NEWS
parent3c34977bff4e51eb7d1f61c82d28fd26fce1f89b (diff)
downloadtracker-ca9eb14d88f293f3cd256c80b098f9da3d623e08.tar.gz
Release 1.3.01.3.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47dfb8a8a..45fde98a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+NEW in 1.3.0 - 2014-11-06
+=========================
+
+The main changes since 1.2.x are:
+
+ * build: Require GLib >= 2.4.0, for g_str_match_string() and g_info()
+ * all: Migrate to GKeyfileSettingsBackend, including:
+ * Now when using TRACKER_USE_CONFIG_FILES env var, we use this backend
+ * MAN pages which previously didn't exist for configurations are generated from xml gschemas
+ * libstemmer: Removed imported code and depend on external version
+ * libtracker-miner: Major update to Vala bindings
+ * libtracker-common: Major clean up and removal of unused internal APIs, including:
+ * Removed os-dependent APIs (mainly process spawning GLib does now anyway)
+ * Removed tracker_file_(un)lock() API which was unused
+ * Removed all run-time locale management, GNOME handles this between logins, so do we
+ * Removed TrackerConfigFile and TrackerKeyfileObject classes, use GSettings instead
+ * Removed unused type utils functions (e.g. tracker_*_to_string() and more)
+ * Moved tracker-ontologies.h (with prefix, etc definitions) into libtracker-sparql
+ * Moved CRC32 API into libtracker-data (the only place it's used)
+ * Moved TrackerStorage class to tracker-miner-fs (only place it's used)
+ * data: Now moved into their respective binary dirs, including:
+ * .desktop: Desktop files (moved from data/ into src/tracker-store, etc)
+ * .pc: Pkgconfig files (moved from data/ into src/libtracker-miner, etc)
+ * .service: DBus files (moved from data/dbus/* to src/tracker-store, etc)
+ * .png, .svg: Moved artwork into src/tracker-needle)
+ * .gschema.xml: GSettings files (moved from data/gschemas into src, tracker-store, etc)
+ * .ontology: Ontologies are now in src/ontologies
+ * stopwords.*: Stop words per language (moved from data/stopwords into src/libtracker-common for TrackerLanguage)
+ * data: Merged all data miner .desktop files with existing DBus .service files
+ * functional-tests: Many updates to fix broken functional tests, including:
+ * Writeback and miner base class clean ups
+ * Removing IgnoreNextUpdate wrapper and 'wait for miner to be idle' calls
+ * Waiting properly for resource addition / removal
+ * Fixes GB#737663, Avoid the use of setrlimit() causing SIGABRT in tracker-extract
+
+Translations:
+
+ * Updated fi: Timo Jyrinki, Jiri Grönroos
+ * Updated hu: Gábor Kelemen, Gabor Kelemen
+ * Updated it: Milo Casagrande
+
+
NEW in 1.2.0 - 2014-09-22
=========================