[tracker/wip/sam/meson] Release 1.9.0
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/sam/meson] Release 1.9.0
- Date: Sun, 25 Sep 2016 13:15:36 +0000 (UTC)
commit 1e05d4ba9df2383e62af38e9deab186979943493
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Jun 21 16:03:31 2016 +0200
Release 1.9.0
NEWS | 33 +++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c854d05..fb37c8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+NEW in 1.9.0 - 2016-06-21
+=========================
+
+ * Adapt to new GKqueue monitor mapping.
+ * Remove build time dependency on gnome-common
+ * Fix error handling of tracker-extract-persistence
+ * Fix tracker-miner-fs to honor all configuration options at runtime.
+ * Stop recommending hard resets all through
+ * tracker reset -r will now warn and request the user to explicitly allow
+ the operation.
+ * tracker-preferences won't show anymore a big "reset and restart" button.
+ * Added "tracker reset -f $filename" subcommand. This will recursively reset
+ all indexed content for the given filename/uri, and trigger reindexing if
+ appropriate, so contents are just like freshly indexed.
+ * Fixed possible crash in MP3 extractor
+ * Favor embedded/external cue sheets before flac files' TOC.
+ * store albumArtist from TPE2 tag in MP3 extractor
+ * Avoid possible integer overflow in GIF extractor
+ * Support regular expressions for fn:replace
+ * Mark most internal functions as SQLITE_DETERMINISTIC
+ * Logging changes in tracker-miner-fs, sparql errors no longer end up with
+ full insert queries being logged, but a loud warning with instructions to
+ get more info will be printed instead.
+ * Fix FS size calculations on OpenBSD
+ * Add MS Office "owner files" to ignored-files
+ * Add systemd user services corresponding to D-Bus session services
+ * Handle DjVu files
+ * Fixes in handling of BIND()
+ * miner-fs: Fix handling files moved soon after creating
+ * Improved console output of tracker subcommands
+
+Translations: de, es, oc, pt, pt_BR, sk
+
NEW in 1.8.0 - 2016-03-21
=========================
diff --git a/configure.ac b/configure.ac
index e659db0..7cda968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PREREQ([2.64])
# if backwards compatibility has been broken,
# set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
m4_define([tracker_major_version], [1])
-m4_define([tracker_minor_version], [8])
+m4_define([tracker_minor_version], [9])
m4_define([tracker_micro_version], [0])
m4_define([tracker_interface_age], [0])
m4_define([tracker_binary_age],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]