[Pkg-wmaker-commits] [wmforecast] 09/14: Release version 0.11.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Apr 3 19:39:22 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository wmforecast.

commit 91d115b0f6b7c02901e543abbe66479ccd8e3d3d
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Apr 1 15:51:50 2016 -0400

    Release version 0.11.
---
 ChangeLog    | 39 +++++++++++++++++++++++++++++++++++++++
 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 3 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6ddaf67..3eabf47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* ChangeLog, NEWS, configure.ac: Release version 0.11.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* README: Add options to README rather than referring user elsewhere.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* README, configure.ac, wmforecast.c: Update URL.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* TODO: Remove TODO; we'll use GitHub issues instead.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmforecast.c: Reset timer countdown upon refresh.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmforecast.c: If we have an error, refresh in one minute. (Fixes: #1)
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmforecast.c: Change comment style for copyright header.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* README, wmforecast.c: Update copyright years.
+
+2016-04-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmforecast.c: Improve error handling.  Sometimes (still need to
+	investigate when and how this happens), the xml file we get doesn't
+	have the expected format.  Then we could end up with a NULL xmlNodePtr,
+	which causes a segfault when trying to access its children.
+
 2016-03-26  Doug Torrance <dtorrance at piedmont.edu>
 
 	* ChangeLog, NEWS, configure.ac: Release version 0.10.
diff --git a/NEWS b/NEWS
index 992c5fb..a9017eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+version 0.11
+------------
+* New Yahoo! API gives us bad xml pretty frequently, which was causing
+  frequent segfaults.  We display an error instead.
+* If we get an error, we try again in 1 minute.
+* If we manually refresh the display, the countdown to the next automatic
+  refresh is reset to the default interval.  (Previously, if it was set to
+  refresh every 60 minutes and we manually refreshed it after 10 minutes,
+  it would refresh again after 50 minutes.  Now it will refresh again after
+  60 minutes.)
+
 version 0.10
 ------------
 * Update to work with new Yahoo! Weather API.
diff --git a/configure.ac b/configure.ac
index 95d787f..6ec3f44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmforecast], [0.10], [dtorrance at piedmont.edu], [wmforecast],
+AC_INIT([wmforecast], [0.11], [dtorrance at piedmont.edu], [wmforecast],
 	[http://wmforecast.friedcheese.org])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_SRCDIR([configure.ac])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list