[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sun Mar 29 20:12:12 CEST 2020


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

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 9de2b7865ecb95bdd2cbaae00a17b23ae8455fe5
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Mar 29 14:11:58 2020 -0400

    Updates for release
---
 NEWS            | 17 +++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index be46f08..601c5d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.4.3
+=====
+- Build now requires exo-2 0.11 or newer
+- Fixed various memory leaks and warnings
+- Removed unused dbus-glib include (Xfce #15343)
+- Replaced g_type_class_add_private deprecations
+- Updated copyright years
+- Updated URLs from goodies.x.o to docs.x.o (Xfce #16173)
+- MPRIS: Added support for filename icons (Xfce #14329)
+- MPRIS: Added support for single-string variants on xesam:artist
+- MPRIS: Added support for the DesktopEntry property (Xfce #14412)
+- MPRIS: Added support for the plasma-browser-integration plugin (Xfce #15487)
+- MPRIS: Added title/artist conditioning from the track title
+- Preferences: Fixed icon rendering known players
+- Translation Updates:
+  Albanian, Belarusian, Chinese (Taiwan), Galician, Interlingue, Slovenian
+
 0.4.2
 =====
 - Preferences: Improve spacing
diff --git a/configure.ac.in b/configure.ac.in
index 2c6f8d4..e290177 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], [4])
-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