[Xfce4-commits] [xfce/tumbler] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 17:31:09 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/tumbler.
commit 5ef58d3821f766cb8f77b1feb6ad29b0d44eb41a
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Feb 28 16:42:17 2015 +0100
Updates for release
---
NEWS | 12 ++++++++++++
autogen-xfce.sh | 2 +-
configure.ac | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 78bbb77..13deaf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.1.31
+======
+- Use $XDG_CACHE_HOME/thumbnails as per spec change (bug #10613)
+- Move xdt m4 macros into separate directory
+- Update xdt m4 macros
+- Bump autotools requirements
+- Fix IT_PROG_INTLTOOL warning
+- Fix all m4 warnings
+- Enable support for video/webm in ffmpeg thumbnailer plugin (bug #10360)
+- Translation updates: Asturian, Bulgarian, Croatian, French, German,
+ Greek, Norwegian Bokmål, Polish, Romanian, Slovak, Spanish
+
0.1.30
======
- Only enable keepalive in curl >= 7.25.
diff --git a/autogen-xfce.sh b/autogen-xfce.sh
index c63178f..8a1c55f 100755
--- a/autogen-xfce.sh
+++ b/autogen-xfce.sh
@@ -29,4 +29,4 @@ EOF
exit 1
}
-XDT_AUTOGEN_REQUIRED_VERSION="4.9" exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.12.0" exec xdt-autogen $@
diff --git a/configure.ac b/configure.ac
index 9a53c6f..a8dc277 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], [30])
+m4_define([tumbler_version_micro], [31])
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