[Pkg-wmaker-commits] [wmtime] 82/101: wmtime: Bump to version 1.3.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:31 UTC 2015


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

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

commit 97e7dd14c060df3c0074a984822402bb717ccb8b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon May 25 17:21:35 2015 -0500

    wmtime: Bump to version 1.3.
---
 CHANGES  | 26 ++++++++++++++++++++++++++
 wmtime.c |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 47ceb52..d4079c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,32 @@ WMTime changes.
 Version         Description
 --------------------------------------------------------------
 
+1.3		- Released 150525
+		- Update to latest version of wmgeneral library.
+		- Fix typos. Ran `codespell -w`.
+		- Tidy #includes based on results of include-what-you-use.
+		- Add -c command line option allowing users to set color.
+		- Fix overflow warning; mask bitmap should be unsigned.
+		- Use #defines to avoid variable length arrays.
+		- Replace C++ style comments.
+		- Fix "ordered comparison of pointer with integer zero" warning.
+		  Also take the opportunity to add an error message when
+		  iconv_open fails.
+		- Update TODO. In particular,
+		  + Remove note about version 1.0 (was never released).
+		  + Remove note about LED colors (implemented).
+		  + Remove note about language files (unnecessary with locale
+		    support).
+		  + Update email address.
+		- Add proper copyright header.
+		- Update README. In particular,
+		  + Fix typo.
+		  + Mention newer command line options.
+		  + Drop 17-year-old architecture information.
+		- Update HINTS. In particular,
+		  + Add newer command line options.
+		  + Update Window Maker instructions.
+
 1.2		- Released 150103
 		- Remove unused variables.
 		- Use rm -f in make clean.
diff --git a/wmtime.c b/wmtime.c
index 5d6a0b9..687215e 100644
--- a/wmtime.c
+++ b/wmtime.c
@@ -103,7 +103,7 @@ const char* default_left_action = NULL;
 const char* default_middle_action = NULL;
 const char* default_right_action = NULL;
 
-#define WMTIME_VERSION "1.2"
+#define WMTIME_VERSION "1.3"
 
   /********************/
  /* Global Variables */

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



More information about the Pkg-wmaker-commits mailing list