[Pkg-wmaker-commits] [wmforecast] 15/63: set version 0.3

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:20:33 UTC 2015


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

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

commit 487df2f21b929402288daaf89592716d5d37e747
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Apr 21 00:43:24 2014 -0500

    set version 0.3
---
 .gitignore   |  1 +
 ChangeLog    |  2 ++
 NEWS         |  9 +++++++++
 README       | 25 ++++++++++++++-----------
 configure    | 20 ++++++++++----------
 configure.ac |  2 +-
 6 files changed, 37 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index fd2c69d..8ec172d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ icons/Makefile
 stamp-h1
 wmforecast
 wmforecast.o
+wmforecast-*.tar.gz
diff --git a/ChangeLog b/ChangeLog
index be411f6..4839eb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
 	* wmforecast.c (WriteMemoryCallback): removed check to see if result of
 	  wrealloc was NULL (wrealloc already does this)
 	* ChangeLog: corrected year in all entries (it's not 2015 yet...)
+	* NEWS, README: updated with version 0.3 info
+	* configure.ac: set version 0.3
 
 2014-04-19  Doug Torrance <dtorrance at monmouthcollege.edu>
 	* switched timer handler from pthread to WING's native WMAddPersistent-
diff --git a/NEWS b/NEWS
index a93ccc6..f02a7ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+version 0.3
+-----------
+* New features!
+  - Double click icon to refresh data
+  - Use -i or --interval option to set how frequently data is automatically
+    refreshed
+* Error messages displayed, e.g., when internet down or icon files aren't found
+* Lots of bug fixes and under-the-hood changes
+
 version 0.2
 ___________
 * Added manpage
diff --git a/README b/README
index a2f51e9..0b139da 100644
--- a/README
+++ b/README
@@ -34,17 +34,20 @@ Usage
 wmforecast [OPTIONS]
 
 Options:
-    -v, --version       print the version number
-    -h, --help          print this help screen
-    -u, --units <c|f>   whether to use Celsius or Fahrenheit (default is f)
-    -w, --woeid <woeid> Where on Earth ID (default is 2502265 for
-                        Sunnyvale, CA -- to find your WOEID, search
-                        for your city at http://weather.yahoo.com and
-                        look in the URL.)
-    -z, --zip <zip>     ZIP code or Location ID (Yahoo has deprecated this
-                        option and it is not guaranteed to work)
-(note that one of -w or -z may be used, not both)
-
+    -v, --version        print the version number
+    -h, --help           print this help screen
+    -i, --interval <min> number of minutes between refreshes (default 60)
+    -u, --units <c|f>    whether to use Celsius or Fahrenheit (default f)
+    -w, --woeid <woeid>  Where on Earth ID (default is 2502265 for
+                         Sunnyvale, CA -- to find your WOEID, search
+                         for your city at http://weather.yahoo.com and
+                         look in the URL.)
+    -z, --zip <zip>      ZIP code or Location ID (Yahoo has deprecated this
+                         option and it is not guaranteed to work)
+Notes:
+* only one of -w or -z may be used, not both
+
+* double click the icon at any time to refresh data
 
 Copyright
 =========
diff --git a/configure b/configure
index ba026cb..c422dcb 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wmforecast 0.2.
+# Generated by GNU Autoconf 2.69 for wmforecast 0.3.
 #
 # Report bugs to <dtorrance at monmouthcollege.edu>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='wmforecast'
 PACKAGE_TARNAME='wmforecast'
-PACKAGE_VERSION='0.2'
-PACKAGE_STRING='wmforecast 0.2'
+PACKAGE_VERSION='0.3'
+PACKAGE_STRING='wmforecast 0.3'
 PACKAGE_BUGREPORT='dtorrance at monmouthcollege.edu'
 PACKAGE_URL=''
 
@@ -1240,7 +1240,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures wmforecast 0.2 to adapt to many kinds of systems.
+\`configure' configures wmforecast 0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1306,7 +1306,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of wmforecast 0.2:";;
+     short | recursive ) echo "Configuration of wmforecast 0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1409,7 +1409,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-wmforecast configure 0.2
+wmforecast configure 0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1510,7 +1510,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by wmforecast $as_me 0.2, which was
+It was created by wmforecast $as_me 0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2373,7 +2373,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='wmforecast'
- VERSION='0.2'
+ VERSION='0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4291,7 +4291,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by wmforecast $as_me 0.2, which was
+This file was extended by wmforecast $as_me 0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4357,7 +4357,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-wmforecast config.status 0.2
+wmforecast config.status 0.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 3224c21..250cb3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmforecast], [0.2], [dtorrance at monmouthcollege.edu])
+AC_INIT([wmforecast], [0.3], [dtorrance at monmouthcollege.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_HEADER([config.h])   

-- 
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