[Pkg-wmaker-commits] [wmgtemp] 10/10: wmgtemp: Bump to version 1.2.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Feb 2 14:18:41 UTC 2017


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

dtorrance-guest pushed a commit to branch upstream
in repository wmgtemp.

commit efab5aeec992c86d84ba871e0e86e16318be1191
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Feb 1 21:52:04 2017 -0500

    wmgtemp: Bump to version 1.2.
---
 CREDITS      |  3 +++
 ChangeLog    | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 README       |  2 +-
 configure.ac |  2 +-
 4 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/CREDITS b/CREDITS
index dcd643a..37e869d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,3 +1,6 @@
+Current maintainer: Window Maker Team <wmaker-dev at lists.windowmaker.org>
+Previous maintainer: Roger Dunce <kronos at fluxcode.net>
+
 Here are a list of people that have contributed to the project
 and whose help and advice is greatly appreciated.
 
diff --git a/ChangeLog b/ChangeLog
index d1d20b3..c5e0490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,56 @@
-Project Version : rel-1_1
+2017-02-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2.
+
+2017-02-01  Doug Torrance <dtorrance at 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 at piedmont.edu>
+
+	* src/wmgtemp.c: Remove unused variable 'chipname'
+
+2017-02-01  Doug Torrance <dtorrance at piedmont.edu>
+
+	* src/wmgtemp.c: Drop all inline functions.  Too many issues when
+	  compiling with different C standards.
+
+2017-01-31  Doug Torrance <dtorrance at 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 at 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 at 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 at piedmont.edu>
+
+	* src/wmgtemp.c: Autodetect sensors.conf instead of providing default
+	  value.  Patch by Aurelien Jarno <aurel32 at debian.org>.  From:
+	    http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
+	     sensors.conf.patch/
+
+2017-01-31  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmgtemp.1: Fix hyphen in manpage.  Patch by Dario Minnucci
+	  <midget at 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
diff --git a/README b/README
index 8ab779e..9d22f61 100644
--- a/README
+++ b/README
@@ -39,4 +39,4 @@ Supported Sensors:
 
 Send any bug reports and ideas to:
 
-Roger Dunce (kronos at fluxcode.net)
+Window Maker Team <wmaker-dev at lists.windowmaker.org>
diff --git a/configure.ac b/configure.ac
index c2d39e7..32fb875 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmgtemp], [1.1], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([wmgtemp], [1.2], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC

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



More information about the Pkg-wmaker-commits mailing list