[Pkg-wmaker-commits] [wmforecast] 03/03: Release version 0.9.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jan 17 23:07:01 UTC 2016


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

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

commit 621c0f92b0d05b99e09dc48ae90539c60bb19be9
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Jan 17 17:59:30 2016 -0500

    Release version 0.9.
---
 ChangeLog    | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS         | 12 +++++++++++
 configure.ac |  2 +-
 3 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5de3f3a..9b2d9ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+2016-01-17  Doug Torrance <dtorrance at piedmont.edu>
+
+	* ChangeLog, NEWS, configure.ac: Release version 0.9.
+
+2015-10-28  Doug Torrance <dtorrance at piedmont.edu>
+
+	* configure.ac, wmforecast.1.in: Remove newline at end of DATE which
+	  caused a messed-up manpage.  Also switch PACKAGE_STRING to
+	  PACKAGE_VERSION in manpage.
+
+2015-09-20  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmforecast.c: Update copyright header.
+	* configure.ac: Use date from ChangeLog for manpage instead of
+	  system date.  Allows reproducible builds.
+	* AUTHORS, configure.ac, wmforecast.1.in: Update email address.
+	* TODO: Update TODO.
+	* wmforecast.c: wmforecast.c: Add new colors to preferences GUI
+	  (revised).
+
+2014-11-16  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* README: Simplify README.
+	* configure.ac, wmforecast.1.in: Manpage now manually updated. Date
+	  and version inserted by autoconf.
+	* Makefile.am, configure.ac: Remove dependency on help2man.
+	* wmforecast.c: Keep track of last time weather was
+	  retrieved; display in balloon.
+
+2014-11-02  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* wmforecast.c: Use consistent code formatting.  In
+	  particular, minimize warnings from checkpatch.pl in the Window
+	  Maker source tree.
+
+2014-11-01  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* wmforecast.c: Combine background color with icon to
+	  remove black border.
+
+2014-10-31  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* wmforecast.c: Switch preferences to use
+	  WMUserDefaults instead of manually writing my own PropList stuff.
+	  Moves location of preferences file to ~/GNUstep/Defaults/wmforecast.
+
+
+2014-10-30  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* wmforecast.c: Add new colors to preferences GUI.
+	* wmforecast.c: Add command line options to set
+	  colors.  In particular, -b or --background can be used to set the
+	  background color and -t or --text can be used to set the text color.
+	  These can also be set in ~/.config/wmforecast/wmforecastrc by setting
+	  "background" and "text", respectively.
+
+2014-10-29  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* wmforecast.c: Simplify --help output, add homepage.
+	* wmforecast.c: Print -help text when invalid command line option given.
+	* wmforecast.c: Use PACKAGE_STRING for --version; update to reflect GNU
+	  coding standards
+	  (http://www.gnu.org/prep/standards/html_node/_002d_002dversion.html).
+	* configure.ac: Remove AC_SUBST(VERSION); unnecessary.
+	* .gitignore: Add auto-generated files previously under	version control.
+	* INSTALL, config.h.in, depcomp, install-sh: Remove
+	autotools-generated files.
+	* wmforecast.c: Move default colors to #defines.
+	* TODO: TODO: New file.
+
 2014-10-21  Doug Torrance <dtorrance at monmouthcollege.edu>
 	* icons/wmforecast.svg: update license information
 	* README: update homepage
diff --git a/NEWS b/NEWS
index 3cd0ab1..efe89e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+version 0.9
+-----------
+* New feature!
+  - You may change the background or text colors either using the command line
+    (-b or --background for background, -t or --text for text), or by using the
+    preferences GUI.
+* The configuration file has been moved to the GNUstep Defaults directory
+  (likely ~/GNUstep/Defaults/wmforecast -- note this is the same directory as
+  the Window Maker configuration files).  You may also store system-wide
+  configuration in, e.g., /etc/GNUstep/Defaults/wmforecast.  This move takes
+  advantage of several built-in WINGs functions.
+
 version 0.8
 -----------
 * Update license information in svg icon.
diff --git a/configure.ac b/configure.ac
index 2bf354f..d5c668b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmforecast], [0.8], [dtorrance at piedmont.edu])
+AC_INIT([wmforecast], [0.9], [dtorrance at piedmont.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