[Xfce4-commits] [xfce/exo] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Jul 25 03:23:11 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 3321bec76d924aec9a7a0c53f23fed0f168e85fb
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Jul 24 21:22:27 2017 -0400
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 479d290..ebdc1be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.11.5 (Development Release)
+======
+- New Features:
+ - ExoString: Added new exo_str_is_flag
+ - Helpers: Added Terminator (TerminalEmulator) (Xfce #13714)
+- Bug Fixes:
+ - exo-helper: Use full custom command path (Xfce #4093)
+ - exo-launch: Pass flags to preferred application (Xfce #9427)
+ - Replaced internet-mail icon with FD.o compliant emblem-mail (Xfce #13711)
+ - Dropped conflicting Vivaldi helper (Xfce #13712, Gentoo #624546)
+- Translation Updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+ Croatian, Danish, Dutch, French, German, Hebrew, Indonesian, Kazakh, Korean,
+ Lithuanian, Norwegian Bokmal, Polish, Portuguese (Brazil), Russian, Spanish,
+ Swedish, Turkish
+
0.11.4 (Development Release)
======
From a development standpoint, this release can be considered the first release
diff --git a/configure.ac.in b/configure.ac.in
index 3fc74f5..28ab132 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [1])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [11])
-m4_define([libexo_version_micro], [4])
+m4_define([libexo_version_micro], [5])
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 ********************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list