[tracker-miners] Created tag TRACKER_0_6_91



The unsigned tag 'TRACKER_0_6_91' was created.

Tagger: Martyn James Russell <mr src gnome org>
Date: 1236959375 -0000

    Tagged for release 0.6.91.
    
    svn path=/tags/TRACKER_0_6_91/; revision=3084

Changes since the last tag 'TRACKER_0_6_90':

Andre Klapper (1):
      Replace a call to libart with a GDK equivalent. Patch by Cosimo Cecchi

Carlos Garnacho (36):
      And add back that recurse boolean parameter to the function, looks like
      Add option for modules to discard a directory based on its contents.
      Fix callback signature so we receive the correct parameters.
      Do not remove words with negative weight from the cache, so they make it
      call alarm() prior to processing a file, so the extractor dies if it gets
      Remove debug code.
      Contain info about whether it should recurse or not, instead of passing
      Added CollateKey sqlite function to let it handle collate key changes.
      Refactor Backups to turtle files support out to a
      Do not use deprecated functions. Fixes #572237.
      Do not use all the tracker_dbus_request machinery, so asking for the
      Add missing files.
      Fix compiler warnings.
      Do not report spurious elapsed times if check_stopped is called when the
      Do not explicitly shutdown the indexer, it will shutdown by itself then
      Plug a leak.
      Use correct ifdef to cover otherwise unused variables.
      Iterate the main loop while processing the turtle records to restore.
      Do not wipe out/overwrite existing logs if there's a running instance.
      Make flushing to index asynchronous.
      Make the indexer decide the flush timeout dynamically based on the number
      Prevent against cur_cache being possibly NULL. Call check_finished() in
      Merge together the GetFileChildren and SelectFileChild stored procedures.
      Do not use string contatenation tricks to get URIs, use GFile instead.
      Clean up deleted elements from dbs/index on tracker-indexer idle time.
      Initialize DBus before log subsystem, so a second instance being run
      Also clamp big negative values to fit into a gint16, so we don't possibly
      Do not leak file descriptors.
      Generate URIs with trailing slash where appropriate, since raptor likes
      Merged together. (process_context_child_watch_cb): Removed obsolete code.
      Ensure daemons do not exit if the system bus is shut down. Partly fixes
      Ensure weights are correct before inserting hits for a new word.
      Also include Doc:Created in the metadata. Fixes #489876.
      Generate thumbnails here, so we can access configuration and actually
      Be more permissive about NULL metadata values.
      Do not emit status if the indexer is not indexing.

Daniel Nylander (2):
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation

Duarte Loreto (1):
      Updated Portuguese translation by Nicolau Gonçalves

Gabor Kelemen (1):
      Translation updated.

Ivan Frade (1):
      Changed import in deskbar module. Patch by M.A.Salim. Fixes 571573

Jorge Gonzalez Gonzalez (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Jürg Billeter (1):
      Remove unused path variable.

Kenneth Nielsen (2):
      Updated Danish translation
      Updated Danish translation

Luca Ferretti (1):
      Updated Italian translation.

Martyn James Russell (64):
      Check file size is non-zero before trying to extract metadata from it.
      Make sure we initialise GError to NULL. Also use the error in the print
      Use SCHED_IDLE for the process scheduling to improve responsiveness of
      svn path=/trunk/; revision=2927
      Also sorted all properties returned by tracker-services.
      Make sure we *ALWAYS* log state changes. The recent status code updates
      Fixed warning from missing include.
      Add options to track changes in real time instead of repeatedly asking the
      Handle Ctrl+C more gracefully.
      Removed the "Reason" from the Paused signal since we don't have a reason
      Make timeout for flushing data to the database 30 seconds instead of 60
      Fixed missing include.
      Use g_strv_length() to make the patching here easier for Maemo.
      Fixed Makefiles so we include WARN_CFLAGS in all files. Some files were
      Use tracker_file_get_mtime() instead of using g_lstat() everywhere.
      Reset stats after we issue finished signal.
      Don't optimize the database(s) unless there have been changes committed to
      Fixed the #defines for these headers so they don't possibly conflict with
      Fixed ChangeLog
      Removed. Was 0 bytes.
      Fixed tracker-search-tool, tracker-preferences, tracker-applet and the
      Updated ServiceMetadata queries to use "Display" field instead of "Value"
      Make tracker-preferences, tracker-applet, tracker-search-tool and
      Don't handle signals SIGSEGV, SIGBUS, SIGILL, SIGFPE, SIGABRT, instead let
      Add $home as the first volume in the Volumes table with an id of 1 (has to
      If we don't get an mtime for a file, don't then just return, make sure it
      Improve configure switch help.
      Fixed make distcheck issue.
      Fixed ChangeLog
      Fixed ChangeLog
      Don't use g_strstrip() before calling tracker_escape_metadata() which
      Add new DB versions so users are forced to reindex when updating from svn
      Removed TRACKER_DB_PAGE_SIZE_DEFAULT, use TRACKER_DB_PAGE_SIZE_DONT_SET
      Remove collation from Services table.
      Now we cache DELETE events. This way, when recursively deleting a
      Make sure we check the priv->readonly property before trying to add or
      Removed no longer used extractors.
      Added indexer fix using Carlos' patch now that we only send top level
      Merged some of the non-code changes (i.e. alignments, comment updates)
      Some code clean ups.
      Fixed potential buffer overflow. Reported in
      Remove copyright and version information on startup. There were reports of
      Updated to reflect the current offenders :)
      Fixed documentation, patch from Tshepang Lekhonkhobe.
      svn path=/trunk/; revision=3039
      Make sure once we have loaded the config, we check there are no
      Removed deprecated widgets. Used "+" and "-" buttons without text so there
      Use SCHED_IDLE and define it if it isn't defined (in older kernels).
      Code clean ups.
      Use proper name spacing for public functions and cleaned up the code a
      Reduce the amount of debugging when starting up and detecting HAL devices.
      Fixed the "ServiceStatisticsUpdated" signal we emit so we don't send empty
      Fixed 3 memory leaks and a bug in the statistics signalling code rewrite.
      Removed dead code left around causing GObject warnings.
      Put statistics update signal in a separate public function. Fixed not
      Code clean ups.
      Renamed tracker-cleanup to tracker-volume-cleanup so the name makes more
      Added some messaging so we can see what is going on here.
      Fixed blunder on my part, reusing variable name. Seems to work nicely.
      Make sure we convert the volume id into a string before using it in the
      Make sure we convert the volume id into a string before using it in the
      Prepare for release 0.6.91.
      svn path=/trunk/; revision=3082
      Tagged for release 0.6.91.

Michael Biebl (10):
      Fix msword filter
      Patch provided by Ubuntu (LP: #158452) to fix incorrect spelling of "additional" in translations.
      When restarting trackerd from within the tracker-applet context menu, use the correct path to the 
binary (which is in libexecdir nowadays). Fixes bgo#571328
      Fix double GCOV_LIBS
      Fix module_flags which were broken in r2973
      Use tar-ustar which allows file names longer then 99 characters.
      - LOCALEDIR is not defined, but localedir is, so use that - Fix sed expression so "make distcheck" 
passes.
      Update deskbar module to the new D-Bus API, fix a small typo
      Starting with version 2.23.6, deskbar-applet no longer ships the
      python/deskbar-handler/tracker-module.py: Bump version to 0.6.90

Mikael Ottela (29):
      Handle ISO 6801 with fractions of second
      Crash fix for error freeing
      Switched KeyMetadata6-8 to Integer
      Use outer join to include nulls in equality against an empty string
      Added checks for minimum file size and access
      Handle sketch/png mime correctly
      Switched gstreamer extractor to use decodebin/tagreadbin
      Error handling changed not to abort for jpegs
      Added iptc support for jpeg and tiff
      Added Collation column to ServiceMetadata
      Added support for order fields in field-data
      Use the collation field for sorting instead of the display field
      Mp3 extraction can now handle id3v2 tags split into several frames
      Added missing bug-number to Changelog
      Fixed an issue with integer to string conversion
      Added method to dbus API for concatenating fields in groupings and fixed some order field joining issues
      Abstraction layer to sqlite aggregate function-creation, new version of GROUP_CONCAT and some minor 
fixes
      Put back variables needed for exif extraction
      Revert accidental commit in previous entry
      Use group_concat instead of combining results in code in queries
      More proper handling of NULLs in aggregates
      Treat the genre value unknown like other unknown/missing values
      Strip whitespaces from extracted metadata
      Fixed frame size calculation
      Added un-unsynch support to mp3 extractor
      Added simple filtering for repeated values in multivalue field extraction
      Add Image:HasKeywords field
      Remove the dummy empty strings for unknown values as they are no longer needed
      Fixed a reference to images in helixbin extractor that broke the build

Philip Van Hoof (22):
      src/tracker-extract/tracker-extract-mp3.c
      Bugfix for local mediaart
      src/plugins/evolution/tracker-evolution-indexer.h
      src/tracker-extract/tracker-extract-ps.c Added option to disable
      src/tracker-extract/tracker-extract-mp3.c
      src/trackerd/tracker-daemon.c src/trackerd/tracker-daemon.h Added a Backup
      src/libtracker/Makefile.am src/tracker-fts/Makefile.am
      src/plugins/evolution/Makefile.am src/plugins/rss/Makefile.am
      These directories not existing ain't real errors that are worth reporting
      Using no_reply calls for the DBus methods
      Don't continue trying to request album art if no service provides
      Trivial mini commit that removes the Xesam support. We decided to remove
      Removed some more Xesam traces that were burried deeper
      Fixed a crash when removing a resource from a removable device
      Fixed a crash when removing a resource from a removable device
      Cope with the insanity of the current ontology
      Fixed a crash when removing a resource from a removable device
      Memory leak fix
      Cleaning up removable devices' thumbnails after a long period of the
      Don't use SCHED_IDLE for the daemon
      fixes a bug in cleaning up thumbnails from removed devices
      Fixed glitch


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