[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Sep 26 00:07:34 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 x f c e - 4 . 1 4
in repository xfce/xfce4-panel.
commit bd51a4996142876d811e64a22c27e9042330e529
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Sep 25 23:56:16 2019 +0200
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 246fa41..9f72758 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.14.1
+======
+ - Draw panel border based on position and length
+ - windowlist: Make layout consistent with xfdesktop
+ - windowmenu: Replace deprecated gtk_widget_modify_font
+ - tasklist: Resize when windows get removed (Bug #14394)
+ - systray: Fix icons without compositing (Bug #14577)
+ - pager: Fix scrolling in pager-buttons (Bug #15614)
+ - launcher: Fix visual state of arrow-button (Bug #15818)
+ - launcher: Avoid excessive left padding on popup menu (Bug #15819)
+ - Translation Updates:
+ Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (China),
+ Chinese (Taiwan), Galician, Greek, Hebrew, Indonesian, Japanese, Malay,
+ Polish, Serbian, Slovak, Swedish, Thai
+
4.14.0
======
- tasklist: Keep panel visible on drag and drop (Bug #15703)
diff --git a/configure.ac.in b/configure.ac.in
index cb38786..66bace6 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], [14])
-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