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
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
# 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
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
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
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