[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 02/03: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Jun 2 06:05:17 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d 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 thunar-plugins/thunar-vcs-plugin.
commit 01ad63d13d170ffbd2582dbc5de537c09e8e08b8
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Jun 2 00:55:17 2018 -0300
Updates for release
---
NEWS | 13 +++++++++++++
configure.ac.in | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index fa3882b..83b2fd5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.1.90
+=====
+- GTK3 Port.
+- Thunarx-3 Port (Thunar >=1.7.0 required).
+- Remove spaces before ellipsis (Bug #14264).
+- Translation updates.
+
+0.1.5
+=====
+- Tons of svn improvements/fixes, courtesy of Stefan Sperling.
+- Fixed MACRO naming in makefiles (Bug #7850).
+- Fixed invalid usage of g_quark_from_static_string (Bug #6322).
+
0.1.4
=====
- Make it possible to disable subversion.
diff --git a/configure.ac.in b/configure.ac.in
index dc4647b..b6022f9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,7 +20,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([tvp_version_major], [0])
m4_define([tvp_version_minor], [1])
-m4_define([tvp_version_micro], [5])
+m4_define([tvp_version_micro], [90])
m4_define([tvp_version_build], [@REVISION@])
m4_define([tvp_version_tag], []) # Leave empty for releases
m4_define([tvp_version], [tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(), [], [], [tvp_version_tag()-tvp_version_build()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list