]> granicus.if.org Git - procps-ng/commitdiff
new NEWS
authoralbert <>
Sat, 12 Oct 2002 01:42:18 +0000 (01:42 +0000)
committeralbert <>
Sat, 12 Oct 2002 01:42:18 +0000 (01:42 +0000)
Makefile
Makefile.noam
NEWS
procps.lsm

index 5f4bfc7a167e282c00850794d236fab398d29365..e4d87bc356fc38d92f35477fcee777ac4da49fa9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,9 @@
 
 VERSION      := 3
 SUBVERSION   := 0
-MINORVERSION := 1
-TARVERSION   := 3.0.1
-LIBVERSION   := 3.0.1
+MINORVERSION := 2
+TARVERSION   := 3.0.2
+LIBVERSION   := 3.0.2
 
 ############ vars
 
@@ -82,7 +82,7 @@ CLEAN := $(notdir $(BINFILES))
 
 DIRS :=
 
-INSTALL := $(BINFILES) $(MANFILES) $(SCRFILES)
+INSTALL := $(BINFILES) $(MANFILES) $(SCRFILES)
 
 # want this rule first, use := on ALL, and ALL not filled in yet
 all: do_all
index 4c16fd63683754b16b125b9357074e2eea6baa49..655ec765cdd5bdce420e1d3e8da93499188e8c6d 100644 (file)
@@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
 # Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
 # LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
 # when an incompatible change is made in libproc.
-LIBVERSION   =  3.0.1
+LIBVERSION   =  3.0.2
 ifdef MINORVERSION
 LIBPROCPASS  =  SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
 else
diff --git a/NEWS b/NEWS
index bbd9ce641e5da8724e57181e379ec62785917fb0..9c49eb48e44aade9f76f8140b258f9b801ec5d52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 procps-3.0.1 --> procps-3.0.2
 
-new "make install" fixed
+top defaults to the old layout
+top defaults to sorting by %CPU
 fix top for non-SMP 2.2.xx and 2.0.xx
+new "make install" fixed
 vmstat -a fixed
 vmstat compiles with latest gcc-3.x
 vmstat does 64-bit time
index 7856fd60fa3bfd166f9bc6ec415b5653cfc28360..951cb0da3bef147da322896a1a380f4a29068021 100644 (file)
@@ -1,6 +1,6 @@
 Begin4
 Title: procps
-Version: 3.0.1
+Version: 3.0.2
 Entered-date: 2002-10-10
 Description: Linux system utilities
 Keywords: procps /proc libproc sysctl
@@ -8,8 +8,8 @@ Keywords: procps /proc libproc sysctl
 Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
 Maintained-by: various <procps-feedback@lists.sf.net>
 Primary-site: http://procps.sf.net/
-       230kB procps-3.0.1.tar.gz
+       230kB procps-3.0.2.tar.gz
 Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
-       230kB procps-3.0.1.tar.gz
+       230kB procps-3.0.2.tar.gz
 Copying-policy: mixed
 End