[Pkg-wmaker-commits] [wmitime] 115/127: wmitime: Bump to version 0.4.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:45 UTC 2015


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

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

commit 46b9ebc29b77623f06931bda7b0163b28d09c203
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Dec 20 01:57:12 2014 -0600

    wmitime: Bump to version 0.4.
---
 CHANGES   | 36 ++++++++++++++++++++++++++++++++++++
 README    |  2 +-
 wmitime.c |  2 +-
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index dd7749a..71fc433 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,41 @@
 Version		Description
 --------------------------------------------------------------
+0.4		* Update GPL text and Free Software Foundation address.
+		* Remove trailing whitespace.
+		* Allow -display option with no argument.  Previously, if a user
+		  ran wmitime with the -display option and no argument, a
+		  segmentation fault would occur. Print a warning instead.
+		  (Patch from Debian to fix bug #716466.)
+		* Update Makefile.  In particular,
+		  - Remove reference to deprecated X11R6 directory.
+		  - Replace FLAGS variable with CFLAGS, CPPFLAGS, and LDFLAGS.
+		  - Honor CC, PREFIX, and DESTDIR variables.
+		  - Use INSTALL instead of cp for installation.
+		  - Remove redundant -lXext flag.
+		  - Move contents of wmitime directory to top directory to ease
+		    the building process.
+		* Improve locale support.  Previously, wmitime only had support
+		  for English, French, and (in Debian only) Hungarian.	In
+		  addition, the choice was made at compile time.
+		  Add run-time support for any language using the Latin
+		  alphabet.  The locale is determined by the user's environment
+		  or may be specified on the command line with the "-l" option.
+		  Note that users whose environment specifies a non-Latin locale
+		  may wish to use, e.g., "-l C", as otherwise no date will
+		  appear.
+		  Note that, for simplicity, the month and day are now displayed
+		  as "01 JAN" as opposed to "JAN 01".  (Previously, the former
+		  format was used for English and the latter for French.)
+		* Remove C++ style comments.
+		* Remove references to config file in source; nonexistent
+		  feature.
+		* Update contact information.  wmitime is now maintained by the
+		  Window Maker Developers Team
+		  <wmaker-dev at lists.windowmaker.org>.
+		* Add manpage and desktop file, both adapted from Debian.
+		* Remove wmitime-master-led.xpm; unused duplicate file.
+		* Do not include or compile unused wmgeneral files.
+
 0.3		* fixed inet time calculation error (oops :) )
  		  (thanks to Martijn van de Streek <tweakr at tap.xs4all.nl>
 		* Added french support
diff --git a/README b/README
index 3c1f0a0..285be7c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-wmitime 0.2 beta Public Release
+wmitime
 --------------------------------------------------------------
 Author...:	Dave Clark (clarkd at skynet.ca)
 Maintainers :   Window Maker Developers Team <wmaker-dev at lists.windowmaker.org>
diff --git a/wmitime.c b/wmitime.c
index 77844d3..d2a90a4 100644
--- a/wmitime.c
+++ b/wmitime.c
@@ -38,7 +38,7 @@ char wmitime_mask_bits[64*64];
 int  wmitime_mask_width = 64;
 int  wmitime_mask_height = 64;
 
-#define WMITIME_VERSION "0.1"
+#define WMITIME_VERSION "0.4"
 
 #define CHAR_WIDTH 5
 #define CHAR_HEIGHT 7

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



More information about the Pkg-wmaker-commits mailing list