summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2022-03-15 21:24:48 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2022-03-15 21:24:48 +0100
commit43479767f2aa690758de23daba2b3852a58fd95c (patch)
tree294bf4c7d86e8dbb48dfbc1aee4e2a71f7648e6f
parent91dd545d100ff7d4fcd812b0b1b41f3ab07c5cdd (diff)
downloadlibxfce4ui-43479767f2aa690758de23daba2b3852a58fd95c.tar.gz
Updates for releaselibxfce4ui-4.17.5
-rw-r--r--NEWS11
-rw-r--r--configure.ac.in4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b130181..ce6cc7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.17.5
+======
+- XfceShortcutsEditor: Allow NULL for section name and document it
+- XfceShortcutsEditor: Add new vectorized constructor
+- i18n: Do not use textdomain() in libs
+- XfceShortcutsEditor: Remove label formatting if necessary
+- Simplify startup notification timeout
+- XfceShortcutsDialog: center the dialog on the parent window
+- Translation Updates:
+ Danish, Russian
+
4.17.4 (2022-02-21)
======
- Replace duplicate logic with xfce_str_replace
diff --git a/configure.ac.in b/configure.ac.in
index eb1eee8..75258d4 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], [17])
-m4_define([libxfce4ui_version_micro], [4])
+m4_define([libxfce4ui_version_micro], [5])
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])