wmmon: Bump to version 1.4.
This commit is contained in:
parent
2a199f8b19
commit
67f91e7794
|
@ -2,6 +2,11 @@ WMMon changes.
|
||||||
|
|
||||||
Version Description
|
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
|
1.3 - Released 20170812
|
||||||
- Added -b flag to include buffers and cache in total memory
|
- Added -b flag to include buffers and cache in total memory
|
||||||
usage. Added global show_buffers, -b parsing code,
|
usage. Added global show_buffers, -b parsing code,
|
||||||
|
|
|
@ -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])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in a new issue