summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-09-29 22:47:52 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2021-09-29 22:47:52 +0200
commita08a6b87504312a93ad04948df939a65dce708e3 (patch)
tree280f77c887ccf07c391d72dffc5aa9fc53b612f0
parent2f26bfb8339792f7b43241df86e12e367d9c0828 (diff)
downloadexo-a08a6b87504312a93ad04948df939a65dce708e3.tar.gz
Updates for releaseexo-4.17.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac.in4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e17900b..1b6f405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.17.1
+======
+- Add typecheck to prevent Gtk-CRITICAL (Issue #63)
+- Initialize `modifier` at the time of declaration
+- Remove redundant code
+- Fix AC_LANG_SOURCE macro
+- Fix `G_UNLIKELY` check
+- Fix memory leak
+- exo_strdup_strftime: Support additional encoding (Issue #66)
+- exo-die: Add trusted flag support
+- Translation Updates:
+ Catalan, Galician, Indonesian, Kazakh, Spanish
+
4.17.0
======
- Keep execute permission bit after launcher modification (Issue #64)
diff --git a/configure.ac.in b/configure.ac.in
index 2fe366c..ef145f9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [2])
m4_define([libexo_version_major], [4])
m4_define([libexo_version_minor], [17])
-m4_define([libexo_version_micro], [0])
+m4_define([libexo_version_micro], [1])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************