summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-06-26 22:38:27 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2021-06-26 22:38:27 +0200
commit31677d19c2793f14dcad149be7cf280bd7c1cfb3 (patch)
tree94b2fd6d993e9fe42d11b2c17fe50c36f1002940
parente22b7306c448ce1903950eca6398144c78a4e6c6 (diff)
downloadlibxfce4ui-4.17.0.tar.gz
Updates for releaselibxfce4ui-4.17.0
-rw-r--r--NEWS34
-rw-r--r--configure.ac.in4
2 files changed, 36 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b3e00a0..b2dc0e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+4.17.0
+======
+- added xfce_gtk_label_set_a11y_relation to be used by various components
+- initialize base_property prior xfce_shortcuts_provider_register
+- about: Replace stock with regular button
+- about: Make Close button translateable (Fixes #41)
+- Check if pixbuf is valid before unref
+- shortcuts: Add Alt+Super+s for orca (Fixes #39)
+- shortcuts-grabber: Filter grabbing by key group
+- shortcuts-grabber: Redesign shortcut regrabbing (Bug #33)
+- shortcuts-grabber: Stop search when the first match is found
+- shortcuts: Fix a memory leak
+- shortcuts-grabber: Record xkb state group (Bug #33)
+- about: Fix invalid length and Zink renderer string
+- Don't leak pixbuf
+- XfceTitledDialog: Add pixbuf support as fallback
+- Revamp the documentation to uniformize accross components
+- Prevent resizing on message display with XfceFilenameInput
+- Delay whitespace warning in XfceFilenameInput
+- Fix cast alignment warning
+- Remove Gtk2 leftovers
+- Don't reserve vertical space for subtitles in headerbars
+- Translation Updates:
+ Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
+ Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
+ (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
+ Eastern Armenian, English (Australia), English (United Kingdom),
+ Estonian, Finnish, French, Galician, German, Greek, Hebrew,
+ Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
+ Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
+ Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
+ Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
+ Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
+
4.16.0
======
- about: Harmonize capitalisation
diff --git a/configure.ac.in b/configure.ac.in
index 8eb152b..e99fc2d 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], [16])
+m4_define([libxfce4ui_version_minor], [17])
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])