[tracker-miners] Created tag 0.9.28



The signed tag '0.9.28' was created.

Tagger: Martyn Russell <martyn lanedo com>
Date: 1289496319 +0000

    Release 0.9.28

Changes since the last tag '0.9.27':

A S Alam (1):
      Add Punjabi Translation: started

Aleksander Morgado (1):
      tracker-store: Fix valid callback check

Andrej Žnidaršič (1):
      Updated Slovenian translation

Bruno Brouard (1):
      Updated French translation

Carles Ferrando (1):
      Added Catalan (Valencian) translation

Deji Akingunola (1):
      tracker-preferences: Fixed check which used "text" not "test"

Ivan Frade (13):
      Include GB#633118 file in the automated extraction tests
      functional-tests: Some tests are not expected failures with the new journal
      functional-tests: property range date->string test fixed and enabled
      functional-tests: Include test.xml generator in the dist
      functional-tests: Conditional compilation of the extraction tests
      functional-tests: Removed commented code (old tests not valid anymore)
      libtracker-miner: gtkdoc to a couple of functions
      functional-tests: Remove duplicated tests and update expected failure message
      functional-tests: Test changing the superclass of a class
      functional-tests: add properties in basic ontology to test new changes
      functional-tests: Test property promotion/relegation
      Ontologies: promote mfo:image to FeedElement
      functional-test: Add backslash so make functional-test works

Jorge González (1):
      Updated Spanish translation

Jürg Billeter (26):
      Update .gitignore
      functional-tests: Do not use nested mainloop in libtracker-sparql tests
      tracker-store: Use D-Bus error name that can be mapped to SparqlError
      Require GLib 2.26 and Vala 0.11.1 for GDBus
      libtracker-sparql: Port from libdbus/dbus-glib to GDBus
      libtracker-bus: Update to VAPI changes
      libtracker-data: Do not use deprecated Vala string API
      tracker-search-tool: Do not use deprecated Vala string API
      tracker-explorer: Do not use deprecated Vala string API
      libtracker-sparql: Use GLib.ContentType namespace
      tracker-preferences: Use Gtk.Stock namespace
      tracker-search-tool: Use Gtk.Stock namespace
      SPARQL: Drop support for Vala < 0.11
      libtracker-sparql: Fix error handling
      libtracker-bus: Fix error handling
      libtracker-sparql: Fix return type of ModuleInitFunc
      libtracker-sparql: Do not hide DBusError
      functional-tests: Simplify error handling in update tests
      Update .gitignore
      functional-tests: Do not use dbus-glib where not necessary
      functional-tests: Simplify error handling in class signal tests
      functional-test: Simplify error handling in query tests
      libtracker-bus: Disable D-Bus timeout for queries and updates
      Remove generated files
      Remove unneeded --header and --vapi VALAFLAGS
      libtracker-data: Combine INSERT and UPDATE into single INSERT

Mario Blättermann (1):
      [l10n] Updated German translation

Martyn Russell (33):
      Revert "Properly indent MeeGo configure result"
      build: Show Meegotouch support for the app miner inline
      ontology: Add tracker:domainIndex for nie:title on nmm:MusicAlbum
      ontology: Deprecate nmm:albumTitle for nie:title
      ontology: Add tracker:indexed true for nmm:artistName
      tracker-extract: Migrate to nie:title from nmm:albumTitle
      Ontology: Updated indicies file explaining changes in this branch
      tracker-explorer: Use Automake 1.11 Vala features
      libtracker-miner: Use Automake 1.11 Vala features for tests/
      functional-tests: Use Automake 1.11 Vala features for ipc/
      libtracker-sparql: Use Automake 1.11 Vala features
      libtracker-bus: Use Automake 1.11 Vala features
      tracker-preferences: Use Automake 1.11 Vala features
      libtracker-direct: Use Automake 1.11 Vala features
      libtracker-data: Use Automake 1.11 Vala features
      libtracker-client: Use Automake 1.11 Vala features
      tracker-miner-flickr: Use Automake 1.11 Vala features
      build: Use BUILT_SOURCES for stamp files to avoid build errors
      build: Fixed distcheck issues
      build: Use BUILD_VALAFLAGS for "-g" and define in configure
      Merge branch 'vala-makefiles'
      functional-tests: Fixed build for ipc/ tests
      Merge branch 'gdbus'
      Merge branch 'music-album-domain-index'
      utils: tracker-sql: Fixed --query command line option not working
      Updated NEWS
      Merge branch 'neo'
      Updated NEWS
      tracker-sql: Added to POTFILES.in
      libtracker-sparql: Use g_assert_no_error() instead in tests
      Revert "Updated NEWS"
      Revert "Merge branch 'neo'"
      Release 0.9.28

Michael Biebl (1):
      Properly indent MeeGo configure result

Mikael Ottela (2):
      Added tracker-sql util to run sql directly for testing
      Remove unnecessary gio include from albumart-qt

Petr Kovar (1):
      Update Czech translation by Marek Cernocky

Philip Van Hoof (50):
      libtracker-data: Fix a critical on ontology change tracker:domainIndex
      tracker-store: Make set_active wait for the currently running query Fixes NB#201122
      tracker-store: Also call the set_active callback when no task was active
      tracker-store: Fix previous two commits
      tracker-store: Fix indentation
      tracker-store: Always call set_active's callback in mainloop
      tracker-store: Disable class signals while restoring a backup
      tracker-store: Fix memory usage of set_active in backup/restore
      tracker-store: Run the that must happen at the end of backup, really at the end
      tracker-store: Backup's and restore's callbacks are now different
      tracker-store: Bugfix, the contact is freed at return, can't use it after that
      tracker-store: Fix invalid memory usage on the DBusGMethod
      tracker-store: Shutdown the events and reinit them during restore
      tracker-store: set_active should happen after reenabling the signals
      libtracker-data: Fix for tracker:domainIndex ontology changing
      tracker-store: Queue queries while backup is taking place
      libtracker-data: Detect removal of nrl:maxCardinality in ontology and cope
      libtracker-data: Detect removal of a rdfs:subClassOf in ontology and cope
      libtracker-data: Added some comments clarifying the code
      libtracker-sparql: Disable MIME check, improves startup performance
      plugins/evolution: Cleanup nie:DataSource and rdf:type usage
      plugins/evolution: Reflow ifdef/elseif blocks
      plugins/evolution: The queue & thread isn't needed anymore with gdbus
      plugins/evolution: Fix the nie:url of Evolution E-mails
      plugins/evolution: Disable direct-access for Evolution plugin
      plugins/evolution: Add ?uid=x to the nie:url of Evolution E-mails
      plugins/evolution: Fix E-mail urn for Evolution E-mails
      plugins/evolution: Don't use async-update, it's in a thread already
      plugins/evolution: Indentation fixes
      plugins/evolution: Fetch in chunks, improves responsiveness of Evolution shell
      plugins/evolution: Fix status reporting
      plugins/evolution: Fixed a sparql insert error
      plugins/evolution: nco:hasEmailAddress must be the resource here
      plugins/evolution: Put the commit at the right position
      plugins/evolution: Fix memory leak of uids list
      plugins/evolution: Various cleaning up of the code
      plugins/evolution: Added comment in code about synchronization
      plugins/evolution: Various fixes to status reporting, etc
      plugins/evolution: Remove unneeded g_utf8_validate
      plugins/evolution: Port the remainder of the Evolution plugin to gdbus
      Revert "libtracker-data: Detect removal of a rdfs:subClassOf in ontology and cope"
      Revert "libtracker-data: Detect removal of nrl:maxCardinality in ontology and cope"
      NMM: Avoid breaking the ontology now that we reverted the coping of it
      libtracker-data: Detect removal of nrl:maxCardinality in ontology and cope
      NMM: Put a domainIndex on MusicAlbum
      libtracker-data: Detect removal of a rdfs:subClassOf in ontology and cope
      libtracker-data: Fixed resetting nrl:maxCardinality for post-db detection
      libtracker-data: Reset the nrl:maxCardinality for properties for post check
      functional-tests: Remove expected failures now that it all works
      libtracker-data: Indentation fix

Rob Taylor (10):
      Ontology: Neo: Add zeitgeist's ontology
      Ontology: Neo: hasEventInterpretation now sub-property of nie:interpretedAs
      Ontology: Neo: Add tracker:notify to zg:Event
      Ontology: Neo: Added zg:Relation class
      Ontology: Neo: Removed eventId from Event and some other small changes
      Ontology: Neo: Fixed syntax issues and typos
      Ontology: Neo: Update lastModified
      Ontology: Neo: Rename zg to NEO
      Ontology: Neo: Removed neo:Relation
      Ontology: Neo: Remove neo:heuristic-activity


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]