[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Jul 1 00:22:50 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 133ab04dd4d254acb0494af182f12f64f902e61c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Jul 1 00:22:32 2019 +0200
Updates for release
---
NEWS | 24 ++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d884dc8..2a3a189 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+4.13.6
+======
+- Update default panel layout
+- Bugfixes:
+ - Retain original GDK_CORE_DEVICE_EVENTS setting for plugins (Bug
+ #15044)
+ - directorymenu: Fix plugin menu autohide behaviour
+ - prefs: Add missing mnemonic accelerators (Bug #15652)
+ - prefs: Improve window title (Bug #15653)
+ - prefs: Correct capitalization of labels (Bug #15651)
+ - arrow-button: Allow connect_after signals on draw
+ - tasklist: Draw grouped windows count indicator (Bug #10844)
+ - tasklist: Only base bg color of group indicator on Gtk theme
+ - tasklist: Avoid draw signal loop
+ - tasklist: Don't show actionsmenu in grouped windows (Bug #15622)
+ - Add more accelerators to dialog buttons (Bug #15490)
+ - AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
+ - Fix typo in debug output
+- Translation updates:
+ Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch (Flemish), English (Australia), French,
+ German, Italian, Lithuanian, Polish, Portuguese, Portuguese
+ (Brazilian), Serbian, Spanish, Turkish
+
4.13.5
======
- Bugfixes:
diff --git a/configure.ac.in b/configure.ac.in
index dd940cc..f2e7df6 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], [5])
+m4_define([xfce4_panel_version_micro], [6])
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