[Xfce4-commits] [xfce/tumbler] 01/01: Update NEWS files and version number.
noreply at xfce.org
noreply at xfce.org
Mon Jul 17 15:47:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/tumbler.
commit f199d8386b989426689be7a264bbf2fae49e335e
Author: Ali Abdallah <ali at xfce.org>
Date: Mon Jul 17 15:47:18 2017 +0200
Update NEWS files and version number.
---
NEWS | 23 +++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2d15f36..20a8200 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,30 @@
+0.2.0
+=====
+- Stable release of tumbler ported to GDbus, in addition
+ also fixes the bugs fixed by the version 0.1.32.
+
+0.1.92.1
+========
+- Fixe missing entry of the new desktop thumbnailer plugin
+ in tumbler.rc.
+
+0.1.92
+======
+- Add support for loading thumbnailers from *.thumbnailer files
+ (enhancement bug #7475)
+
0.1.90
======
- Tumbler relies now on gdbus instead of dbus-glib
+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 96d33b6..e37a7b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@ dnl ***************************
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], [92.1])
+m4_define([tumbler_version_minor], [2])
+m4_define([tumbler_version_micro], [0])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list