wmmon: Bump to version 1.3.
This commit is contained in:
parent
e1abd5ceee
commit
0fcfc7aa4e
|
@ -2,6 +2,37 @@ WMMon changes.
|
||||||
|
|
||||||
Version Description
|
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
|
1.2b1 - Released 20120325
|
||||||
- I/O monitor - updated to use /proc/diskstats instead
|
- I/O monitor - updated to use /proc/diskstats instead
|
||||||
of obsolete /proc/stat interface, which is no longer
|
of obsolete /proc/stat interface, which is no longer
|
||||||
|
|
|
@ -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])
|
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