[Pkg-wmaker-commits] [wmcalc] 37/65: wmcalc: Bump to version 0.5.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:05 UTC 2015


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

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

commit 25debe6980bc9cac4e84661f2319aec5fb50170f
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 10 10:59:55 2015 -0600

    wmcalc: Bump to version 0.5.
---
 README     | 16 ++++++++++++++++
 wmcalc_c.h |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 5bc8970..4cbd69a 100644
--- a/README
+++ b/README
@@ -135,6 +135,22 @@ The background border is defined in backdrop.xpm.
 
 CHANGE LOG:
 -----------
+0.5	Add manpage from Debian.
+	Update Makefile.
+	Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
+	Fix -Wunused-but-set-variable compiler warnings.
+	Fix -Warray-bounds compiler warning.
+	Fix -Wunused-result compiler warning.
+	Remove trailing whitespace.
+	Remove redundant .wmcalc*; essentially the same as wmcalc.conf.
+	Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
+	Update README.
+	Allow installation without root access.
+	Fix -Woverflow compiler warnings.
+	Remove C++ style comments.
+	Maintained by Window Maker Developers Team
+		<wmaker-dev at lists.windowmaker.org>
+
 0.4     Added global config file
 	Maintained by Gordon Fraser <gordon at debian.org>
 
diff --git a/wmcalc_c.h b/wmcalc_c.h
index 9c482fd..c8d7df8 100644
--- a/wmcalc_c.h
+++ b/wmcalc_c.h
@@ -19,7 +19,7 @@
 #define CONFTEMPFILE  "/tmp/wmcalc.tmp"
 #define CONFIGGLOBAL  CONF"/wmcalc.conf"
 #define VER           0
-#define REL           3
+#define REL           5
 
 #define LMASK         100
 #define MMASK         200

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



More information about the Pkg-wmaker-commits mailing list