[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Nov 3 16:51:40 CET 2019
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 panel-plugins/xfce4-time-out-plugin.
commit 26d73b827a7788d2708763116756c0b21df164ea
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Nov 3 12:50:59 2019 -0300
Updates for release
---
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 49a53cd..a55308a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.1.0 (03/11/2019)
+======
+- GTK3 Port
+- React to panel "mode," not "orientation" (Bug #15840)
+- Make time out plugin respect panel icon size (Bug #15839)
+- Allow compilation with panel 4.15
+- Make build less verbose
+- Translation Updates: Croatian, Galician, Italian
+
1.0.3 (13/9/2019)
=====
- make strings translatable (fixes #8716)
diff --git a/configure.ac.in b/configure.ac.in
index 91d2fef..341136e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,8 +9,8 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
-m4_define([time_out_version_minor], [0])
-m4_define([time_out_version_micro], [3])
+m4_define([time_out_version_minor], [1])
+m4_define([time_out_version_micro], [0])
m4_define([time_out_version_build], [r at REVISION@])
m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list