[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri May 4 00:42:17 CEST 2018
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 6d755c759af735b9659ff9a76003457f11206b70
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri May 4 00:36:52 2018 +0200
Updates for release
---
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e43aa8c..2fabb39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.13.3
+======
+- Bugfixes:
+ - Get the actual widget state flags to avoid constant redraws (Bug #14307)
+ - launcher: Fix empty button in remove launcher dialog (Bug #13962)
+ - launcher: Make sure icons are not oversize
+ - launcher: Make sure the appropriate icon size is used
+ - launcher: Fix resizing of pixbuf based icons (Bug #14138)
+ - Move "Separator" to the top of the "Add New Items..." menu (Bug #14086)
+ - Make a couple of strings translatable (Bug #14338)
+ - Make former GtkStock dialog buttons translateable (Bug #14338)
+ - Make double-click add plugin in the "Add item" dialog (Bug #9784)
+ - clock: Improve discoverability of tooltip help-texts (Bug #11708)
+ - Correctly initialize return value (Bug #10873)
+ - Gtk+3 fixes:
+ Fix various warnings with Gtk3 (Bug #14135)
+ Fix Gtk+3 version in ifdef
+ Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)
+ Try to fix menu positioning with Gtk3.22
+ - Various icon fixes:
+ Switch to GtkIconTheme (Bug #14125)
+ Fix missing icons with Adwaita icon theme (Bug #14133)
+ Fix remaining deprecated icon names
+- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
+ Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
+ French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese,
+ Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian),
+ Russian, Serbian, Turkish, Ukrainian
+
4.13.2
======
- Add support for gobject-introspection (Vidar Haarr)
diff --git a/configure.ac.in b/configure.ac.in
index 867afc8..1c0e547 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], [2])
+m4_define([xfce4_panel_version_micro], [3])
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