watsup change log
=================

2010.08.21  v.1.9
+ A button [root] was added to the toolbar. This restarts the application
  with root privileges if the queried password (sudo) is correct.
+ Makefile was made more package-builder friendly.

2009.06.22  v.1.8
Remove extra blank lines in report for Intel Core-i7 (8 threads).

2009.03.30  v.1.7
When a subprocess terminates, its cpu time is added to the parent process, 
causing one sample interval to show a ridiculous spike of CPU usage.
This release of watsup tries to detect this and supress the spike.

2009.03.03  v.1.6
make process I/O statistics work correctly
(at least for Ubuntu 8.10 and 9.04)

2009.01.17  v.1.5
+ add subproccess stats to parent process stats
+ correct double count in total memory stats

2008.11.17  v.1.4.1
+ corrected bug in process screening.

2008.11.12  v.1.4
+ fix bug causing some disks to be omitted in I/O statistics

2008.10.09  v.1.3
+ option: show processes matching given usernames, PIDs, exe filenames

2008.06.15  v.1.2
+ kill a running process selected from the report via mouse-click

2008.06.01  v.1.1
+ convert from build script to conventional makefile

2008.04.20  v.09
+ code changes for compatibility with recent gcc, c-lib, and GTK2

2008.01.29  v.08
+ overall CPU load reported as one value instead of one per SMP
+ separate build scripts for downloaders and package builders
+ code changes to get application directories from build script

2008.01.01	v.07	
+ added user name to process data reported
+ build script allows choice of install location and desktop launcher

2007.12.10	v.06	
+ code cleanup for 64-bit architecture compatibility

2007.11.15	v.05	
+ new GTK requirement: if (! g_thread_supported()) g_thread_init(0);

2007.11.12	v.04	
+ library changes and code cleanup

2007.08.06	v.03
+ report as many processes as can fit in current window size
+ report system memory in 3 categories: used, free, cached 
+ report up to 4 SMP CPUs 
+ report disk I/O in MB/sec instead of KB/sec

2007.07.06 	v.02	
+ library changes, no functional differences

2007.06.22	v.01	
+ initial release


