[Pkg-wmaker-commits] [wmmon] 38/38: wmmon: Bump to version 1.3.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 22:43:09 UTC 2017


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

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

commit 6859eee9e2306ba8324f7fa688bf25758c8804ba
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Aug 12 15:06:41 2017 -0400

    wmmon: Bump to version 1.3.
---
 CHANGES      | 31 +++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 5b4ce11..09c5972 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,37 @@ WMMon changes.
 
 Version         Description
 --------------------------------------------------------------
+1.3		- Released 20170812
+		- Added -b flag to include buffers and cache in total memory
+		  usage.  Added global show_buffers, -b parsing code,
+		  associated logic in update_stat_mem(), and usage information.
+		- Update GPLv2 from
+		  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+		- Update FSF address.
+		- Code style clean (curly brackets, tabs, ...).
+		- Fix two bugs related to command execution:
+		  * When executing a command, control flow would fall through
+		    to the display cycle code, changing the display.
+		  * When display cycling was prevented by the user (via -l),
+		    command execution was also disabled.
+		- Remove trailing whitespace.
+		- Use the new version of libdockapp and do not use wmgeneral.
+		- Move all source files to top directory for simplicity.
+		- Use autotools for build.
+		- Update includes based on results of include-what-you-use.
+		- Remove redundant #define.
+		- Use consistent data types.
+		- Fix jiffy counter overflowing long on 32-bit systems.
+		  Based on patch by Pedro Gimeno Fortea for Debian bug #670151.
+		- Add desktop entry file.
+		- Update documentation.
+
+1.2b2		- Released 20120401
+		- Makefile: changed erroneous -O3 flag to -O2.
+		- Fixed compiler warnings: added error checking for filesystem
+		  calls and commented out some preprocessor/C code that was
+		  apparently used to hardcode test cases.
+
 1.2b1		- Released 20120325
 		- I/O monitor - updated to use /proc/diskstats instead
 		  of obsolete /proc/stat interface, which is no longer
diff --git a/configure.ac b/configure.ac
index 57e6847..b98d2d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmmon], [1.2.b2], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([wmmon], [1.3], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC

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



More information about the Pkg-wmaker-commits mailing list