[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri May 17 15:01:12 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 330e76a6c27eb77e39a08d8a19680388bd044872
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri May 17 15:00:39 2019 +0200
Updates for release
---
NEWS | 23 +++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index fb94ce4..d884dc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+4.13.5
+======
+- Bugfixes:
+ - Revert "Applications menu icon sizing fixes" (Bug #14976)
+ - Make sure panel plugin icons aren't clipped (LP #1756608)
+ - actions: use a different icon for hybrid sleep when possible (Bug #15204)
+ - Fix compiler error -Wcast-function-type (GCC 8)
+ - Fix alpha-transparent background images (Bug #14850)
+ - Fix this use of "defined" may not be portable
+ - Bump glib version to 2.42.0
+ - tasklist: Activate parent windows (Bug #15307)
+ - launcher: Fix tooltip icon size (Bug #15319)
+ - Hide systray frame in default panel config
+ - separator: Use symbolic icon for more clarity (Bug #15359)
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
+ Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Czech, Danish,
+ Dutch (Flemish), English (Australia), English (Great Britain), Estonian,
+ Finnish, Galician, German, Greek, Icelandic, Indonesian, Italian, Kazakh,
+ Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan,
+ Panjabi, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian,
+ Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur,
+ Vietnamese
+
4.13.4
======
- Add per-panel setting "icon-size"
diff --git a/configure.ac.in b/configure.ac.in
index 57c3862..6a7fff7 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], [4])
+m4_define([xfce4_panel_version_micro], [5])
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