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

noreply at xfce.org noreply at xfce.org
Sun Oct 20 00:38:45 CEST 2019


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 47d0eaf8c3828e78a83923b21fbc884c11e156b9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Oct 20 00:37:13 2019 +0200

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

diff --git a/NEWS b/NEWS
index 246fa41..b3b8c79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+4.15.0
+======
+ - Drop support for Gtk2 and 4.6 plugins
+ - Drop Gtk2/4.6-only references from the docs
+ - Don't show or try to load Gtk2 plugins anymore
+ - Add dark mode preference
+ - autohide: Add sliding out animation
+ - Draw panel border based on position and length
+ - appmenu: Listen to icon theme changes (Bug #15861)
+ - appmenu: Use panel's icon size
+ - clock: Validate timezone entry (Bug #16036)
+ - prefs: Plug memory leaks (Bug #16016)
+ - docs: Fix build by dropping unused refs (Bug #16031)
+ - pager: Fix scrolling in pager-buttons (Bug #15614)
+ - pager: Face-lift of settings dialog
+ - pager: Only show scroll-option with buttons
+ - pager: Add option to show workspace number
+ - systray: Drop "Show frame" option (Bug #14186)
+ - tasklist: Resize when windows get removed (Bug #14394)
+ - systray: Fix icons without compositing (Bug #14577)
+ - windowlist: Make layout consistent with xfdesktop
+ - windowlist: Replace deprecated gtk_widget_modify_font
+ - launcher: Fix visual state of arrow-button (Bug #15818)
+ - launcher: Avoid excessive left padding on popup menu (Bug #15819)
+ - Fix typos and improve code formatting
+ - Translation Updates:
+   Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese
+   (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician,
+   German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese,
+   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+   (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish
+
 4.14.0
 ======
  - tasklist: Keep panel visible on drag and drop (Bug #15703)
diff --git a/configure.ac.in b/configure.ac.in
index 76219df..e3c868f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
 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], [14])
+m4_define([xfce4_panel_version_minor], [15])
 m4_define([xfce4_panel_version_micro], [0])
 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