summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-23 00:10:00 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-12-23 00:10:00 +0100
commitd53c5c7ac0a1be51213abf14371ba63a7c8292d3 (patch)
tree569cecbe3132438af2173e0c5f01636c7a4a2f77
parent939ce5ae2ead40824f422c1fdd9950fe9461caf6 (diff)
downloadxfce4-session-d53c5c7ac0a1be51213abf14371ba63a7c8292d3.tar.gz
Updates for releasexfce4-session-4.16.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac.in6
2 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c13a7d19..edafa875 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.16.0
+======
+- settings: Accept all types of GIcon
+- settings: Adjust inline toolbar
+- Fix compilation with -Wmissing-prototypes
+- Don't warn when there are no saved sessions
+- bump glib (and gio, gthread, etc) minimum to 2.50.0
+- Remove GSourceFunc casts
+- Update .gitignore
+- Add README.md to EXTRA_DIST
+- Translation Updates:
+ Basque, Chinese (China), Czech, Danish, Estonian, French, Galician,
+ Hebrew, Hindi, Indonesian, Italian, Lithuanian, Norwegian Bokmål,
+ Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian,
+ Turkish, Vietnamese
+
4.15.1
======
- Fix potential crash in suspend and shutdown (Fixes #65)
diff --git a/configure.ac.in b/configure.ac.in
index f39556b2..4f21c8f1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl
dnl Version information
m4_define([xfsm_version_major], [4])
-m4_define([xfsm_version_minor], [15])
-m4_define([xfsm_version_micro], [1])
+m4_define([xfsm_version_minor], [16])
+m4_define([xfsm_version_micro], [0])
m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfsm_version_build], [@REVISION@])
-m4_define([xfsm_version_tag], [git])
+m4_define([xfsm_version_tag], [])
m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [yes], [minimum])])