[PATCH 9/9] wmmon: Bump to version 1.3.

Doug Torrance <[email protected]> Sat, 12 Aug 2017 15:06:41 -0400
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmmon/CHANGES      | 31 +++++++++++++++++++++++++++++++
 wmmon/configure.ac |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/wmmon/CHANGES b/wmmon/CHANGES
index 5b4ce11..09c5972 100644
--- a/wmmon/CHANGES
+++ b/wmmon/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/wmmon/configure.ac b/wmmon/configure.ac
index 57e6847..b98d2d6 100644
--- a/wmmon/configure.ac
+++ b/wmmon/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmmon], [1.2.b2], [[email protected]])
+AC_INIT([wmmon], [1.3], [[email protected]])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC
-- 
2.11.0


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