[Xfce4-commits] [apps/xfmpc] 02/02: release 0.2.3
noreply at xfce.org
noreply at xfce.org
Thu Jun 30 21:08:06 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfmpc.
commit 2ece407efbd06a41f6c4fff872f02020b7f2e0f4
Author: Landry Breuil <landry at xfce.org>
Date: Thu Jun 30 21:07:21 2016 +0200
release 0.2.3
---
NEWS | 7 +++++++
configure.in.in | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 671a0b2..333c17e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+ 0.2.3 (2016-06-30)
+
+- Fix ambiguity between GLib.Timeout and Gtk.Timeout (#11062)
+- Use AC_CONFIG_HEADERS in configure.in.in (#11063)
+- Unlock mutex in connect instead of connect_thread, otherwise we'd try to unlock an unlocked mutex (#10366)
+- Tons of translation updates!
+
0.2.2 (2011-10-23)
- Add status-icon to hide Xfmpc and keep it running in the background
diff --git a/configure.in.in b/configure.in.in
index 5142053..eb69a65 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ m4_define([xfmpc_version_major], [0])
m4_define([xfmpc_version_minor], [2])
m4_define([xfmpc_version_micro], [3])
m4_define([xfmpc_version_build], [@REVISION@])
-m4_define([xfmpc_version_tag], [git]) # leave empty for release
+m4_define([xfmpc_version_tag], []) # leave empty for release
m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [git], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list