[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 02/03: Updates for a release
noreply at xfce.org
noreply at xfce.org
Tue May 12 03:25:50 CEST 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 9371397ac2c108f4c3274608d875910c7dedafef
Author: Andrzej <ndrwrdck at gmail.com>
Date: Tue May 12 02:23:09 2015 +0100
Updates for a release
---
ChangeLog | 10 ++++++++++
configure.ac.in | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fc07baf..9a31461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+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>
+2015-04-18 18ef95f Do not increase volume beyond 100% when using keyboard or mouse scroll Andrzej <ndrwrdck at gmail.com>
+2015-04-07 cd06756 Limit volume to newly introduced volume-max rather than to 100% Andrzej <ndrwrdck at gmail.com>
+2015-04-07 e3f8abf Added a volume_max xfconf property Andrzej <ndrwrdck at gmail.com>
+2015-04-07 67e4394 Fixed an incorrect constant in debugging code Andrzej <ndrwrdck at gmail.com>
+2015-04-06 af38716 Allow volume object use plugin settings. Andrzej <ndrwrdck at gmail.com>
+2015-03-26 45d2d85 Back to development Andrzej <ndrwrdck at gmail.com>
+2015-03-26 4c20235 Updates for a release Andrzej <ndrwrdck at gmail.com>
2015-03-26 3f7b531 Updated po/Makefile.in.in Andrzej <ndrwrdck at gmail.com>
2015-03-21 d545681 Create new icon for the plugin Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
2015-03-21 7b2057f Install the audio volume icons in hicolor Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
diff --git a/configure.ac.in b/configure.ac.in
index 4740f25..4cf00b7 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], [2])
+m4_define([pulseaudio_version_micro], [3])
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