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

noreply at xfce.org noreply at xfce.org
Mon Aug 14 13:34:49 CEST 2017


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 543b852878aaee31b345568ccdfa9f3b52e06cc2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Aug 14 13:33:23 2017 +0200

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

diff --git a/NEWS b/NEWS
index 1e3ccf1..756ade0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+4.13.1
+======
+- Port to GDBus (Ali)
+   This means the panel now depends on xfconf 4.13 - recommended is 4.13.3.
+- Features:
+  - systray: Allow ordering of items (Bug #11929)
+  - tasklist: Add styleclass to make life easier for themers
+- Bugfixes:
+  - Fix DND between external plugins (Bug #13687)
+  - Fix drag and drop for internal plugins (Bug #13642)
+  - Correct enter and leave opacity label positions (Bug #13594)
+  - Fix Gtk3 XfceArrowButtons not blinking (Bug #13599)
+  - Fix datarootdir declaration in .pc files (Bug #13589)
+  - Use fd.org terminal icon name (Bug #13592)
+  - Don't let the wrapper crash on unknown properties (Bug #13614)
+  - Set default panel-2 size of default settings
+  - windowmenu: Fix icon size in menu
+  - systray: Fix alignment of single non-square items (Bug #9095)
+  - clock: Make the default date and time format translatable (Bug #9637)
+- Translation updates: Arabic, Bengali, Bulgarian, Catalan, Chinese (China),
+   Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), French, German,
+   Hebrew, Indonesian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
+   Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Spanish, Swedish,
+   Turkish, Ukrainian
+
 4.13.0
 ======
 - Port to Gtk3:
diff --git a/configure.ac.in b/configure.ac.in
index f964eda..ce7f97b 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], [13])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
 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