[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Apr 4 23:27:45 CEST 2020
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/libxfce4ui.
commit 3db1569ffa08b76bc262cdc4da4ba3e1ebdedefa
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Apr 4 23:27:12 2020 +0200
Updates for release
---
NEWS | 20 ++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index efe2970..2ffa596 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+4.15.2
+======
+- Added methods to replace deprecated GtkAction, GtkActionEntry and
+ GtkUiManager in order to keep simple menu creation
+ (xfce_gtk_menu_item*, etc.)
+- Add a widget for filename input (Bug #16542)
+- Enabled doc generation for XfceGtkActionEntry and related methods
+- Enabled doc generation for new widget 'xfce-filename-input'
+- Switch Ctrl+Alt+Del to xfce4-session-logout (Bug #11979)
+- Add more default keyboard shortcuts (Bug #16470)
+- shortcuts: Replace xfrun4 by xfce4-appfinder
+- shortcuts: Also map Homepage to browser
+- shortcuts: Remove calculator shortcut
+- Update gitignore
+- Translation Updates:
+ Albanian, Basque, Belarusian, Chinese (China), Chinese (Taiwan),
+ Croatian, Danish, Dutch, French, Galician, German, Hebrew, Hungarian,
+ Kazakh, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil),
+ Russian, Serbian, Slovenian, Swedish, Ukrainian
+
4.15.1
======
- Switch XfceTitledDialog to headerbar layout
diff --git a/configure.ac.in b/configure.ac.in
index 0786d7f..20af60f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [2])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [15])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_micro], [2])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list