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

noreply at xfce.org noreply at xfce.org
Sun Oct 29 17:01:46 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 9a17c12d2b4bd52dc0a694947dd7e6a3688ec974
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Oct 29 12:00:50 2017 -0400

    Preparing for the release
---
 ChangeLog       | 11 +++++++++++
 NEWS            | 12 ++++++++++++
 configure.ac.in |  4 ++--
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2165098..5ab94c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
 # created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+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>
+2017-10-14 7c2e79a Fix panel icon too big with high DPI (bug #13894) Sean Davis <smd.seandavis at gmail.com>
+2017-10-10 ecf0ef0 I18n: Update translation pt_BR (100%). Andre Miranda <andre42m at gmail.com>
+2017-10-08 be7c79a I18n: Update translation sv (100%). Påvel Nicklasson <pavel2 at frimix.se>
+2017-10-07 462e663 I18n: Update translation zh_CN (100%). xiaobo zhou <zhouxiaobo.500 at gmail.com>
+2017-10-03 5b5d419 I18n: Update translation de (100%). Vinzenz Vietzke <vinz at vinzv.de>
+2017-09-30 ec8284d I18n: Update translation da (100%). Anonymous <noreply at xfce.org>
+2017-09-29 bb7c23d Back to development Sean Davis <smd.seandavis at gmail.com>
+2017-09-29 dd2d6dd Preparing for the release Sean Davis <smd.seandavis at gmail.com>
 2017-09-28 6d92444 I18n: Update translation he (100%). Elishai Eliyahu <e1907 at mm.st>
 2017-09-27 8884abe I18n: Update translation pt (100%). José Vieira <jvieira33 at sapo.pt>
 2017-09-27 5b4cb1a I18n: Update translation pl (100%). Anonymous <noreply at xfce.org>
diff --git a/NEWS b/NEWS
index 17cae17..e7e5c05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.3.2
+=====
+
+- General:
+  - Replace deprecated notify_notification_set_hint calls
+- Bug Fixes:
+  - Xfce 13889: Fix build with clang (non-void function should return a value
+    [-Wreturn-type])
+  - Xfce 13894: Fix panel icon size with high DPI
+- Translation Updates: Chinese (China), Danish, German, Portuguese (Brazil),
+  Swedish
+
 0.3.1
 =====
 
diff --git a/configure.ac.in b/configure.ac.in
index 05d7d41..a1e00a7 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], [1])
+m4_define([pulseaudio_version_micro], [2])
 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