[Xfce4-commits] [apps/xfce4-volumed-pulse] 01/01: Prepare for 0.2.1

noreply at xfce.org noreply at xfce.org
Sun Sep 11 15:58:41 CEST 2016


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit cfede3e9fe23fe2e5929ccdc4a5df5b4ed41f4cb
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Sep 11 09:56:00 2016 -0400

    Prepare for 0.2.1
---
 NEWS            | 6 ++++++
 configure.ac.in | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 6c11acc..3990ad6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.2.1
+=====
+- Fix unresponsiveness after communicating with daemon (LP: #1347272, thanks Alistair)
+- Update bug reporting URL to Xfce Bugzilla
+- Bump autoconf, automake, and libtool versions
+
 0.2.0
 =====
 - Initial port to Pulseaudio.
diff --git a/configure.ac.in b/configure.ac.in
index 16fd0bb..af7f53b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,7 +6,7 @@ m4_define([xfce4_volumed_pulse_version_minor], [2])
 m4_define([xfce4_volumed_pulse_version_micro], [1])
 m4_define([xfce4_volumed_pulse_version_nano], [])
 m4_define([xfce4_volumed_pulse_version_build], [@REVISION@])
-m4_define([xfce4_volumed_pulse_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_volumed_pulse_version_tag], []) # Leave empty for releases
 m4_define([xfce4_volumed_pulse_version], [xfce4_volumed_pulse_version_major().xfce4_volumed_pulse_version_minor().xfce4_volumed_pulse_version_micro()ifelse(xfce4_volumed_pulse_version_nano(), [], [], [.xfce4_volumed_pulse_version_nano()])ifelse(xfce4_volumed_pulse_version_tag(), [git], [xfce4_volumed_pulse_version_tag()-xfce4_volumed_pulse_version_build()], [xfce4_volumed_pulse_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