summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <ali@xfce.org>2018-03-31 10:00:35 +0200
committerAli Abdallah <ali@xfce.org>2018-03-31 10:00:35 +0200
commit5f35d2fe6984c5531cc95be974be25372e750a46 (patch)
treec252872eeb44c6d90c68bbf51bf9a9aa97743ea6
parente16646f2583333e4bcd49cbce95c3f7205f4cd8b (diff)
downloadtumbler-0.1.33.tar.gz
Prepare 0.1.33 maintenance release.tumbler-0.1.33xfce-4.12
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13deaf7..90ff023 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.1.33
+======
+- #9231 Handle 0 mtime threshold on Cleanup DBus method. This fixes
+ running across all thumbnails that was causing very high I/O bandwidth
+ usage when a file with a thumbnail gets deleted. (On dbus Cleanup method).
+
+0.1.32
+======
+- #13618 avoid loading specialized tumbnailers twice on system with
+ duplication path entry in $XDG_DATA_HOME (causes assertion failure)
+- #13360 don't close GdkPixbufLoader on error (causes sigabrt)
+- #13240 fix typo in exif tag for image height
+- #13201 fix finding of libopenraw-0.1.0
+
0.1.31
======
- Use $XDG_CACHE_HOME/thumbnails as per spec change (bug #10613)
diff --git a/configure.ac b/configure.ac
index d4f774d..ded4f9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ m4_define([tumbler_verinfo], [0:0:0])
m4_define([tumbler_version_api_major], [1])
m4_define([tumbler_version_major], [0])
m4_define([tumbler_version_minor], [1])
-m4_define([tumbler_version_micro], [32])
+m4_define([tumbler_version_micro], [33])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ***************************