[tracker-miners] Created tag 0.9.37



The signed tag '0.9.37' was created.

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

    Release 0.9.37

Changes since the last tag '0.9.36':

Aleksander Morgado (57):
      functional tests: New tests for application operations
      functional tests: Add new tracker_all_testing_[start|stop]
      functional tests, applications: Tests should start/stop all tracker components
      functional tests, applications: Improved camera simulation tests, including writeback+geotags
      functional tests, applications: Remove unneeded query
      functional tests, applications: New tests for video recordings
      functional tests, applications: Setup and teardown each test independently
      functional tests, applications: Debug logging in miner-fs and writeback
      functional tests, applications: Really simulate camera with slow copying and file locking
      functional tests: Run new applications suite by default
      functional tests: Don't align backslashes in Makefile.am
      functional tests: Renamed applications test file to applications-camera
      functional tests, applications: Moved get_urn_count_by_url() to parent class
      functional tests, applications: New sync-related tests
      functional tests, applications: No need to flock() in the tests
      functional tests, applications: Remove unneeded sleeps
      tracker-miner-fs: Indentation and coding style fixes
      tracker-miner-fs: Maximum value for stale removal threshold is 365 days
      tracker-miner-fs: Fix minimum value in property initialization
      tracker-miner-fs: Don't setup periodic stale volume removal check if disabled
      tracker-miner-fs: listen to changes on the removable-days-threshold config value
      libtracker-data: Update mtime of db-version.txt after a backup restoration
      libtracker-miner: Always pass owner to the processing pool
      libtracker-miner: Make TrackerMiner object initable
      libtracker-miner: New getters in TrackerMiner to retrieve dbus related variables
      tracker-miner-fs: Make TrackerMinerFiles and TrackerMinerApplications objects initable
      tracker-miner-rss: Make TrackerMinerRSS object initable
      libtracker-miner,miner-flickr: Make TrackerMinerWeb and TrackerMinerFlickr objects initable
      tracker-miner-fs: Store parent's initable iface during iface initialization
      tracker-miner-fs: Clean stop when initialiation of miner objects failed
      libtracker-miner: Document new getters in API
      libtracker-miner, tracker-miner-fs: Always use inner_error and propagate it
      tracker-miner-rss: Propagate error in constructor
      libtracker-miner: Always enable file blacklisting
      libtracker-miner,monitor: Split in different methods the actions per event and filetype
      libtracker-miner: Never crawl open files
      tracker-control: Merge actions from tracker-status
      tracker-status: fully removed
      tracker-control: Split options in groups and files
      tracker-control: Use 'Miner options' instead of 'Miners options'
      tracker-control: Use lowercases for miner options
      docs: Remove tracker-status manpage
      build: Remove --enable-tracker-status-icon from DISTCHECK_CONFIGURE_FLAGS
      build: Remove --enable-tracker-search-bar from DISTCHECK_CONFIGURE_FLAGS
      docs: Remove tracker-status-icon manpages
      docs: Update tracker-control manpage with all new options merged from tracker-status
      docs: Remove references of tracker-status from other manpages
      build: Include 'applications' subdir in test-configurations
      build: Include tracker-control.h so that it gets distributed
      libtracker-data: Rename the miner-fs file to 'no-need-mtime-check.txt'
      libtracker-miner: New tracker_miner_is_paused() method
      tracker-miner-fs: Force mtime check if process was stopped while miners paused
      libtracker-miner: 'been_crawled' is the one notifying that first crawl was done
      tracker-miner-fs: By default forced mtime check is FALSE
      i18n: Don't try to translate tracker-status.c
      build: Distribute the org.gnome.panel.SearchBar.panel-applet.in.in file
      i18n: Add new translatable files to POTFILES.in

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

Bruno Brouard (1):
      Updated French Translation

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Ivan Frade (12):
      functional-tests: Added test for NB#222645
      functional-tests: better logging. Reduce race-condition killing process
      functional-tests: Refactor and clear a bit applications test
      functiona-tests: Updated 601 to new superclass methods
      functional-tests: Add data directory and content for apps tests
      functional-tests: Add video in the apptest superclass
      functional-tests: Rename tests in 600 & 601 to control execution order
      functional-tests: Move writeback superclass to a different file to write new tests
      functional-tests: 501 testing writeback and contentCreated changes
      functional-tests: Include new files in the EXTRA_DIST
      functional-tests: Update tests.xml to stop tracker using upstart
      functional-tests: Add option -m to start the tracker processes manually

Ivar Smolin (1):
      [l10n] Updated Estonian translation

Jürg Billeter (16):
      miner-fs: Fix error freeing
      tracker-extract: Fix crash in albumart support
      libtracker-data: Wrap date errors in SPARQL errors for D-Bus replies
      tracker-extract-png: Fix guaranteed metadata
      libtracker-data: Never rollback ontology journal transactions
      libtracker-data: Set has_persistent when deleting rdf:type statements
      tracker-extract-mp3: Extract track number from ID3v2.2 frames
      libtracker-data: Fix fn:starts-with for libunistring and glib collators
      NMO: Change secondary index for nmo:communicationChannel
      NMO: Update nao:lastModified
      Ontologies: Add tracker:damaged property
      libtracker-miner: Always reextract partially restored files
      Ontologies: Add tracker:forceJournal property
      libtracker-data: Handle tracker:forceJournal ontology property
      libtracker-data: Do not journal all statements
      NIE: Mark nie:plainTextContent as tracker:forceJournal false

Lionel Landwerlin (4):
      tracker-miner-fs: added removable devices days threshold to config
      tracker-miner-fs: make removable days threshold configurable
      tracker-preferences: update tracker config vala binding
      tracker-preferences: add hscale for delay before dropping removable devices

Marek Černocký (1):
      Updated Czech translation

Martyn Russell (20):
      tracker-search-bar: Don't use Bonobo
      tracker-status-icon: Remove this application, it is a geek's toy
      Merge branch 'no-bonobo'
      Merge branch 'miner-fs-dont-crawl-open'
      libtracker-miner, tracker-miner-fs: Protect potential NULL unrefs in finalize
      tracker-miner-fs: Don't set object->finalize if we just hook up parent finalize
      Merge branch 'miner-fs-initable-iface'
      tracker-control: Cleaned up includes
      tracker-control: Some small code clean ups
      tracker-control: Added --pause-details code
      Merge branch 'merge-control-status'
      libtracker-data: Add APIs to add/remove mtime-check stamp file
      libtracker-miner: Add APIs to the existing properties for mtime-checking
      tracker-miner-fs: Use CrawlingInterval config to force/disable/delay/check for mtime checking
      libtracker-miner: Don't stay in "Initializing" if crawling is disabled
      tracker-miner-fs: Apply mtime-checking config to application mining
      libtracker-miner: If mtime-checking is disabled, avoid further SPARQL requests
      build: Don't depend on tracker-explorer dependencies to pass configure
      Merge branch 'no-mtime-checks-on-start'
      Release 0.9.37

Olav Vitters (1):
      MAINTAINERS: Fix userid

Philip Van Hoof (7):
      tracker-writeback: Add nfo:FileDataObject to tracker-writeback query
      libtracker-data: After journal replay modseq must get restored
      libtracker-data: Avoid that ontology changes increment the tracker:modified
      tracker-extract: Workaround for Qt bug when no QApplication is constructed
      tracker-extract: Performance improvement for Qt-based albumart handling
      libtracker-miner: Fix for two g_variant_new calls
      libtracker-data: Don't use variable binding after a max for IN support


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