Accepting request 233262 from home:Zaitor:branches:GNOME:Factory

Stable update

OBS-URL: https://build.opensuse.org/request/show/233262
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=48
This commit is contained in:
2014-05-10 19:27:45 +00:00
committed by Git OBS Bridge
parent 1848250065
commit c0466e2b95
6 changed files with 63 additions and 5 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri May 9 15:27:00 UTC 2014 - zaitor@opensuse.org
- Update to version 1.0.1:
+ build:
- Switch --with-enca is now --enable-enca.
- Switch --enable-icu-charset-detection has been added to
prefer ICU over enca for MP3 content detection.
+ libtracker-miner: Memory footprint significantly reduced:
- Massif reports tracker-miner-fs peaking at 24MB.
- Massif reported previously growing to ~180MB.
- Fix involves using file depth based notification internally
to reduced memory build up.
- Querying existing data in the DB now is limited (to avoid
memory use, at a small performance cost).
- Initial indexing performance is unaffected.
- Approximately 1/3 more expensive indexing updates on
resources post initial index.
- Testing using an index of 11304 folders and 123428 files.
+ libtracker-extract:
- Encoding detection with libicu handles failure better.
- giflib 4.2.x doesn't support PrintGifError, handle both
situations.
+ tracker-search: Fix output when searching for emails, snippets
shown in red and links in green.
+ Bugs fixed: bgo#729708, bgo#728252, bgo#728546, bgo#728370,
bgo#725717, bgo#729474.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 24 19:01:47 UTC 2014 - zaitor@opensuse.org