Accepting request 49051 from GNOME:Apps

Copy from GNOME:Apps/tracker based on submit request 49051 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/49051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=11
This commit is contained in:
OBS User autobuild
2010-09-26 19:55:46 +00:00
committed by Git OBS Bridge
parent 2f20970372
commit 4ffb8bf3ca
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Sep 24 09:53:57 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.22:
+ LRU for database statement cache (huge memory footprint
difference)
+ Monitor event black listing and events are condensed (less
event spam up the stack)
+ SPARQL: Rework variable name support to fix regression
+ Ontology: NCO: Set tracker:notify to true for nco:ContactList
+ data-generators: Added a default value for undefined categories
+ functional-tests updates.
+ libtracker-data:
- Fixed regression SELECT ... AS ?var not being honored in
ORDER BY
- Don't cache stmt if the query contains a regular expression
- Fixed memory leak in journal rotation
+ libtracker-sparql:
- Make it possible to set the max LRU cache size per connection
- Added an "environment variables" section to documentation
+ tracker-store:
- Added TRACKER_STORE_{SELECT|UPDATE}_CACHE_SIZE environment
variables to control new LRU feature
- Fixed crash when accessing variable_names array
+ tracker-extract:
- remove unneeded call to tracker_topanalyzer_shutdown()
- Fixed QUILLimagefilter support
+ tracker-miner-fs: Fixed use of uninitialized variable
+ Bugs fixed: nokia#192537, nokia#193796, bgo#630176
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 18 14:31:06 CEST 2010 - vuntz@opensuse.org