From 24b831f9b9c7aac00a06fa9709ab556daba7bd56 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 1 Feb 2017 21:52:04 -0500 Subject: [PATCH] wmgtemp: Bump to version 1.2. --- wmgtemp/CREDITS | 3 +++ wmgtemp/ChangeLog | 54 +++++++++++++++++++++++++++++++++++++++++++- wmgtemp/README | 2 +- wmgtemp/configure.ac | 2 +- 4 files changed, 58 insertions(+), 3 deletions(-) diff --git a/wmgtemp/CREDITS b/wmgtemp/CREDITS index dcd643a..37e869d 100644 --- a/wmgtemp/CREDITS +++ b/wmgtemp/CREDITS @@ -1,3 +1,6 @@ +Current maintainer: Window Maker Team +Previous maintainer: Roger Dunce + Here are a list of people that have contributed to the project and whose help and advice is greatly appreciated. diff --git a/wmgtemp/ChangeLog b/wmgtemp/ChangeLog index d1d20b3..c5e0490 100644 --- a/wmgtemp/ChangeLog +++ b/wmgtemp/ChangeLog @@ -1,4 +1,56 @@ -Project Version : rel-1_1 +2017-02-01 Doug Torrance + + * CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2. + +2017-02-01 Doug Torrance + + * src/wmgtemp-interface-mask.xbm: Use 'char' instead of 'unsigned char' + for bit mask. Avoids compiler warning: + +2017-02-01 Doug Torrance + + * src/wmgtemp.c: Remove unused variable 'chipname' + +2017-02-01 Doug Torrance + + * src/wmgtemp.c: Drop all inline functions. Too many issues when + compiling with different C standards. + +2017-01-31 Doug Torrance + + * Makefile, Makefile.am, configure.ac, src/.deps, src/Makefile, + src/wmgtemp.c: Switch to autotools for build. + +2017-01-31 Doug Torrance + + * 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 + + * 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 + + * src/wmgtemp.c: Autodetect sensors.conf instead of providing default + value. Patch by Aurelien Jarno . From: + http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/ + sensors.conf.patch/ + +2017-01-31 Doug Torrance + + * wmgtemp.1: Fix hyphen in manpage. Patch by Dario Minnucci + . 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 diff --git a/wmgtemp/README b/wmgtemp/README index 8ab779e..9d22f61 100644 --- a/wmgtemp/README +++ b/wmgtemp/README @@ -39,4 +39,4 @@ Supported Sensors: Send any bug reports and ideas to: -Roger Dunce (kronos@fluxcode.net) +Window Maker Team diff --git a/wmgtemp/configure.ac b/wmgtemp/configure.ac index c2d39e7..32fb875 100644 --- a/wmgtemp/configure.ac +++ b/wmgtemp/configure.ac @@ -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