1 ========== Changes in 1.3 ============
3 * Updated license information in cpulimit.c and README file
5 * The -b flag is now shown under options instead of targets
8 * Include man page from Debian with updates.
11 ========= Changes in 1.2 ===========
13 * Applied Debian patch for checking to see if and how much we can
14 adjust our own process priority.
16 * Added LICENSE file so there wouldn't be any confusion about
17 what license CPUlimit uses.
19 * Applied Debian's patch for long options to avoid segfault.
21 * Applied Debian's Makefile patch.
23 * Added Debian patch to avoid opendir leaks.
25 * Added -b command line parameter to make CPUlimit
26 run in the background, returning control the the
29 * When cpulimit is launched with one PID to track
30 once that process no longer exists, CPUlimit
31 will exit. Same behaviour as though the lazy
34 * Ported CPUlimit to FreeBSD
37 ======= cpulimit-1.1 released ============
39 * Fixed a segmentation fault if controlled process exited in particular circumstances
40 * Better CPU usage estimate
41 * Fixed a <0 %CPU usage reporting in rare cases
42 * Replaced MAX_PATH_SIZE with PATH_MAX already defined in <limits.h>
43 * Command line arguments now available
44 * Now is possible to specify target process by pid