wmcalc: Bump to version 0.5.

This commit is contained in:
Doug Torrance 2015-01-10 10:59:55 -06:00 committed by Carlos R. Mafra
parent 773c07acd7
commit 050001c0f1
2 changed files with 17 additions and 1 deletions

View file

@ -135,6 +135,22 @@ The background border is defined in backdrop.xpm.
CHANGE LOG: 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@lists.windowmaker.org>
0.4 Added global config file 0.4 Added global config file
Maintained by Gordon Fraser <gordon@debian.org> Maintained by Gordon Fraser <gordon@debian.org>

View file

@ -19,7 +19,7 @@
#define CONFTEMPFILE "/tmp/wmcalc.tmp" #define CONFTEMPFILE "/tmp/wmcalc.tmp"
#define CONFIGGLOBAL CONF"/wmcalc.conf" #define CONFIGGLOBAL CONF"/wmcalc.conf"
#define VER 0 #define VER 0
#define REL 3 #define REL 5
#define LMASK 100 #define LMASK 100
#define MMASK 200 #define MMASK 200