---
 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], [wmaker-dev@lists.windowmaker.org])
+AC_INIT([wmmon], [1.3], [wmaker-dev@lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC
-- 
2.11.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to