[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Tue Jun 23 21:03:13 CEST 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit f7982d4658e808faba1f8cbd10848220dddbbcc1
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue Jun 23 20:56:06 2015 +0200

    Updates for release
---
 NEWS            |    9 +++++++++
 configure.ac.in |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 660b92e..fed9a7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.8.6
+=====
+- Add ACLOCAL_AMFLAGS to Makefile.am
+- Remove negative sign when temperature is rounded to 0 °F (bug #11604)
+- Fix IT_PROG_INTLTOOL warning
+- Translation updates: Asturian, Bulgarian, French, Greek, Icelandic,
+  Lithuanian, Norwegian Bokmål, Norwegian Nynorsk, Russian, Slovenian,
+  Spanish, Swedish, Turkish
+
 0.8.5
 =====
 - Many translation updates
diff --git a/configure.ac.in b/configure.ac.in
index 6a0238d..f883c7c 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], [8])
-m4_define([weather_version_micro], [5])
+m4_define([weather_version_micro], [6])
 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