2011-09-26 Martyn Russell Release 0.10.29 Merge branch 'tracker-0.10-no-atime' into tracker-0.10 2011-09-26 Christian Kirbach [l10n] Updated German translation 2011-09-26 Jürg Billeter libtracker-data: Do not consider index recreation failure fatal Tracker can operate with missing indices. Fixes NB#283501. 2011-09-26 Mikael Ottela Fix the Imagemagick png raw profile magic. 2011-09-26 Martyn Russell Revert "Fix the Imagemagick png raw profile magic." This reverts commit 69c053738c062e7a3efa0e17c808f55e04785369. Branch 'roi-png-fix' with this commit was merged when 'roi-png-fixed' should have been instead. 2011-09-26 Takeshi AIHANA Updated Japanese translation. 2011-09-23 Philip Van Hoof tracker-extract, vorbis: Fix compilation error after porting to 0.10 tracker-extract, xmp: O_NOATIME requires owner to match, allow fallback tracker-extract, mp3: Also check for errno for fallback for open tracker-extract, tiff: O_NOATIME requires owner to match, allow fallback tracker-extract, text: O_NOATIME requires owner to match, allow fallback tracker-extract, pdf: O_NOATIME requires owner to match, allow fallback tracker-extract, mp3: Use g_open instead of open tracker-extract, gif: O_NOATIME requires owner to match, allow fallback tracker-extract, abw: O_NOATIME requires owner to match, allow fallback libtracker-common: O_NOATIME requires owner to match, have a fallback tracker-extract, gif: Don't use a FILE* when we don't have to Conflicts: src/tracker-extract/tracker-extract-gif.c tracker-extract, tiff: Don't use a FILE* when we don't have to Conflicts: src/tracker-extract/tracker-extract-tiff.c tracker-extract, text: Use O_NOATIME for opening text files Conflicts: src/tracker-extract/tracker-extract-text.c tracker-extract, xmp: Use mmap with a fd with O_NOATIME for xmp files Conflicts: src/tracker-extract/tracker-extract-xmp.c tracker-extract, tiff: Use O_NOATIME for opening tiff files Conflicts: src/tracker-extract/tracker-extract-tiff.c tracker-extract, pdf: Use mmap with an fd that has O_NOATIME for pdfs Conflicts: src/tracker-extract/tracker-extract-pdf.c tracker-extract, msoffice: Use O_NOATIME for opening msoffice files Conflicts: src/tracker-extract/tracker-extract-msoffice.c tracker-extract, gif: Open GIF files with O_NOATIME Conflicts: src/tracker-extract/tracker-extract-gif.c libtracker-common, tracker-extract: Change the internal tracker_file_open API Conflicts: src/tracker-extract/tracker-extract-vorbis.c tracker-extract, flac: preserve file stats for flac files (simulates O_NOATIME) tracker-extract: Use O_NOATIME for files opened by libgsf (ie. EPub files) libtracker-common: Fix tracker_file_open, original had various problems tracker-extract, abw: Don't use _O_BINARY and handle error on mmap Conflicts: src/tracker-extract/tracker-extract-abw.c tracker-extract: Don't use g_mapped_file_new which doesn't allow O_NOATIME Conflicts: src/tracker-extract/tracker-extract-abw.c 2011-09-22 Piotr Drąg Updated Polish translation