[Pkg-wmaker-commits] [wmsun] 41/73: wmsun: Bump to version 1.04.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 12:04:46 UTC 2015


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

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

commit e227d10a15261b167972764ce48655b68ada1461
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jun 14 17:04:56 2015 -0500

    wmsun: Bump to version 1.04.
---
 ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++
 wmsun.c   |  4 ++--
 2 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ade93a0..523aa36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+Version 1.04 - released June 14, 2015
+	Update to latest version of wmgeneral library.
+	Move source files to top directory.
+	Update Makefile. In particular,
+	- Remove INCDIR, DESTDIR, and LIBDIR definitions.
+	- Add PREFIX, BINDIR, MANDIR, and INSTALL definitions.
+	- Add -lm to LIBS.
+	- Drop COPTS, uname, and INCDIR and add CPPFLAGS and CFLAGS when
+	  compiling.
+	- Drop COPTS, SYSTEM, INCDIR, and LIBDIR and add LDFLAGS when linking.
+	- Use INSTALL when installing, create installation directories, use new
+	  BINDIR and MANDIR directories.
+	Fix implicit definition warnings. Add declaration for SunRise() in
+	  wmSun.c and move Interp() earlier in SunRise.c.
+	Remove unused variables.
+	Add return types to functions.
+	Fix "unused parameter" compiler warnings.
+	Fix "overflow in implicit constant conversion" compiler warning.
+	Remove trailing whitespace.
+	Add support for wmgeneral -geometry command line option. Also take the
+	  opportunity to fit -td option's help text on one line.
+	Remove unused UTTohhmm function.
+	Reduce scope of variables.
+	Add -12 command line option to use 12-hour clock.
+	Use threadsafe functions.
+	Rename executable from wmSun to wmsun.
+	Add ChangeLog; changes split from wmsun.c.
+	Update contact information.
+	Smart display refresh for fewer wake-ups and better responsiveness
+	  Patch by Peter Colberg <peterc at gmx.net> for Debian bug #446681 [1].
+	Fix need to restart for Daylight Savings change. Based on patch by
+	  Martin Stigge <martin at stigge.org> to fix Debian bug #414489 [2]
+	Escape hyphens in manpage. Based on the patch for Debian by Denis
+	  Briand <denis at narcan.fr> [3].
+	Update includes using include-what-you-use.
+
+	[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446681
+	[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414489
+	[3] http://sources.debian.net/src/wmsun/1.03%2B1-2/debian/patches/
+	      02_fix_hyphen-used-as-minus-sign.diff/
+
 Version 1.03 - released February 4, 1999.
 	cosmetic for AfterStep users. removed spurious black line at RHS edge an
 	mask.
diff --git a/wmsun.c b/wmsun.c
index f8e55e3..08c195a 100644
--- a/wmsun.c
+++ b/wmsun.c
@@ -1,6 +1,6 @@
 /*
  *
- *  	wmSun-1.03 (C) 1999 Mike Henderson (mghenderson at lanl.gov)
+ *  	wmSun (C) 1999 Mike Henderson (mghenderson at lanl.gov)
  *
  *  		- Shows Sun Rise/Set Times....
  *
@@ -63,7 +63,7 @@
  *  Delay between refreshes (in microseconds)
  */
 #define DELAY 1000000L
-#define WMSUN_VERSION "1.03"
+#define WMSUN_VERSION "1.04"
 
 #define DegPerRad       57.29577951308232087680
 #define RadPerDeg        0.01745329251994329576

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



More information about the Pkg-wmaker-commits mailing list