wmgtemp: Bump to version 1.2.

This commit is contained in:
Doug Torrance 2017-02-01 21:52:04 -05:00 committed by Carlos R. Mafra
parent d14a0c0681
commit 24b831f9b9
4 changed files with 58 additions and 3 deletions

View file

@ -1,3 +1,6 @@
Current maintainer: Window Maker Team <wmaker-dev@lists.windowmaker.org>
Previous maintainer: Roger Dunce <kronos@fluxcode.net>
Here are a list of people that have contributed to the project
and whose help and advice is greatly appreciated.

View file

@ -1,4 +1,56 @@
Project Version : rel-1_1
2017-02-01 Doug Torrance <dtorrance@piedmont.edu>
* CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2.
2017-02-01 Doug Torrance <dtorrance@piedmont.edu>
* src/wmgtemp-interface-mask.xbm: Use 'char' instead of 'unsigned char'
for bit mask. Avoids compiler warning:
2017-02-01 Doug Torrance <dtorrance@piedmont.edu>
* src/wmgtemp.c: Remove unused variable 'chipname'
2017-02-01 Doug Torrance <dtorrance@piedmont.edu>
* src/wmgtemp.c: Drop all inline functions. Too many issues when
compiling with different C standards.
2017-01-31 Doug Torrance <dtorrance@piedmont.edu>
* Makefile, Makefile.am, configure.ac, src/.deps, src/Makefile,
src/wmgtemp.c: Switch to autotools for build.
2017-01-31 Doug Torrance <dtorrance@piedmont.edu>
* src/.deps, src/Makefile, src/wmgeneral/list.c, src/wmgeneral/list.h,
src/wmgeneral/misc.c, src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
src/wmgeneral/wmgeneral.h, src/wmgtemp.c: Use wmgeneral from
libdockapp.
2017-01-31 Doug Torrance <dtorrance@piedmont.edu>
* src/wmgtemp.c: Fix -Waggressive-loop-optimizations compiler warning.
In particular, the cpu_history array has length 59, so when i = 58,
cpu_history[i+1] is undefined. From:
http://sources.debian.net/src/1.1-3/debian/patches/
fix_-Waggressive-loop-optimizations.patch/
2017-01-31 Doug Torrance <dtorrance@piedmont.edu>
* src/wmgtemp.c: Autodetect sensors.conf instead of providing default
value. Patch by Aurelien Jarno <aurel32@debian.org>. From:
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
sensors.conf.patch/
2017-01-31 Doug Torrance <dtorrance@piedmont.edu>
* wmgtemp.1: Fix hyphen in manpage. Patch by Dario Minnucci
<midget@debian.org>. From:
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
fix_hyphens_in_wmgtemp.1.patch/
2010-06-21 11:54 kronos
* src/: wmgtemp-interface.xpm, wmgtemp.c: applied patch from Ludwig

View file

@ -39,4 +39,4 @@ Supported Sensors:
Send any bug reports and ideas to:
Roger Dunce (kronos@fluxcode.net)
Window Maker Team <wmaker-dev@lists.windowmaker.org>

View file

@ -1,4 +1,4 @@
AC_INIT([wmgtemp], [1.1], [wmaker-dev@lists.windowmaker.org])
AC_INIT([wmgtemp], [1.2], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC