[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] 05/05: Release 0.5.0
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 15:28:44 CET 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-mpc-plugin.
commit 9da5d4663d9f02f35344af163468f3726e9b27f5
Author: Landry Breuil <landry at xfce.org>
Date: Tue Nov 1 15:27:12 2016 +0100
Release 0.5.0
---
ChangeLog | 6 ++++++
configure.ac.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a29ec36..86fbd65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+01-11-2016 Landry Breuil <landry at xfce.org>
+ * release 0.5.0
+ * fix changing volume via mousewheel
+ * fix icon flickering on mousehover
+ * properly resize button/image on set_size event
+
05-06-2016 Landry Breuil <landry at xfce.org>
* release 0.4.99
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
diff --git a/configure.ac.in b/configure.ac.in
index a82d530..5960ca1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,8 +4,8 @@ dnl xfce4-mpc-plugin - mpd client plugin for the XFce4 panel
dnl
m4_define([mpc_version_major], [0])
-m4_define([mpc_version_minor], [4])
-m4_define([mpc_version_micro], [99])
+m4_define([mpc_version_minor], [5])
+m4_define([mpc_version_micro], [0])
m4_define([mpc_version_tag], []) # Leave empty for releases
m4_define([mpc_version_build], [@REVISION@])
m4_define([mpc_version], [mpc_version_major().mpc_version_minor().mpc_version_micro()ifelse(mpc_version_tag(), [], [], [mpc_version_tag()-mpc_version_build()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list