summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-12-23 00:24:01 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-23 00:24:01 +0100
commitfed91c82f65eb154e52b193c4ad2b72df49713ca (patch)
tree4bf1d1826bb5ccb2591e1a90040ce5087f915bf2
parentc2b423b5fd944d6de1ac71baf1749dd9d509d089 (diff)
downloadexo-fed91c82f65eb154e52b193c4ad2b72df49713ca.tar.gz
Updates for releaseexo-4.16.0
-rw-r--r--NEWS13
-rw-r--r--configure.ac.in6
2 files changed, 15 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e1d3b0d..bdc298a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.16.0
+======
+- Focus must not be required in single click mode (Issue #190)
+- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
+- Adjust padding only for vertical item orientation (Issue #48)
+- bump glib (and gio, gthread, etc) to 2.50.0
+- Fix GCC warning (false negative)
+- Translation Updates:
+ Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian,
+ Slovenian, Turkish, Vietnamese
+
4.15.3
======
- Re-grab tree selection to prevent rare crash (Issue #46)
@@ -933,4 +944,4 @@ Other changes:
the gnome-ice module of libgnomeui.
- libexo no longer requires SSL on non-BSD systems, since a MD5 fallback
implementation was added, which will be used if the system doesn't
- provide MD5_* functions. \ No newline at end of file
+ provide MD5_* functions.
diff --git a/configure.ac.in b/configure.ac.in
index 5bf0f8b..6ba34ff 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ dnl ***************************
m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [2])
m4_define([libexo_version_major], [4])
-m4_define([libexo_version_minor], [15])
-m4_define([libexo_version_micro], [3])
+m4_define([libexo_version_minor], [16])
+m4_define([libexo_version_micro], [0])
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 ********************************************