[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 02/03: Updates for a release

noreply at xfce.org noreply at xfce.org
Tue Oct 27 01:50:25 CET 2015


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

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 3f0796f7ce4021eaefb375152cd1f8a68e85e830
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Oct 27 00:47:08 2015 +0000

    Updates for a release
---
 ChangeLog       |    7 +++++++
 configure.ac.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9a31461..1dce8ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 # created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+2015-07-12 1bae523 Removed autogenerated po/Makefile.in.in Andrzej <ndrwrdck at gmail.com>
+2015-06-10 398d3ee Add a gui control for show-notifications Andrzej <ndrwrdck at gmail.com>
+2015-06-10 e676501 Added a configuration option "show-notifications" Andrzej <ndrwrdck at gmail.com>
+2015-06-06 ad8d820 Reconnect to the PA server if the connection is lost Andrzej <ndrwrdck at gmail.com>
+2015-06-06 f528da4 Use volume-changed signal to update notifications Andrzej <ndrwrdck at gmail.com>
+2015-05-12 ce71544 Back to development Andrzej <ndrwrdck at gmail.com>
+2015-05-12 9371397 Updates for a release Andrzej <ndrwrdck at gmail.com>
 2015-05-12 7cfc9a3 make distcheck fix Andrzej <ndrwrdck at gmail.com>
 2015-04-19 405f94a Corrected copyright and author list Andrzej <ndrwrdck at gmail.com>
 2015-04-19 f4b6b6c Added OSD notifications Andrzej <ndrwrdck at gmail.com>
diff --git a/configure.ac.in b/configure.ac.in
index a4d2958..c3ebb67 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([pulseaudio_version_major], [0])
 m4_define([pulseaudio_version_minor], [2])
-m4_define([pulseaudio_version_micro], [3])
+m4_define([pulseaudio_version_micro], [4])
 m4_define([pulseaudio_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([pulseaudio_version_build], [@REVISION@])
-m4_define([pulseaudio_version_tag],   [git])
+m4_define([pulseaudio_version_tag],   [])
 m4_define([pulseaudio_version], [pulseaudio_version_major().pulseaudio_version_minor().pulseaudio_version_micro()ifelse(pulseaudio_version_nano(), [], [], [.pulseaudio_version_nano()])ifelse(pulseaudio_version_tag(), [git], [pulseaudio_version_tag()-pulseaudio_version_build()], [pulseaudio_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