]> granicus.if.org Git - procps-ng/commitdiff
satisfy GPL section 2a and LGPL section 2b name+date requirement
authoralbert <>
Sun, 15 Dec 2002 00:28:02 +0000 (00:28 +0000)
committeralbert <>
Sun, 15 Dec 2002 00:28:02 +0000 (00:28 +0000)
ChangeLog
Makefile
NEWS

index 81b2c061c6d6340bff055a6f631ca2744979e3ec..ce99468017ed6f70bf38493d645e3b404df984b7 100644 (file)
--- 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
index 5970ef1748d27da2eb534c370243737626d665ef..0c959a01dfacc52f372abd48f904ed7e0685b71a 100644 (file)
--- 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 ccf70a760c8cd9d5c239903f1f738ca34305f0fd..ce99468017ed6f70bf38493d645e3b404df984b7 100644 (file)
--- 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