---
 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 <[email protected]>
+Previous maintainer: Roger Dunce <[email protected]>
+
 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 <[email protected]>
+
+       * CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2.
+
+2017-02-01  Doug Torrance <[email protected]>
+
+       * src/wmgtemp-interface-mask.xbm: Use 'char' instead of 'unsigned char'
+         for bit mask.  Avoids compiler warning:
+
+2017-02-01  Doug Torrance <[email protected]>
+
+       * src/wmgtemp.c: Remove unused variable 'chipname'
+
+2017-02-01  Doug Torrance <[email protected]>
+
+       * src/wmgtemp.c: Drop all inline functions.  Too many issues when
+         compiling with different C standards.
+
+2017-01-31  Doug Torrance <[email protected]>
+
+       * Makefile, Makefile.am, configure.ac, src/.deps, src/Makefile,
+         src/wmgtemp.c: Switch to autotools for build.
+
+2017-01-31  Doug Torrance <[email protected]>
+
+       * 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 <[email protected]>
+
+       * 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 <[email protected]>
+
+       * src/wmgtemp.c: Autodetect sensors.conf instead of providing default
+         value.  Patch by Aurelien Jarno <[email protected]>.  From:
+           http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
+            sensors.conf.patch/
+
+2017-01-31  Doug Torrance <[email protected]>
+
+       * wmgtemp.1: Fix hyphen in manpage.  Patch by Dario Minnucci
+         <[email protected]>.  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 ([email protected])
+Window Maker Team <[email protected]>
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], [[email protected]])
+AC_INIT([wmgtemp], [1.2], [[email protected]])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to