[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Mon Apr 6 23:40:29 CEST 2020


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

o   c   h   o   s   i       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 xfce/xfce4-panel.

commit 9f985e2d980965dc748d3d21d84e2c66f7e35b44
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Apr 6 23:39:58 2020 +0200

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

diff --git a/NEWS b/NEWS
index 6bd8136..8c2e11e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+4.15.2
+======
+- panel: Improve autohide animation
+- panel: Add "popdown-speed" property to adjust autohide animation
+- panel: Fix autohide state machine
+- panel: Fix cancellation of autohide animation
+- panel: Immediately show panel in intellihide
+- panel: Don't tamper with leave_opacity value (Bug #16296)
+- launcher: Show desktop actions in context menu
+- plugin: Show custom menu items below plugin name
+- tasklist: Hide brackets for min windows by default
+- tasklist: Fix crash middle-click-closing grouped windows (Bug #16410)
+- systray: Basic support for symbolic icons
+- systray: Silence deprecation warnings
+- systray: Remove superfluous warning
+- Improve wording in "Remove plugin" dialog (Bug #9000)
+- settings: Add keywords for discoverability (Bug #10694)
+- Fix GTimeVal deprecation (Bug #16643)
+- Fix memory leak in panel plugin wrapper (Bug #16640)
+- Update docstring
+- Update libxfce4panel symbols
+- Make var names more consistent
+- Fix cast
+- Fix typo
+- Fix indentation
+- Translation Updates:
+  Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
+  Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician,
+  Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh,
+  Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+  (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian
+
 4.15.1
 ======
 - Enable dark-mode by default
diff --git a/configure.ac.in b/configure.ac.in
index b2bc854..1402dbb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [15])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_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