diff --git a/ChangeLog b/ChangeLog index 81b2c061..ce994680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +procps-3.1.3 --> procps-3.1.4 + +top: was trashing every "3" in a command name +top: when killing a process, the PID was cut at a "3" +top: more reliable %CPU + +procps-3.1.2 --> procps-3.1.3 + +uses /proc/*/wchan files when available +top: user selection +sysctl: add -e for Red Hat 8.0 boot scripts +sysctl: the obvious --help, -V, and --version +sysctl: some command line error checking +w: stdout, not stderr -- thanks to Sander van Malssen + procps-3.1.1 --> procps-3.1.2 better RPM generation diff --git a/Makefile b/Makefile index 5970ef17..0c959a01 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ VERSION := 3 SUBVERSION := 1 -MINORVERSION := 3 -TARVERSION := 3.1.3 -LIBVERSION := 3.1.3 +MINORVERSION := 4 +TARVERSION := 3.1.4 +LIBVERSION := 3.1.4 ############ vars diff --git a/NEWS b/NEWS index ccf70a76..ce994680 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +procps-3.1.3 --> procps-3.1.4 + +top: was trashing every "3" in a command name +top: when killing a process, the PID was cut at a "3" +top: more reliable %CPU + procps-3.1.2 --> procps-3.1.3 uses /proc/*/wchan files when available