[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Dec 5 09:51:56 CET 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/libxfce4ui.
commit d6271790327394fca64f39caad816f2f15a0a0c8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Dec 5 09:49:14 2019 +0100
Updates for release
---
NEWS | 30 +++++++++++++++++++++++++++---
configure.ac.in | 6 +++---
2 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 5469301..3c1ceb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+4.15.0
+======
+- Drop support for Gtk2
+- Make glibtop an optional dependency ("About System" tab)
+- about: Add system info tab
+- about: Hide system tab conditionally
+- dialogs: Use symbolic window-close icon
+- Fix Window has not been made visible when grabbing keyboard (Bug #16054)
+- Do not use gdk_screen_get_monitor_at_point (Bug #15781)
+- Replace gtk_show_uri (Bug #15781)
+- Replace gdk_display_get_screen (Bug #15781)
+- Replace gdk_keymap_get_default (Bug #15781)
+- Replace deprecated device functions (Bug #15781)
+- Replace gdk_error_trap_* and gdk_flush (Bug #15781)
+- Ignore what is hard to replace (Bug #15781)
+- Bump gtk to 3.22 (Bug #15781)
+- Add a dialog to confirm closure of multiple tabs (bug #15873)
+- Translation Updates:
+ Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
+ Dutch, English (United Kingdom), Finnish, French, Galician, German,
+ Hungarian, Interlingue, Italian, Japanese, Korean, Norwegian Bokmål,
+ Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian,
+ Serbian, Slovak, Slovenian, Spanish, Turkish
+
4.14.1
======
@@ -18,9 +42,9 @@
======
- Update active contributors
- Translation Updates:
- Albanian, Belarusian, Catalan, Danish, Dutch (Flemish), English
- (Australia), Finnish, Galician, Hebrew, Hungarian, Italian, Japanese,
- Kazakh, Malay, Portuguese, Portuguese (Brazilian), Russian, Serbian,
+ Albanian, Belarusian, Catalan, Danish, Dutch (Flemish), English
+ (Australia), Finnish, Galician, Hebrew, Hungarian, Italian, Japanese,
+ Kazakh, Malay, Portuguese, Portuguese (Brazilian), Russian, Serbian,
Spanish, Thai, Turkish
4.13.5
diff --git a/configure.ac.in b/configure.ac.in
index a928bfa..3e4831d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,11 +8,11 @@ dnl ***************************
m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [2])
m4_define([libxfce4ui_version_major], [4])
-m4_define([libxfce4ui_version_minor], [14])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_minor], [15])
+m4_define([libxfce4ui_version_micro], [0])
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