<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>tumbler Release Feed</title>
  <subtitle>Release announcements for tumbler</subtitle>
  <updated>2025-12-29T17:21:32+01:00</updated>
  <link href=""/>
  <entry>
    <title>tumbler 4.21.1 released</title>
    <id>tumbler-4.21.1</id>
    <updated>2025-12-29T17:21:32+01:00</updated>
    <published>2025-12-29T17:21:32+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.21.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.1.tar.xz?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://www.freedesktop.org/wiki/Specifications/thumbnails/&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.21.1
========================
[Please note that this is a development release.]&#13;
&#13;
- build: Rename POTFILES.in to POTFILES&#13;
- I18n: Update po/LINGUAS list&#13;
- build: Fix typo in optimization level&#13;
- gepub-thumbnailer: Get pixbuf in "area-prepared" signal handler&#13;
- gst-thumbnailer: Fix TumblerThumbnailFlavor leak&#13;
- I18n: Update po/LINGUAS list&#13;
- ffmpeg-thumbnailer: Update mime type list from upstream desktop file&#13;
- xdg-cache: Fix TumblerThumbnailFlavor leaks&#13;
- README.md: Add uninstall info&#13;
- cover-thumbnailer: Capture regex matchinfo for series episodes&#13;
- cover-thumbnailer: Update the base URL for TMDB&#13;
- cover-thumbnailer: Use correct parameter types with curl&#13;
- build: Remove old CHECK_VERSION preprocessor conditionals&#13;
- Update README after switchover to meson&#13;
- Remove autotools build&#13;
- meson-build: Use configure_file() to generate GNU visibility files&#13;
- gst-thumbnailer: Make mime type checking more flexible&#13;
- Translation Updates:&#13;
  Arabic, Esperanto, Occitan (post 1500), Thai, Uyghur, Vietnamese

</content>
  </entry>
  <entry>
    <title>tumbler 4.20.1 released</title>
    <id>tumbler-4.20.1</id>
    <updated>2025-10-13T07:33:32+02:00</updated>
    <published>2025-10-13T07:33:32+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.20.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://www.freedesktop.org/wiki/Specifications/thumbnails/&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.20.1
========================
- Update Copyright year&#13;
- gepub-thumbnailer: Get pixbuf in "area-prepared" signal handler&#13;
- gst-thumbnailer: Fix TumblerThumbnailFlavor leak&#13;
- ffmpeg-thumbnailer: Update mime type list from upstream desktop file&#13;
- xdg-cache: Fix TumblerThumbnailFlavor leaks&#13;
- cover-thumbnailer: Capture regex matchinfo for series episodes&#13;
- cover-thumbnailer: Update the base URL for TMDB&#13;
- cover-thumbnailer: Use correct parameter types with curl&#13;
- poppler-thumbnailer: Only use embedded thumbnail if resolution&#13;
suffices&#13;
- gst-thumbnailer: Make mime type checking more flexible&#13;
- Translation Updates:&#13;
  Albanian, Romanian, Slovak

</content>
  </entry>
  <entry>
    <title>tumbler 4.21.0 released</title>
    <id>tumbler-4.21.0</id>
    <updated>2025-03-23T08:06:42+01:00</updated>
    <published>2025-03-23T08:06:42+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.21.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.21/tumbler-4.21.0.tar.xz?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://www.freedesktop.org/wiki/Specifications/thumbnails/&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.21.0
========================
[Please note that this is a development release.]&#13;
&#13;
- build: Automate copyright year management&#13;
- meson-build: Function check cleanup&#13;
- build: Fix function checks&#13;
- poppler-thumbnailer: Only use embedded thumbnail if resolution&#13;
suffices&#13;
- meson-build: Use SPDX license expression&#13;
- meson-build: Update debug/optimization flag management&#13;
- autotools-build: Add missing gtkdocentities.ent.in to EXTRA_DIST&#13;
- Add meson build&#13;
- ffmpeg-thumbnailer: Bump ffmpeg version and drop CHECK_VERSION&#13;
- Set up GNU symbol visibility&#13;
- tumbler: Don't install tumbler-marshal.h&#13;
- Translation Updates:&#13;
  Albanian, Romanian, Slovak

</content>
  </entry>
  <entry>
    <title>tumbler 4.20.0 released</title>
    <id>tumbler-4.20.0</id>
    <updated>2024-12-15T09:30:59+01:00</updated>
    <published>2024-12-15T09:30:59+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.20.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.20/tumbler-4.20.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://www.freedesktop.org/wiki/Specifications/thumbnails/&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.20.0
========================


</content>
  </entry>
  <entry>
    <title>tumbler 4.19.3 released</title>
    <id>tumbler-4.19.3</id>
    <updated>2024-12-01T05:46:19+01:00</updated>
    <published>2024-12-01T05:46:19+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.19.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.3.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://www.freedesktop.org/wiki/Specifications/thumbnails/&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.19.3
========================
[Please note that this is a development release.]&#13;
&#13;
- xdg-cache: Fix string leak in xdg_cache_cache_cleanup&#13;
- tumblerd: Fix string leaks in tumbler_manager_directory_changed&#13;
- Translation Updates:&#13;
  Czech, Latvian, Telugu

</content>
  </entry>
  <entry>
    <title>tumbler 4.19.2 released</title>
    <id>tumbler-4.19.2</id>
    <updated>2024-11-01T15:11:04+01:00</updated>
    <published>2024-11-01T15:11:04+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.19.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.2.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.19.2
========================
[Please note that this is a development release.]&#13;
&#13;
- build: Bump requirements for Xfce 4.20&#13;
- Apply .clang-format file&#13;
- Sort includes&#13;
- tumbler: Add missing include guards&#13;
- clang-format: Add file&#13;
- plugins: Do not use g_file_is_native() to check for a valid path&#13;
- gepub-thumbnailer: Emit error signal if file location is unsupported&#13;
- gepub-thumbnailer: Fix create_from_mime()&#13;
- gcc-analyzer: Fix -Wanalyzer-fd-leak&#13;
- scan-build: Add false positive file&#13;
- build: Use AM_DISTCHECK_CONFIGURE_FLAGS&#13;
- xdg-cache: Fix and optimize xdg_cache_cache_is_thumbnail()&#13;
- Do not use g_log_set_always_fatal()&#13;
- Translation Updates:&#13;
  Polish

</content>
  </entry>
  <entry>
    <title>tumbler 4.19.1 released</title>
    <id>tumbler-4.19.1</id>
    <updated>2024-02-05T19:59:21+01:00</updated>
    <published>2024-02-05T19:59:21+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.19.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.19.1
========================
[Please note that this is a development release.]&#13;
&#13;
- Update copyright year&#13;
- gepub-thumbnailer: Return if GBytes buffer is NULL&#13;
- build: Search for bind_textdomain_codeset in libintl too&#13;
- Disambiguate thumbnailer signals&#13;
- scheduler: Fix ready/error signal forwarding&#13;
- desktop-thumbnailer: Use empty path to build cmdline if it is null&#13;
- Update spec link in README&#13;
- xdg-cache: Fix temporary file management when saving thumbnail&#13;
- Add icon at 64px, clean up SVG metadata&#13;
- I18n: Update po/LINGUAS list&#13;
- I18n: Update po/LINGUAS list&#13;
- Translation Updates:&#13;
  Catalan, Czech, Greek

</content>
  </entry>
  <entry>
    <title>tumbler 4.18.2 released</title>
    <id>tumbler-4.18.2</id>
    <updated>2023-11-30T16:34:11+01:00</updated>
    <published>2023-11-30T16:34:11+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.18.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.18.2
========================
- Disambiguate thumbnailer signals&#13;
- scheduler: Fix ready/error signal forwarding&#13;
- desktop-thumbnailer: Use empty path to build cmdline if it is null&#13;
- Update spec link in README&#13;
- xdg-cache: Fix temporary file management when saving thumbnail&#13;
- Add icon at 64px, clean up SVG metadata

</content>
  </entry>
  <entry>
    <title>tumbler 4.19.0 released</title>
    <id>tumbler-4.19.0</id>
    <updated>2023-04-17T13:09:32+02:00</updated>
    <published>2023-04-17T13:09:32+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.19.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.19/tumbler-4.19.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.19.0
========================
[Please note that this is a development release.]&#13;
&#13;
- Fix memory leak in jpeg-thumbnailer&#13;
- Fix memory leak in cover-thumbnailer&#13;
- build: Use m4_defined min versions and cleanup&#13;
- build: Use XDT_CHECK_PACKAGE_BINARY&#13;
- build: Use XDT_VERSION_INIT&#13;
- build: Switch from intltool to gettext&#13;
- Fix previous commit&#13;
- cover-thumbnailer: Fix deprecation warning&#13;
- cleanup: tumblerd: Use G_DECLARE_FINAL_TYPE and friends&#13;
- cleanup: tumbler: Use G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE&#13;
- cleanup: plugins: Use G_DECLARE_FINAL_TYPE for plugins&#13;
- cleanup: plugins: Use G_DECLARE_FINAL_TYPE for providers&#13;
- build: Let xdt-depends.m4 macros set GLib macros&#13;
- Translation Updates:&#13;
  English (Canada), Greek, Korean, Portuguese

</content>
  </entry>
  <entry>
    <title>tumbler 4.18.1 released</title>
    <id>tumbler-4.18.1</id>
    <updated>2023-04-17T12:55:24+02:00</updated>
    <published>2023-04-17T12:55:24+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;tumbler&lt;/a&gt; 4.18.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://docs.xfce.org/xfce/tumbler/start"&gt;https://docs.xfce.org/xfce/tumbler/start&lt;/a&gt;


Release notes for 4.18.1
========================
- Fix memory leak in jpeg-thumbnailer&#13;
- Fix memory leak in cover-thumbnailer&#13;
- Fix previous commit&#13;
- cover-thumbnailer: Fix deprecation warning&#13;
- build: Let xdt-depends.m4 macros set GLib macros&#13;
- Translation Updates:&#13;
  English (Canada), Greek, Korean, Portuguese

</content>
  </entry>
  <entry>
    <title>tumbler 4.18.0 released</title>
    <id>tumbler-4.18.0</id>
    <updated>2022-12-15T10:02:35+01:00</updated>
    <published>2022-12-15T10:02:35+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.18.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.18.0
========================
- build: Bump requirements for Xfce 4.18&#13;
- tumbler.rc: Fix typo in explanatory comment&#13;
- Translation Updates:&#13;
  Hungarian

</content>
  </entry>
  <entry>
    <title>tumbler 4.17.3 released</title>
    <id>tumbler-4.17.3</id>
    <updated>2022-10-31T16:49:28+01:00</updated>
    <published>2022-10-31T16:49:28+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.17.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.17.3
========================
[Please note that this is a development release.]&#13;
&#13;
- Code Refactoring:&#13;
  - cleanup: Do not set and free a GError unnecessarily&#13;
&#13;
- Bug Fixes:&#13;
  - desktop-thumbnailer: Avoid recursion (Fixes #67)&#13;
  - desktop-thumbnailer: allocate/free memory at the right level&#13;
  - Allow libgepub 0.7 as well&#13;
  - docs: Fix broken links&#13;
  - docs: Remove pointless sections&#13;
  - gst-thumbnailer: Add mime type check (Fixes #65)&#13;
  - desktop-thumbnailer: Guard against null path&#13;
&#13;
- Translation Updates:&#13;
  Galician, Kazakh, Russian

</content>
  </entry>
  <entry>
    <title>tumbler 4.16.1 released</title>
    <id>tumbler-4.16.1</id>
    <updated>2022-08-11T18:22:46+02:00</updated>
    <published>2022-08-11T18:22:46+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.16.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.16.1
========================
Maintenance release to fix a vulnerability in the GStreamer plugin.&#13;
Issue #65 will remain confidential for a few more days.&#13;
&#13;
- gst-thumbnailer: Add mime type check (Fixes #65)&#13;
- desktop-thumbnailer: Guard against null path&#13;
- Fix typo in gthread version (!14)

</content>
  </entry>
  <entry>
    <title>tumbler 4.17.2 released</title>
    <id>tumbler-4.17.2</id>
    <updated>2022-06-19T09:01:39+02:00</updated>
    <published>2022-06-19T09:01:39+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.17.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.17.2
========================
[Please note that this is a development release.]&#13;
&#13;
- Bug Fixes:&#13;
  - Yet another fix to the modification time storage format

</content>
  </entry>
  <entry>
    <title>tumbler 4.17.1 released</title>
    <id>tumbler-4.17.1</id>
    <updated>2022-06-12T10:30:05+02:00</updated>
    <published>2022-06-12T10:30:05+02:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.17.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.17.1
========================
[Please note that this is a development release.]&#13;
&#13;
- New Features:&#13;
  - Allow to choose an alternative service name prefix (!21)&#13;
&#13;
- Performance Improvement:&#13;
  - scheduler: Enable multi-threading (#1)&#13;
&#13;
- Bug Fixes:&#13;
  - Store modification time in locale independent format&#13;
  - desktop-thumbnailer: Delete temp file at the same level it was&#13;
    created (#57)&#13;
  - i18n: Add missing initialization&#13;
  - Fix missing mutex unlock in group scheduler (#56)&#13;
  - Build: Check for best possible grep, egrep, sed&#13;
&#13;
- Translation Updates:&#13;
  Basque, Danish, English (United Kingdom), Greek, Malay, Portuguese&#13;
  (Brazil), Romanian, Russian, Serbian, Slovenian, Ukrainian

</content>
  </entry>
  <entry>
    <title>tumbler 4.17.0 released</title>
    <id>tumbler-4.17.0</id>
    <updated>2022-01-01T20:28:27+01:00</updated>
    <published>2022-01-01T20:28:27+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.17.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.17.0
========================
[Please note that this is a development release.]&#13;
&#13;
- Dependency Changes:&#13;
  - GLib &gt;= 2.56.0&#13;
  - gdk-pixbuf &gt;= 2.36.2&#13;
  - libxfce4util &gt;= 4.17.1&#13;
&#13;
- New Features:&#13;
  - Add support for thumbnail size x-large and xx-large (#51)&#13;
  - desktop-thumbnailer: Allow to override configuration in desktop&#13;
    files (#52)&#13;
  - desktop-thumbnailer: Allow for thumbnailer override (#53)&#13;
  - Try all available thumbnailers before declaring failure (#50)&#13;
  - Add a corresponding systemd user service for the D-Bus session&#13;
    services (#14)&#13;
  - Support shared thumbnail repositories of the freedesktop.org&#13;
    thumbnail spec&#13;
&#13;
- Performance Improvement:&#13;
  - pixbuf-thumbnailer: Stop animated image loading at first frame&#13;
    (#48)&#13;
  - pixbuf-thumbnailer: Increase loader buffer size (!19)&#13;
&#13;
- Code Refactoring:&#13;
  - Cleanup: Avoid code duplication&#13;
  - Use GLib structured logging&#13;
  - Debug: Add some config-file-related messages (#23)&#13;
  - Error handling: Fit to the spec and complete message if needed&#13;
    (#49)&#13;
  - Debug: Add or adjust some traces and dumps&#13;
  - Debug: Convert dump functions to `GString, g_debug()`&#13;
  - Debug: Prefer runtime to compile-time check for logging&#13;
  - Cleanup: Use `g_file_peek_path()` when appropriate&#13;
  - Cleanup: Remove deprecated GNOME build and TODO file&#13;
  - Do not translate warning messages&#13;
  - Define error messages in `tumbler/tumbler-error.h`&#13;
  - poppler-thumbnailer: Fix deprecation warning&#13;
  - ffmpeg-thumbnailer: Fix deprecation warning&#13;
  - Fix warnings from scan-build (Clang 13.0)&#13;
  - Fix `-Wclobbered` compilation warnings&#13;
  - Use GLIB_VERSION_MIN/MAX_REQUIRED/ALLOWED&#13;
  - Remove TUMBLER_ADD_INTERFACE (!16)&#13;
  - Fix compilation warnings (!16)&#13;
  - autoconf: Some updates (!16)&#13;
  - Remove GSourceFunc casts (!13)&#13;
&#13;
- Bug Fixes:&#13;
  - gepub-thumbnailer: Add missing sanity check&#13;
  - Reserve some third-party API messages to debug logging (#10,&#13;
    #29)&#13;
  - Set the priority of external thumbnailers to 0&#13;
  - Revert "Set Max file sizes."&#13;
  - xdg-cache: Add missing sanity check&#13;
  - xdg-cache: Remove temporary file when saving failed&#13;
  - xdg-cache: Set thumbnail permissions to 600&#13;
  - pixbuf-thumbnailer: Try to ignore&#13;
    `GDK_PIXBUF_ERROR_CORRUPT_IMAGE`&#13;
  - Use microsecond precision for last modification time (#15, !20)&#13;
  - poppler-thumbnailer: Fix error handling&#13;
  - pixbuf-thumbnailer: Simplify error handling&#13;
  - font-thumbnailer: Fix error handling&#13;
  - Cache cleanup when a request for a URI fails (#22)&#13;
  - jpeg-thumbnailer: Do not use low quality embedded thumbnail&#13;
    (#37)&#13;
  - gst-thumbnailer: Fix error handling&#13;
  - ffmpeg-thumbnailer: Fix error handling&#13;
  - odf-thumbnailer: Fix error handling&#13;
  - xdg-cache: Ensure read_thumbnail_info() always sets an error on&#13;
    failure&#13;
  - xdg-cache: Chain-up to parent in `finalize()`&#13;
  - desktop-thumbnailer: Fill in `finalize()`&#13;
  - gepub-thumbnailer: Fix a memory leak&#13;
  - desktop-thumbnailer: Fix some memory leaks&#13;
  - desktop-thumbnailer: Fix error handling&#13;
  - Fix some priority issues&#13;
  - pixbuf-thumbnailer: Use a mime-type-specific loader when&#13;
    possible (#20, #32, #36, !18)&#13;
  - raw-thumbnailer: Check for all possible pkg-config files (#44,&#13;
    !18)&#13;
&#13;
- Translation Updates:&#13;
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali,&#13;
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese&#13;
  (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English&#13;
  (Australia), English (United Kingdom), Estonian, Finnish, French,&#13;
  Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic,&#13;
  Indonesian, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian,&#13;
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),&#13;
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,&#13;
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

</content>
  </entry>
  <entry>
    <title>tumbler 4.16.0 released</title>
    <id>tumbler-4.16.0</id>
    <updated>2020-12-23T00:39:20+01:00</updated>
    <published>2020-12-23T00:39:20+01:00</published>
    <author>
      <name>Simon Steinbeiss</name>
      <email>simon@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 4.16.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/4.16/tumbler-4.16.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 4.16.0
========================
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump&#13;
- bump glib (and gio, gthread, etc) minimum to 2.50.0&#13;
- Adjust bug report URL&#13;
- Translation Updates:&#13;
  Estonian, Turkish

</content>
  </entry>
  <entry>
    <title>tumbler 0.3.1 released</title>
    <id>tumbler-0.3.1</id>
    <updated>2020-11-15T18:05:54+01:00</updated>
    <published>2020-11-15T18:05:54+01:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali.abdallah@suse.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.3.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.1.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.

Website:
  &lt;a href="https://gitlab.xfce.org/xfce/tumbler/"&gt;https://gitlab.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.3.1
=======================
[Please note that this is a development release.]&#13;
&#13;
- New plugin for epub books, using libgepub thumbnailer plugin
(Contributed by Duchateau Olivier)&#13;
- Fix documentation URL&#13;
- Add README.md and EXTRA_DIST&#13;
- Add new icon needed for xfce4-about-dialog&#13;
- Translation Updates: lt, oc, he, hi, hu, sk, tr, ug

</content>
  </entry>
  <entry>
    <title>tumbler 0.3.0 released</title>
    <id>tumbler-0.3.0</id>
    <updated>2020-08-13T10:50:37+02:00</updated>
    <published>2020-08-13T10:50:37+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali.abdallah@suse.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.3.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used by Thunar, Xfce and MeeGo.

Website:
  &lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;https://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.3.0
=======================
[Please note that this is a development release targeting xfce
4.16pre1]&#13;
&#13;
- Fix jpeg thumbnail orientation when fallback code is taken place (Bug
#28).&#13;
- Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR&#13;
- Fix GTimeVal deprecation&#13;
- Drop support of GLib &lt; 2.32&#13;
- Use guint32 for request handle and fix its further occurrences of 0&#13;
- Implement Excludes paths in tumbler.rc&#13;
- Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq,
zh_TW, zh_HK

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.9 released</title>
    <id>tumbler-0.2.9</id>
    <updated>2020-08-06T14:17:22+02:00</updated>
    <published>2020-08-06T14:17:22+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali.abdallah@suse.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.9 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2?sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2?sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2?sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used by Thunar, Xfce and MeeGo.

Website:
  &lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;https://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.9
=======================
This is a bugfix release from the stable xfce-4.14 branch. This release
addresses the issue described in Bug #28 and partially solved by the
previous release 0.2.28. The issue now is completely solved by adding
the correct orientation handling when fallback code for generating jpeg
thumbnail takes place.

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.8 released</title>
    <id>tumbler-0.2.8</id>
    <updated>2019-12-21T17:45:58+01:00</updated>
    <published>2019-12-21T17:45:58+01:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.8 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.8.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used by Thunar, Xfce and MeeGo.

Website:
  &lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;https://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.8
=======================
- Fix thumbnail orientation (Bug #15011)&#13;
- prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory (Bug
#15858)&#13;
- Translation Updates: Galician, Portuguese, Slovenian, Spanish

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.7 released</title>
    <id>tumbler-0.2.7</id>
    <updated>2019-08-12T00:13:32+02:00</updated>
    <published>2019-08-12T00:13:32+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.7 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  https://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used by Thunar, Xfce and MeeGo.

Website:
  &lt;a href="https://git.xfce.org/xfce/tumbler/"&gt;https://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.7
=======================
- Translation Updates: Galician

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.6 released</title>
    <id>tumbler-0.2.6</id>
    <updated>2019-07-28T17:06:28+02:00</updated>
    <published>2019-07-28T17:06:28+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.6 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.6.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.6
=======================
Maintenance release targeting Xfce 4.14pre3, featuring only translation
updates.&#13;
&#13;
- Translation Updates: Finnish, Norwegian Bokmål

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.5 released</title>
    <id>tumbler-0.2.5</id>
    <updated>2019-06-30T03:01:47+02:00</updated>
    <published>2019-06-30T03:01:47+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.5 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.5.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.5
=======================
Maintenance release targeting Xfce 4.14, featuring only translation
updates, locales: Armenian, Danish.

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.4 released</title>
    <id>tumbler-0.2.4</id>
    <updated>2019-05-17T21:35:19+02:00</updated>
    <published>2019-05-17T21:35:19+02:00</published>
    <author>
      <name>Andre Miranda</name>
      <email>andre42m@gmail.com</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.4 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.4.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.4
=======================
- Check for sparse video files only on plugin side&#13;
- Set Max file sizes&#13;
- Add Fujifilm RAF support (Bug #14522)&#13;
- Add more media types for audio cover thumbnails (Bug #12041)&#13;
- Fix a typo in desktop-thumbnailer-provider.c (Bug #14925)&#13;
- Update URLs in README and configure.ac&#13;
- Fix g_type_class_add_private is deprecated&#13;
- Bump glib version&#13;
- Translation Updates

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.3 released</title>
    <id>tumbler-0.2.3</id>
    <updated>2018-09-13T16:08:02+02:00</updated>
    <published>2018-09-13T16:08:02+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.3 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.3.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.3
=======================
- Test sparse files only for regular ones (bug #14693), this fixes a
regression for folder thumbnails.&#13;
- Fix uninitialized variable (bug #14688)

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.2 released</title>
    <id>tumbler-0.2.2</id>
    <updated>2018-09-08T11:10:52+02:00</updated>
    <published>2018-09-08T11:10:52+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.2 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.2.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.2
=======================
- Added check to avoid generating thumbnails for sparse video and &#13;
images files, that was causing high cpu and memory load. Especially &#13;
when downloading large video files, that are pre-allocated on disk &#13;
sparsely but have not yet enough video frames to get a thumbnail &#13;
from (bug #12259). &#13;
- Use hash table to avoid scanning xdg user path twice when searching &#13;
for desktop thumbnailers.&#13;
- Close desktop thumbnailers directory when done from it.&#13;
- Accept network paths in ffmpeg thumbnailer plugin.&#13;
- Use pkg-config to find FreeType &gt; 2.9.1.&#13;
- Translation Updates: Czech, Finnish, Hungarian, Italian, Greek and&#13;
 English (Australia).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.33 released</title>
    <id>tumbler-0.1.33</id>
    <updated>2018-03-31T10:10:44+02:00</updated>
    <published>2018-03-31T10:10:44+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.33 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.33.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.33
========================
This is a maintenance release from the old dbus-glib branch, it will be
probably the last one. &#13;
&#13;
This release addresses a very old annoying (bug #9231), I'm hopping that
0.1.32 (LTS) users get this bug fix update somehow.&#13;
&#13;
- Fix bug #9231&#13;
When a file with a thumbnail gets deleted on Thunar for example, the
Cleanup method on the thumbnailer dbus service gets called with
original_mtime_threshold parameter set to 0. According to the Thumbnail
management DBus specification, original_mtime_threshold can be 0 to
ignore the threshold and only cleanup based on the URI prefix
array.Tumbler did not handle correctly this, and was looping anyway on
all cached thumbnails, using a lot of I/O bandwidth on every file
delete.&#13;
&#13;
If you have been disabling Tumbler for that reason, it is the time to
reconsider.

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.1 released</title>
    <id>tumbler-0.2.1</id>
    <updated>2018-03-31T09:44:01+02:00</updated>
    <published>2018-03-31T09:44:01+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.1 is now available for download from

  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.md5"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.sha1"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.sha256"&gt;https://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.1.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.1
=======================
This is a maintenance release of the stable branch of Tumbler&#13;
&#13;
- Fix the very old annoying bug #9231&#13;
&#13;
When a file with a thumbnail gets deleted on Thunar for example, the
Cleanup method on the thumbnailer dbus service gets called with
original_mtime_threshold parameter set to 0. According to the Thumbnail
management DBus specification, original_mtime_threshold can be 0 to
ignore the threshold and only cleanup based on the URI prefix array.
Tumbler did not handle correctly this, and was looping anyway on all
cached thumbnails, using a lot of I/O bandwidth on every file delete. &#13;
&#13;
- Translation update&#13;
&#13;
If you have been disabling Tumbler for that reason, it is the time to
reconsider.

</content>
  </entry>
  <entry>
    <title>tumbler 0.2.0 released</title>
    <id>tumbler-0.2.0</id>
    <updated>2017-07-17T15:44:48+02:00</updated>
    <published>2017-07-17T15:44:48+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.2.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.0.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.2.0
=======================
This is a *stable* release of tumbler from the GDbus. &#13;
In addition, this release also fixes the bugs fixed by tumbler 0.1.32
(the old dbus-glib branch), mainly &#13;
&#13;
- #13618 avoid loading specialized tumbnailers twice on system with&#13;
  duplication path entry in $XDG_DATA_HOME (causes assertion failure)&#13;
- #13360 don't close GdkPixbufLoader on error (causes sigabrt)&#13;
- #13240 fix typo in exif tag for image height&#13;
- #13201 fix finding of libopenraw-0.1.0&#13;
&#13;
To summarize, tumbler 0.2.0, apart from being gdbus based now, supports
loading thumbnailers from *.thumbnailer files  (enhancement bug #7475).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.32 released</title>
    <id>tumbler-0.1.32</id>
    <updated>2017-06-07T13:19:03+02:00</updated>
    <published>2017-06-07T13:19:03+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.32 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.32.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.32
========================
This is a bugfix release from the stable branch (xfce 4.12). This
release addresses a couple of critical bugs (#13618 and #13360) as well
as other small fixes and translation updates. Users of tumbler 0.1.31
are encouraged to upgrade. &#13;
&#13;
Fix a typo in tumbler.rc&#13;
&#13;
#13618 avoid loading specialized tumbnailers twice on system with
duplication path entry in $XDG_DATA_HOME (causes assertion failure)&#13;
#13360 don't close GdkPixbufLoader on error (causes sigabrt)&#13;
#13240 fix typo in exif tag for image height&#13;
#13201 fix finding of libopenraw-0.1.0&#13;
&#13;
Translation updates&#13;
sk: Jeremy Whiting  (100%)&#13;
fr: Yannick Le Guen (100%)

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.92.1 released</title>
    <id>tumbler-0.1.92.1</id>
    <updated>2017-05-28T12:22:38+02:00</updated>
    <published>2017-05-28T12:22:38+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.92.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.1.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.92.1
==========================
This release fixes missing entry of the new desktop thumbnailer plugin
in tumbler.rc.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.92 released</title>
    <id>tumbler-0.1.92</id>
    <updated>2017-05-28T11:21:19+02:00</updated>
    <published>2017-05-28T11:21:19+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.92 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.92.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.92
========================
This is a development release of Tumbler. This release adds support for
loading thumbnailers from *.thumbnailer files usually located in
/usr/share/thumbnailers/ (see enhancement bug #7475)&#13;
&#13;
An example of such thumbnailers&#13;
[Thumbnailer Entry]&#13;
Exec=/usr/bin/wine-exe-thumbnailer %i %o %u&#13;
MimeType=application/x-ms-dos-executable;application/x-msdownload;applic
ation/x-msi;application/x-ms-shortcut;application/x-dosexec&#13;
&#13;
This feature is supported via a new tumbler plugin
(desktop-thumbnailer-plugin), which registers *.thumbnailer thumbnailers
in Tumbler with their corresponding mime-type.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.90 released</title>
    <id>tumbler-0.1.90</id>
    <updated>2017-05-15T13:30:35+02:00</updated>
    <published>2017-05-15T13:30:35+02:00</published>
    <author>
      <name>Ali Abdallah</name>
      <email>ali@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.90 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.90.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.90
========================
This is the first development release of tumbler based on gdbus instead
of the dbus-glib dbus binding.&#13;
&#13;
This release can be compiled and installed in a current xfce-4.12
install, and it should run just fine as the current 0.1.31.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.31 released</title>
    <id>tumbler-0.1.31</id>
    <updated>2015-02-28T17:34:15+01:00</updated>
    <published>2015-02-28T17:34:15+01:00</published>
    <author>
      <name>Harald Judt</name>
      <email>h.judt@gmx.at</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.31 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.31.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.31
========================
- Use $XDG_CACHE_HOME/thumbnails as per spec change (bug #10613)&#13;
- Move xdt m4 macros into separate directory&#13;
- Update xdt m4 macros&#13;
- Bump autotools requirements&#13;
- Fix IT_PROG_INTLTOOL warning&#13;
- Fix all m4 warnings&#13;
- Enable support for video/webm in ffmpeg thumbnailer plugin (bug
#10360)&#13;
- Translation updates: Asturian, Bulgarian, Croatian, French, German,&#13;
  Greek, Norwegian Bokmal, Polish, Romanian, Slovak, Spanish&#13;
&#13;
Enjoy!

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.30 released</title>
    <id>tumbler-0.1.30</id>
    <updated>2014-02-23T00:16:40+01:00</updated>
    <published>2014-02-23T00:16:40+01:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.30 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.sha256"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.30.tar.bz2.sha256&lt;/a&gt;


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.30
========================
- Only enable keepalive in curl &gt;= 7.25.&#13;
- Support move/copy operations on directories in the cache.&#13;
- Send the cache operation replies after they are completed.&#13;
- Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan&#13;
  (Valencian), Czech, Danish, German, Greek, English (Australia),&#13;
  English (United Kingdom), Spanish (Castilian), Basque, Finnish,&#13;
  French, Galician, Hebrew, Hungarian, Indonesian, Italian, Japanese,&#13;
  Kazakh, Korean, Lithuanian, Latvian, Malay, Norwegian Bokmal, Dutch&#13;
  (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish,&#13;
  Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak,&#13;
  Swedish, Thai, Turkish, Uyghur, Ukrainian, Chinese (China), Chinese&#13;
  (Hong Kong), Chinese (Taiwan).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.29 released</title>
    <id>tumbler-0.1.29</id>
    <updated>2013-05-05T21:41:52+02:00</updated>
    <published>2013-05-05T21:41:52+02:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.29 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.29.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 9037050413a32726b2061e71c804be3c1b5a69a0
   MD5 checksum: f844215c5e3918eae58abdd85f146780


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.29
========================
- Fix memory corruption on 64bit (bug #9766).&#13;
- Translation updates: Japanese, Dutch (Flemish), Serbian.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.28 released</title>
    <id>tumbler-0.1.28</id>
    <updated>2013-05-05T16:49:19+02:00</updated>
    <published>2013-05-05T16:49:19+02:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.28 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.28.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 530b4fa58794841055be955e294cac24161cf8a0
   MD5 checksum: a1dd00a2963f851f3991714bc357cb70


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.28
========================
- Set nice value of tumblerd to 19 (bug #9627).&#13;
- Fix rendering from pdfs with thumbnail (bug #9972).&#13;
- Add more supported types for gst thumbnailer (bug #9747).&#13;
- Some additional debug checks for bug #9766 and minor optimizations.&#13;
- Fix deprecating warning with glib 2.36.&#13;
- Include string.h (bug #9858).&#13;
- Translation updates: Arabic, Bulgarian, Czech, Spanish (Castilian),&#13;
  Basque, French, Hungarian, Indonesian, Italian, Japanese, Kazakh,&#13;
  Korean, Dutch (Flemish), Polish, Portuguese, Portuguese (Brazilian),&#13;
  Romanian, Russian, Serbian, Swedish, Uyghur, Ukrainian, Chinese&#13;
  (China), Chinese (Taiwan).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.27 released</title>
    <id>tumbler-0.1.27</id>
    <updated>2013-01-12T12:18:47+01:00</updated>
    <published>2013-01-12T12:18:47+01:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.27 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.27.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 247203beefab80ea390bd1ebed0373229e2719f1
   MD5 checksum: 3fa90528c3e7e77d8ace4bffcf0a2748


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.27
========================
This release ships a config file installed in the xdg directory to
control the various plugin (especially the priority). There is also a
cover download plugin (dependency is libcurl), but this has been
disabled by default.&#13;
&#13;
See the docs wiki how this all works:
http://docs.xfce.org/xfce/thunar/tumbler&#13;
&#13;
- Autotools updates.&#13;
- Remove unmaintained translations.&#13;
- Fix build when using -Wl,-z,defs&#13;
- Add cover-thumbnailer for movies.&#13;
- Add config file system to control thumbnailing plugins.&#13;
- Release thumbnail in gst thumbnailer.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.26 released</title>
    <id>tumbler-0.1.26</id>
    <updated>2012-12-09T18:41:45+01:00</updated>
    <published>2012-12-09T18:41:45+01:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.26 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.26.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: cbc0e93330687d4cf4aaee6de722a1b923bf0a0e
   MD5 checksum: 874621e7820b3bfe0e8ab66d17f1dc31


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.26
========================
For the gstreamer plugin Tumbler now relies on the gstreamer-1.0 API.&#13;
&#13;
- Remove INSTALL&#13;
- Directly render the capture in the correct size.&#13;
- New gstreamer thumbnailer based on totem-thumbnailer.&#13;
- Disable http and cdda schemes as well.&#13;
- Add support for MPEG2 transport streams (bug #7421).&#13;
- Rotate jpeg thumbnails (bug #6730).&#13;
- Plug small leak.&#13;
- Don't use collate to check strings.&#13;
- Release lifecycle manager during early exit.&#13;
- Don't abort with warnings in debug mode.&#13;
- Clear 2.32 mutex memory leak.&#13;
- Drop unneeded vfs schemes.&#13;
- Work with an array to store the strings.&#13;
- Don't use GString for a simple concat.&#13;
- Make registry dump a bit smaller.&#13;
- Don't use deprecated glib 2.32 API.&#13;
- Rotate pixbuf loader images (bug #6730).&#13;
- Translation updates: Arabic, Spanish (Castilian), Icelandic, &#13;
  Korean, Dutch (Flemish), Serbian, Uyghur.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.25 released</title>
    <id>tumbler-0.1.25</id>
    <updated>2012-04-28T22:26:09+02:00</updated>
    <published>2012-04-28T22:26:09+02:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.25 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.25.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 50953e05c6889f60de6cdf9f6dd4dba5633f8b75
   MD5 checksum: d4edc15c172714c7a3eaf3c719b8faf6


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.25
========================
- Remove some unused m4 macros.&#13;
- Add or fix missing licenses.&#13;
- Translation updates: Greek, English (United Kingdom), Galician,&#13;
  Japanese, Kazakh, Korean, Dutch (Flemish), Polish, Portuguese,&#13;
  Portuguese (Brazilian), Romanian, Chinese (China).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.24 released</title>
    <id>tumbler-0.1.24</id>
    <updated>2012-03-28T18:17:14+02:00</updated>
    <published>2012-03-28T18:17:14+02:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.24 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.24.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: c150b948ed6ec71f2d1be68bd92edb7711c8380b
   MD5 checksum: 1de9a7087bbc4e848123ca14d3d3c113


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.24
========================
- Update COPYING to the latest version of GPL2 (bug #7796).&#13;
- Link all plugins that use rint() against libm (bug #8236).&#13;
- Call dbus_g_thread_init() to fix threading issues (bug #7544).&#13;
- Add application/vnd.rn-realmedia to the ffmpeg plugin (bug #6949).&#13;
- Explicitly link against gmodule (bug #8466).&#13;
- Avoid accessing list elements after they have been freed (bug #7418).&#13;
- Make sure to include PLATFORM flags everywhere.&#13;
- Translation updates: bg, ca, cs, de, es, fi, he, id, is, kk, ko, lt,&#13;
  nn, pl, pt, pt_BR, zh_CN.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.23 released</title>
    <id>tumbler-0.1.23</id>
    <updated>2011-12-04T13:41:53+01:00</updated>
    <published>2011-12-04T13:41:53+01:00</published>
    <author>
      <name>Nick Schermer</name>
      <email>nick@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;tumbler&lt;/a&gt; 0.1.23 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.23.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: c7b149c117cd1d9c5d0e85550216ff22daee6120
   MD5 checksum: c6cf6821f5d884cbf2c26f45f2fecc74


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/xfce/tumbler/"&gt;http://git.xfce.org/xfce/tumbler/&lt;/a&gt;


Release notes for 0.1.23
========================
- Fix generation of video images by starting the pipeline (bug #7996).&#13;
- Fix ownership race conditions when started twice (bug #8001).&#13;
- Add an ODF thumbnailer plugin.&#13;
- Add support for OpenRaster images in the ODF thumbnailer (bug #6108).&#13;
- Add a raw image thumbnailer plugin.&#13;
- Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.&#13;
- Don't crash on 0x0 errors (bug #8142).&#13;
- Exit the xdg thumbnailer nicely with corrupt png files.&#13;
- Avoid huge thumbnails from libjpeg (bug #8020).&#13;
- Optimize the pixbuf thumbnailer.&#13;
- Translation updates: Icelandic, Turkish, Malay, Hungarian, Korean,&#13;
  Chinese (Taiwan), Arabic, Danish, Slovak, Ukrainian, Russian,&#13;
  Italian, Japanese, Portuguese (Brazilian), Basque, Hungarian,&#13;
  Dutch (Flemish), Chinese (China), French.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.22 released</title>
    <id>tumbler-0.1.22</id>
    <updated>2011-09-21T00:54:36+02:00</updated>
    <published>2011-09-21T00:54:36+02:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.22 is now available for download from

  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2.md5"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2.sha1"&gt;http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-0.1.22.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: a4c301192f2e086841c62bf8e8d5e3539fc13f1d
   MD5 checksum: e7ba3b8f21f8f7e736f1e214906b4ca9


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.22
========================

- Add coding style documentation.&#13;
- Fix compiler error on Sun Studio.&#13;
- Add a GStreamer-based thumbnailer for video thumbnails. Thanks to &#13;
  Ross Burton for the work.&#13;
- Avoid GdkPixbuf functions deprecated in poppler &gt;= 0.17 (bug #7649).&#13;
- Translation updates: Arabic, Basque, Catalan (Valencian),&#13;
  Chinese (China), Chinese (Taiwan), Danish, Dutch (Flemish), Finnish,&#13;
  French, German, Indonesian, Italian, Japanese, Kazakh, Korean, &#13;
  Portuguese (Brazilian), Portuguese, Romanian, Russian, Slovak, &#13;
  Spanish (Castilian), Swedish, Telugu, Turkish, Ukrainian.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.21 released</title>
    <id>tumbler-0.1.21</id>
    <updated>2011-02-14T14:25:21+01:00</updated>
    <published>2011-02-14T14:25:21+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.21 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.21.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 461f590b7bfe4c2e7f04879d616c343e08b3314b
   MD5 checksum: 2ef0d30750f95efe345de4655049d4f6


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.21
========================

- Update to latest revision of the thumbnail management D-Bus &#13;
  specification where Cleanup() takes an array of base URIs instead&#13;
  of just one.&#13;
- Get rid of the inherently broken GStrv type in function signatures.&#13;
- Quit tumbler after at least 5 minutes of inactivity.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.20 released</title>
    <id>tumbler-0.1.20</id>
    <updated>2011-02-12T20:35:33+01:00</updated>
    <published>2011-02-12T20:35:33+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.20 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.20.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 2a27537abbf9e094e162779c22e8110fa02e046c
   MD5 checksum: 91e0702edf27d99c223fba78fe86f287


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.20
========================

- Version bump to override incompatibly versioned package for Maemo.&#13;
- Translation updates: Swedish.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.6 released</title>
    <id>tumbler-0.1.6</id>
    <updated>2011-01-16T15:01:32+01:00</updated>
    <published>2011-01-16T15:01:32+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.6 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.6.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 2c81aa47f4ae0f2f3d51d0babccea846c2dbb889
   MD5 checksum: ce273623d83aac927d5c2dabbb7993cb


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.6
=======================

- Fix a possible segmentation fault in the JPEG thumbnailer plugin.&#13;
- Translation updates: Arabic, Chinese (Taiwan), Czech, English (United&#13;
  Kingdom), Finnish, French, Galician, Greek, Hebrew, Indonesian, &#13;
  Japanese, Norwegian Bokmal, Polish, Romanian, Russian, Ukrainian.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.5 released</title>
    <id>tumbler-0.1.5</id>
    <updated>2010-12-05T16:34:32+01:00</updated>
    <published>2010-12-05T16:34:32+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.5 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.5.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 9b68a0d06a8d39b1e067571d0a817adc38063e96
   MD5 checksum: e3b9096bcadd4ab5cadb87007df95773


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.5
=======================

- Fix a segmentation fault when one of the thumbnailer directories is&#13;
  deleted (bug #6134).&#13;
- Fix sched_getparam/sched_setscheduler code on OpenBSD (bug #6061).&#13;
- Fix init/shutdown debug message in the JPEG thumbnailer plugin.&#13;
- Translation updates: Hungarian, Portuguese (Brazilian), German,&#13;
  Chinese (China), Catalan (Valencian), Italian, Basque, Kazakh,&#13;
  Portuguese, Danish.

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.4 released</title>
    <id>tumbler-0.1.4</id>
    <updated>2010-11-07T15:06:35+01:00</updated>
    <published>2010-11-07T15:06:35+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.4 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.4.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 79ee8eb3080bf335be59b3a25100f2a98a3b03b7
   MD5 checksum: 722bc0306daacb37cf26b65985a12af2


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.4
=======================

- Use LGPL instead of GPL license headers in the library (bug #6781).

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.3 released</title>
    <id>tumbler-0.1.3</id>
    <updated>2010-11-03T19:59:03+01:00</updated>
    <published>2010-11-03T19:59:03+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.3 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.3.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: fa21f3d9a6eee8f640d19af3da7ea62babbe7a85
   MD5 checksum: ba7ea41d639e10c1364fa1e880074b10


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and MeeGo.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.3
=======================

- Link plugins against libtumbler-1. Should fix builds with &#13;
  --as-needed.&#13;
- Move tumblerd into $libdir/tumbler-1.&#13;
- Add support for arbitrary URI shemes in the poppler plugin.&#13;
- Translation updates: Basque, Indonesian, Swedish, German, Russian,&#13;
  Galician, Uyghur, Chinese (Taiwan), Ukrainian, Finnish, Catalan&#13;
  (Valencian), Danish, Japanese, Kazakh, Italian, Portuguese,

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.2 released</title>
    <id>tumbler-0.1.2</id>
    <updated>2010-07-16T17:16:28+02:00</updated>
    <published>2010-07-16T17:16:28+02:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.2 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.2.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: c8b9807e16057d79a873b3b9d7cf838dae52c386
   MD5 checksum: b115449bbf8e542531f8e34dc5e96901


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and is currently being prepared for
Maemo 6.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.2
=======================

This is another unstable release of tumbler, an implementation of the
thumbnail management D-Bus specification. Changes since the previous
release (0.1.1):&#13;
&#13;
A S  Alam (1):&#13;
      l10n: Punjabi Translation Added&#13;
&#13;
Aleksandr Ponomarenko (1):&#13;
      l10n: Russian translation created&#13;
&#13;
Ardjuna (2):&#13;
      l10n: First commit for Indonesian translation&#13;
      l10n: Updated Indonesian (id) translation to 100%&#13;
&#13;
Bauzhan Muftakhidinov (1):&#13;
      l10n: New translation into Kazakh language&#13;
&#13;
Cheng-Chia Tseng (1):&#13;
      l10n: Updates to traditional Chinese translation&#13;
&#13;
Cristian Marchi (1):&#13;
      l10n: New Italian translation for tumbler&#13;
&#13;
Danishka Navin (1):&#13;
      l10n: Added Sinhala (si) translation&#13;
&#13;
Dmitry Nikitin (2):&#13;
      l10n: Create Ukrainian translations for tumbler&#13;
      l10n: Updated Ukrainian (uk) translation to 40%&#13;
&#13;
Gheyret Kenji (2):&#13;
      l10n: Uyghur translation&#13;
      l10n: Updates to Uyghur translation&#13;
&#13;
Harald Servat (1):&#13;
      l10n: Updates to Catalan (Valencian) (ca) translation&#13;
&#13;
Jamil Ahmed (1):&#13;
      l10n: Bengali Translation.&#13;
&#13;
Jannis Pohlmann (9):&#13;
      Avoid compiler warning due to global name shadowing.&#13;
      Update INSTALL file.&#13;
      GStrv is a boxed type, fix marshallers.&#13;
      Visit thumbnailers only once when updating the supported
URIs/types.&#13;
      Improve the code quality and consistency of the last commit.&#13;
      Allow TumblerFileInfos to be created with empty URIs/MIME types.&#13;
      Add video/ogg to the MIME types supported by the ffmpeg
thumbnailer.&#13;
      Add poppler-based PDF/PS thumbnailer plugin. New error code
NO_CONTENT.&#13;
      Release 0.1.2!&#13;
&#13;
Jari Rahkonen (1):&#13;
      l10n: Initial Finnish translation&#13;
&#13;
Leandro Regueiro (2):&#13;
      l10n: Updated Galician (gl) translation to 87%&#13;
      l10n: Updated Galician (gl) translation to 100%&#13;
&#13;
Lionel Le Folgoc (1):&#13;
      Add a video thumbnailer (using libffmpegthumbnailer).&#13;
&#13;
Masato Hashimoto (1):&#13;
      l10n: Updates to Japanese (ja) translation&#13;
&#13;
Per Kongstad (1):&#13;
      l10n: Updates to Danish (da) translation&#13;
&#13;
Philip Van Hoof (1):&#13;
      Don't use dbus_connection_send from the threads, using g_idle_add&#13;
&#13;
Piarres Beobide (2):&#13;
      l10n: Initial Basque (eu) translation&#13;
      l10n: Updated Basque (eu) translation to 100%&#13;
&#13;
Sergio Marques (1):&#13;
      l10n: Updates to Portuguese (pt) translation&#13;
&#13;
Xu Meihong (1):&#13;
      l10n: Updated Chinese (China) (zh_CN) translation to 100%&#13;
&#13;
Yarema aka Knedlyk (3):&#13;
      l10n: Updated Ukrainian (uk) translation to 60%&#13;
      l10n: Updated Ukrainian (uk) translation to 80%&#13;
      l10n: Updated Ukrainian (uk) translation to 100%&#13;
&#13;
douart patrick (1):&#13;
      l10n: Updated French (fr) translation to 77%

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.1 released</title>
    <id>tumbler-0.1.1</id>
    <updated>2010-01-07T14:49:48+01:00</updated>
    <published>2010-01-07T14:49:48+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.1.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 43eb4e2c6956fd7682db853be52f88843dfabcd5
   MD5 checksum: f3f9c549ddac430904f61d80ebf7d1ac


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and is currently being prepared for
Maemo 6.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.1
=======================

Daniel Nylander (1):&#13;
      l10n: Swedish translation added&#13;
&#13;
Harald Servat (1):&#13;
      l10n: Updates to Catalan (Valencian) (ca) translation&#13;
&#13;
Jannis Pohlmann (12):&#13;
      Update usage of AM_INIT_AUTOMAKE().&#13;
      Remove redundant tumbler_file_info_load() check.&#13;
      Fix invalid unrefs in the pixbuf thumbnailer plugin.&#13;
      Update TumblerError enum and its usage.&#13;
      Fix invalid unrefs in the font thumbnailer.&#13;
      Add a fast JPEG thumbnailer with EXIF thumbnail support.&#13;
      Add something to the TODO list.&#13;
      Remove tumbler.pot as it is no longer needed.&#13;
      Report unsupported flavors back to clients via an error signal.&#13;
      Remove unused function, fix noreturn compiler error.&#13;
      (Hopefully) fix the format string for guint64.&#13;
      Release 0.1.1!&#13;
&#13;
Leandro Regueiro (1):&#13;
      l10n: Updates to Galician (gl) translation&#13;
&#13;
Masato Hashimoto (2):&#13;
      l10n: Updates to Japanese (ja) translation&#13;
      l10n: Updates to Japanese (ja) translation&#13;
&#13;
Per Kongstad (1):&#13;
      l10n: Updates to Danish (da) translation&#13;
&#13;
Sergio Marques (1):&#13;
      l10n: Updates to Portuguese (pt) translation&#13;
&#13;
Xu Meihong (1):&#13;
      l10n: Updates to Chinese (China) (zh_CN) translation

</content>
  </entry>
  <entry>
    <title>tumbler 0.1.0 released</title>
    <id>tumbler-0.1.0</id>
    <updated>2009-12-07T13:32:18+01:00</updated>
    <published>2009-12-07T13:32:18+01:00</published>
    <author>
      <name>Jannis Pohlmann</name>
      <email>jannis@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://git.xfce.org/apps/tumbler"&gt;tumbler&lt;/a&gt; 0.1.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/tumbler/0.1/tumbler-0.1.0.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 161fd49c3fc785b857be8118525d8e72a7a204f3
   MD5 checksum: 85a90237264f29e31a01aaa793c64658


What is tumbler?
================

Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on &#13;
&#13;
  http://live.gnome.org/ThumbnailerSpec&#13;
&#13;
written in an object-oriented fashion using GLib and GObject. Its
modular architecture makes it very flexible and useful in many
situations. It provides plugin interfaces for extending the URI schemes
and MIME types for which thumbnails can be generated as well as&#13;
for replacing the storage backend that is used to store the thumbnails
on disk. Tumbler's functionality can also be extended via specialized
thumbnailer services implemented in accordance to the thumbnail
management D-Bus specification.&#13;
&#13;
Tumbler is used in Thunar, Xfce and is currently being prepared for
Maemo 6.

Website:
  &lt;a href="http://git.xfce.org/apps/tumbler"&gt;http://git.xfce.org/apps/tumbler&lt;/a&gt;


Release notes for 0.1.0
=======================

This is the first development release that includes all essential
features and has full plugin and specialized thumbnailer support, as
described in the thumbnail management D-Bus specification.&#13;
&#13;
The plugin API is not stable yet.

</content>
  </entry>
</feed>
