[tracker] Release 0.9.38



commit 46466f6da8c8b4e2fd5c1e436c537a5c3fc9973b
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Feb 10 15:20:50 2011 +0000

    Release 0.9.38

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 39 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 680bc86..f7de8af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+NEW in 0.9.38 - 2011-02-10
+==========================
+
+The changes are:
+
+  * Fixes: NB#208621, SEV-1: 10776 Music GSM-BTR-1-8108 Music Player: Duplicates in the store when synchronizing with Ovi Suite/WMP
+  * Fixes: NB#223536, tracker-extract segfaults when songs without album or artist metadata is copied to device
+  * Fixes: NB#225910, tracker-miner is crashing frequently
+  * Fixes: NB#221340, Modified album art is not updated after synchronizing with WMP.
+  * Fixes: NB#180770, Unusable emergency contact is found in Search application
+  * Fixes: NB#217610, Generated album art shown for some clips with albumart metadata
+  * Fixes: NB#224993, after ~440 smses tracker does not respond any longer
+  * Fixes: NB#222182, tracker_sparql_connection_get_direct should fail if direct access is not possible
+  * Fixes: NB#224760, "too many sql variables" when "filter ?sth in (long list)"
+  * Fixes: GB#640623, Double-click on application result should start the application
+  * ontology: Make nie:url an inverse functional property (essentially making it unique)
+  * functional-tests: Kill/stop the store in a realistic way for backup/restore
+  * documentation: Various fixes for libtracker-{client|miner|extract|sparql}
+  * libtracker-data: Added unit tests for IN with > 20 elements 
+  * libtracker-data: Improve error handling on initialization (especially if the WAL PRAGMA fails)
+  * libtracker-data: Fixed a race condition on shutdown causing criticals with  g_object_unref()
+  * tracker-store: Increase maximum D-Bus result size (1 Mb to 10 Mb)
+  * tracker-store: Don't send unmapped errors in D-Bus replies
+  * nautilus: Plugin has been updated to use libtracker-sparql (was libtracker-client)
+
+Translations:
+
+  * Updated ar: Khaled Hosny
+  * Updated cs: Marek Ä?ernocký
+  * Updated es: Daniel Mustieles
+  * Updated sv: Daniel Nylander
+
+Notes:
+
+  The database version has been incremented, this will force a
+  reindex for any existing Tracker installation.
+
+
 NEW in 0.9.37 - 2011-02-03
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 7280d47..54e75d8 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], [9])
-m4_define([tracker_micro_version], [37])
+m4_define([tracker_micro_version], [38])
 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]