Accepting request 71963 from GNOME:Apps

Pushing G:A changes

OBS-URL: https://build.opensuse.org/request/show/71963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=27
This commit is contained in:
Sascha Peilicke
2011-05-31 11:35:56 +00:00
committed by Git OBS Bridge
parent 88330eebf4
commit 1c5ea13fc1
6 changed files with 116 additions and 24 deletions

View File

@@ -1,3 +1,88 @@
-------------------------------------------------------------------
Sat May 28 14:57:35 CEST 2011 - dimstar@opensuse.org
- Update to version 0.10.15:
+ libtracker-sparql: Fix deadlock on initialization error
+ libtracker-miner:
- Fixed c++ builds where headers use "private" keyword
- Include missing header tracker-albumart.h in main header
- Do not perform removed files check if crawling was cancelled
+ tracker-store: Reenable signals after failing to load Turtle
file
+ tracker-extract: Improve logging around which module is used
for extraction per file
+ evolution:
- Fixed completely broken status reporting as a miner
- Don't send "Idle" status twice
- Added debug logging to know if the module was loaded or not
on the command line
+ Bugs fixed: nokia#254855, nokia#259000, nokia#244556,
nokia#252898, nokia#258488, nokia#258459.
-------------------------------------------------------------------
Sat May 28 00:36:35 CEST 2011 - vuntz@opensuse.org
- Mention the new --add-feed option of tracker-miner-rss in
README.SUSE.rss.
-------------------------------------------------------------------
Mon May 23 14:30:20 CEST 2011 - dimstar@opensuse.org
- Update to version 0.10.14:
+ libtracker-data:
- Handle EINTR instead of EGAIN when writing journal
- Delete empty file if unable to write journal header
- Do not trigger a journal replay with invalid ontology
journals
- Propagate errors for ontology transactions
+ libtracker-bus: Support multiple bus connection objects
+ libtracker-direct: Support multiple bus connection objects
+ libtracker-sparql: Protect singleton weak pointer with mutex
+ libtracker-miner: Cleanup media-art that isn't valid anymore
every 30 minutes or so
+ tracker-store: Improved error handling for Data.Manager.init
+ functional-tests: Add UID::user and GID::users to tracker-tests
aegis file.
-------------------------------------------------------------------
Mon May 16 15:45:05 CEST 2011 - dimstar@opensuse.org
- Update to version 0.10.13:
+ libtracker-miner: Cancel TrackerMinerFS cancellables on
finalize
+ tracker-store: Use lazy loading for stats to improve start up
speed
+ Bugs fixed: nokia#254154, nokia#253807, nokia#248873.
+ Updated translations.
-------------------------------------------------------------------
Fri May 6 08:49:59 CEST 2011 - dimstar@opensuse.org
- Update to version 0.10.12:
+ New Feature:
- Now tracker-control has --backup and --restore options
- Now tracker-miner-rss has an --add-feed option
+ libtracker-extract: Fixed encoding guessing, make sure we
init/shutdown locale module
+ libtracker-miner: Don't load thumbnailer service properties
over D-Bus
+ tracker-store: Added checks to Backup method target file so it
is a real URI
+ tracker-miner-rss:
- Fixed crash trying to cast TrackerSparqlConnection to
TrackerMinerRSS
- Fixed recursive check with mfo:updatedTime GraphUpdated
signal
- Fixed ASK SPARQL to check true/false not 0/1
- Improved logging/debugging
+ Bugs fixed: bgo#520670, bgo#633105, bgo#397205, nokia#249338.
+ Updated translations.
- Add tracker-search-bar.1 from git to Source list: it is missing
in the tarball. Makefile to distribute this properly is already
fixed in launchpad.
- Add dia BuildRequires to fix the gtk-doc building
- Re-enable --enable-gtk-doc configure parameter.
-------------------------------------------------------------------
Wed May 4 09:51:43 CEST 2011 - dimstar@opensuse.org