[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Feb 23 01:44:29 CET 2020
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 panel-plugins/xfce4-weather-plugin.
commit 6771ef9c0024b4e241de8ccdbccf51910f129e76
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Feb 22 19:44:15 2020 -0500
Updates for release
---
NEWS | 13 +++++++++++++
configure.ac.in | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5a14173..fbab91f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.10.1
+======
+- Switch to 'locationforecast' product and use a more recent API
+version (bug #16268)
+- Fix invalid scrollbar index to add a label (bug #16023)
+- Update URLs from goodies.x.o to docs.x.o (bug #16182)
+- Fix build with panel 4.15
+- Make build output less verbose
+- Use standard icon names (bug #16059)
+- Translation Updates:
+ Albanian, Croatian, Finnish, Galician, Greek, Portuguese, Slovak,
+ Slovenian,
+
0.10.0
======
- Translation Updates:
diff --git a/configure.ac.in b/configure.ac.in
index 17afc43..672ff60 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,9 +10,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [10])
-m4_define([weather_version_micro], [0])
+m4_define([weather_version_micro], [1])
m4_define([weather_version_build], [@REVISION@])
-m4_define([weather_version_tag], [git])
+m4_define([weather_version_tag], [])
m4_define([weather_version], [weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(), [git], [weather_version_tag()-weather_version_build()], [weather_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