From d2d68a65a2fa81b270b616c16f3b105415e3de84 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sat, 12 Oct 2002 01:42:18 +0000 Subject: [PATCH] new NEWS --- Makefile | 8 ++++---- Makefile.noam | 2 +- NEWS | 4 +++- procps.lsm | 6 +++--- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 5f4bfc7a..e4d87bc3 100644 --- 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 diff --git a/Makefile.noam b/Makefile.noam index 4c16fd63..655ec765 100644 --- a/Makefile.noam +++ b/Makefile.noam @@ -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 bbd9ce64..9c49eb48 100644 --- 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 diff --git a/procps.lsm b/procps.lsm index 7856fd60..951cb0da 100644 --- a/procps.lsm +++ b/procps.lsm @@ -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 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