From 67f91e77949aebe26d96f01aa4ffef27dc2667df Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 10 Apr 2018 18:29:16 -0400 Subject: [PATCH] wmmon: Bump to version 1.4. --- wmmon/CHANGES | 5 +++++ wmmon/configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wmmon/CHANGES b/wmmon/CHANGES index 09c5972..536fe77 100644 --- a/wmmon/CHANGES +++ b/wmmon/CHANGES @@ -2,6 +2,11 @@ WMMon changes. Version Description -------------------------------------------------------------- +1.4 - Released 20180410 + - Properly compute height of system load window. + - Only compute vertical position of hint lines once. + - Add support for larger load averages. + 1.3 - Released 20170812 - Added -b flag to include buffers and cache in total memory usage. Added global show_buffers, -b parsing code, diff --git a/wmmon/configure.ac b/wmmon/configure.ac index b98d2d6..493def2 100644 --- a/wmmon/configure.ac +++ b/wmmon/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmmon], [1.3], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmmon], [1.4], [wmaker-dev@lists.windowmaker.org]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC -- 2.11.4.GIT