[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for development release
noreply at xfce.org
noreply at xfce.org
Wed May 24 23:02:36 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 9221757ce763a10a81d47f64d872d73e905ec781
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed May 24 22:59:35 2017 +0200
Updates for development release
---
NEWS | 28 ++++++++++++++++++++++++++++
configure.ac.in | 2 +-
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 9eb09d8..1e3ccf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+4.13.0
+======
+- Port to Gtk3:
+ The port is the result of the hard work Nick, Peter, Andrzejr, Simon and
+ many others that helped with testing, patches and translations.
+- Features:
+ - Support for the "primary" monitor option in RandR
+ - Gtk2 plugins are still supported and work almost completely fine
+ (see regressions below)
+- Deprecations:
+ - xfce_panel_image is deprecated, instead plugins shall use GtkImage and
+ xfce_panel_plugin_get_icon_size which introduces defined icon size-steps
+ to avoid fuzzy icons
+- Known regressions:
+ - The panel is not visually focused by default (fixed in Xfwm4>=4.12.4)
+ - Moving panel plugins via drag and drop on the panel directly via the plugins
+ context menu action "Move" is currently broken (works fine in preferences dialog)
+ - Small regression with intelligent hiding (when opening a menu, the panel
+ hides and comes back immediately while it should just remain visible)
+ - Enter/leave opacity does not work for Gtk2 plugins
+ - Not all panel settings may be kept as the configuration is not 100% backward
+ compatible (e.g. we're using GdkRGBA instead of GdkColor for the backgorund)
+- Known todos:
+ - Fix all bugs/regressions
+ - Remove more/all Gtk+ deprecations
+ (lots of warnings when compiling currently)
+- Lots of translations updates
+
4.12.1
======
- Long overdue maintenance release.
diff --git a/configure.ac.in b/configure.ac.in
index 18c0df7..ffe48de 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_panel_version_minor], [13])
m4_define([xfce4_panel_version_micro], [0])
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