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

noreply at xfce.org noreply at xfce.org
Sat Nov 25 17:58:04 CET 2017


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 66579b50f34609e7a4a60b6769c18513fcdc92fc
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Nov 25 11:57:13 2017 -0500

    Preparing for the release
---
 ChangeLog       | 30 ++++++++++++++++++++++++++++++
 NEWS            | 19 +++++++++++++++++++
 configure.ac.in |  4 ++--
 3 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5ab94c4..f7aac5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,34 @@
 # created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+2017-11-25 29b9296 I18n: Update translation fr (100%). Yannick Le Guen <leguen.yannick at gmail.com>
+2017-11-25 31dc849 I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-11-24 258a639 I18n: Update translation cs (100%). Michal Várady <miko.vaji at gmail.com>
+2017-11-23 b0e3494 I18n: Update translation pl (100%). Anonymous <noreply at xfce.org>
+2017-11-23 d8b1426 I18n: Update translation nl (100%). Pjotr <pjotrvertaalt at gmail.com>
+2017-11-23 1dbfd4a I18n: Update translation hr (100%). Edin Veskovic <edin.lockedin at gmail.com>
+2017-11-23 bec1b17 First fix for BSD builds Sean Davis <smd.seandavis at gmail.com>
+2017-11-23 6f6fec9 Improve volume scale increments Sean Davis <smd.seandavis at gmail.com>
+2017-11-23 ef44f7f Drop unused IDO code Sean Davis <smd.seandavis at gmail.com>
+2017-11-23 0c889f4 Standardize spacing Sean Davis <smd.seandavis at gmail.com>
+2017-11-22 3892875 Control MPRIS with multimedia key integration Sean Davis <smd.seandavis at gmail.com>
+2017-11-22 826033c Simplify device menus, move below volume controls and hide if only 1 item Sean Davis <smd.seandavis at gmail.com>
+2017-11-22 f96e213 Show volume change notifications when triggered without multimedia keys (bug #13677) Sean Davis <smd.seandavis at gmail.com>
+2017-11-21 1f501d2 Change default devices when changed from external application (bug #13908) Sean Davis <smd.seandavis at gmail.com>
+2017-10-29 95c21c3 Fix flag in g_bus_watch_name_on_connection() method (bug #13961) Olivier Duchateau <duchateau.olivier at gmail.com>
+2017-11-14 2c8c8a3 Fix size calculation caused by 7c2e79ae34 (bug #13998) Harald Judt <harald.judt at univie.ac.at>
+2017-11-14 553691a I18n: Update translation ko (100%). 박정규(Jung-Kyu Park) <bagjunggyu at gmail.com>
+2017-11-14 8b09b33 I18n: Update translation id (100%). Kukuh Syafaat <syafaatkukuh at gmail.com>
+2017-11-13 ea6cd0b I18n: Update translation nb (81%). Åsmund Berg Holm <berg.holm at outlook.com>
+2017-11-09 c21d801 I18n: Update translation ko (100%). 박정규(Jung-Kyu Park) <bagjunggyu at gmail.com>
+2017-11-08 14370b8 I18n: Update translation de (100%). Tobias Bannert <tobannert at gmail.com>
+2017-11-04 26409f5 I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-11-03 ff0b402 I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-11-03 86fbf4c I18n: Update translation uk (100%). Yarema aka Knedlyk <yupadmin at gmail.com>
+2017-11-03 99f6344 I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-11-02 311b0a4 I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-11-01 22fa421 I18n: Update translation uk (100%). Yarema aka Knedlyk <yupadmin at gmail.com>
+2017-10-31 6c7c931 I18n: Update translation kk (100%). Baurzhan Muftakhidinov <baurthefirst at gmail.com>
+2017-10-29 855a62c Back to development Sean Davis <smd.seandavis at gmail.com>
+2017-10-29 9a17c12 Preparing for the release Sean Davis <smd.seandavis at gmail.com>
 2017-10-29 6996902 Move away from deprecated notify_notification_set_hint calls Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
 2017-10-22 03a1ade I18n: Update translation hr (100%). Ivica  Kolić <ikoli at yahoo.com>
 2017-09-29 abdc05a Fix build with clang (non-void function should return a value [-Wreturn-type]) (bug #13889) Olivier Duchateau <duchateau.olivier at gmail.com>
diff --git a/NEWS b/NEWS
index e7e5c05..fbfa124 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+0.3.3
+=====
+
+- New Feature: Multimedia Key Support
+  - Integrates with the recently added MPRIS2 support
+  - Extends multimedia key support to all MPRIS2-enabled media players
+- General:
+  - Simplified device menus
+  - Improved default volume scale increments (steps of 5, max of 150)
+  - More code cleanup, dropping unused IDO functions
+- Bug Fixes:
+  - Xfce 13677: Show volume change notifications when changed with
+    another application
+  - Xfce 13908: Change default device when changed with another application
+  - Xfce 13961: Fix flag in g_bus_watch_name_on_connection() method
+  - Xfce 13998: Fix plugin size calculation with multiple rows
+- Translation Updates: Croatian, Czech, Danish, Dutch, French, German,
+  Indonesian, Kazakh, Korean, Norwegian Bokmål, Polish, Ukrainian
+
 0.3.2
 =====
 
diff --git a/configure.ac.in b/configure.ac.in
index 3b1870e..6acde2f 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], [3])
-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