wmtime: Fixed Debian bug #661843. Applied a patch by Milan Cermak.
[dockapps.git] / wmmon / CHANGES
blob4eaedd37ec7c72901fe8517f2ea264ada038c970
1 WMMon changes.
3 Version         Description
4 --------------------------------------------------------------
5 1.2b1           - Released 20120325
6                 - I/O monitor - updated to use /proc/diskstats instead 
7                   of obsolete /proc/stat interface, which is no longer 
8                   present in post 2.6 kernels. TODO: The non-/proc based
9                   solutions used in the various BSD ports trees should
10                   be incorporated into mainline version.
11                 - I/O monitor - Fixed scaling issues with graph caused
12                   by improper use of static data. The graph would 
13                   continually scale up, making smaller values invisible.
14                   Eventually the system would appear to be idle, only
15                   graphing the biggest spikes. A similar issue affecting
16                   the upper-right meter is also fixed. Meter scaling is 
17                   recalibrated every couple of minutes to avoid losing
18                   meter funtionality after anomalously large peaks.
19                 - I/O Monitor - Fixed rounding errors caused by use of
20                   integer types, which were causing relatively small
21                   values not to appear on graph or meter. Added code to
22                   round very low values up, so they will appear on meter
23                   and graph. 
24                 - ONGOING: Style edits to improve readability and
25                   maintainability (removing hardcoded values, adding
26                   newlines to "if" conditions, etc).
28 1.0b2           - Released 980520
29                 - Vastly reduced CPU usage in CPU & IO mode,
30                   MEM/SWAP/UPTIME (i.e. SysInfo) only updated
31                   when visible now and now uses global file
32                   descriptors to reduce filesystem overhead,
33                   based on diff by Dave Harden (dharden@wisewire.com);
34                 - Fixed memory overflow bug;
35                 - Memory gauge now displays real used mem, buffered
36                   & cached mem are no longer being displayed;
37                 - Added -i & -s parameters to select startupmode, based
38                   on diff by Brendan Knox (knoxy@origob.demon.co.uk);
39                 
41 1.0b1           - Released 980513
42                 - First initial stable public BETA release.