From 8a382a208596566abf133431a1cfb74a1b8756a9 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 11 Aug 2019 16:14:32 -0400 Subject: Updates for release --- NEWS | 18 +++++++++++++++++- configure.ac.in | 6 +++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6ede7c3e..ef4538ee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +4.14.0 +====== +- settings: Fix icon name +- settings: Replace GtkStock buttons +- Set XAUTHLOCALHOSTNAME in systemd user session (Bug #15440) +- Translation Updates: + Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, + Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), + Croatian, Czech, Danish, Dutch, English (Australia), English (United + Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, + Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, + Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post + 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, + Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Uighur, Ukrainian, + Vietnamese + 4.13.4 ====== - Process Gtk events prior to starting D-Bus (Bug #15712) @@ -534,4 +550,4 @@ Stable release of xfce4-session for Xfce 4.12. - The list of autostarted applications can now be altered using a simple editor application (xfce4-autostart-editor). - The xfce4-tips tool is now part of xfce4-session and well integrated with - the new autostart mechanism. + the new autostart mechanism. \ No newline at end of file diff --git a/configure.ac.in b/configure.ac.in index 4050a067..280be606 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], [13]) -m4_define([xfsm_version_micro], [4]) +m4_define([xfsm_version_minor], [14]) +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])]) -- cgit v1.2.1