new NEWS
This commit is contained in:
parent
0ab188d8c4
commit
d2d68a65a2
8
Makefile
8
Makefile
@ -13,9 +13,9 @@
|
|||||||
|
|
||||||
VERSION := 3
|
VERSION := 3
|
||||||
SUBVERSION := 0
|
SUBVERSION := 0
|
||||||
MINORVERSION := 1
|
MINORVERSION := 2
|
||||||
TARVERSION := 3.0.1
|
TARVERSION := 3.0.2
|
||||||
LIBVERSION := 3.0.1
|
LIBVERSION := 3.0.2
|
||||||
|
|
||||||
############ vars
|
############ vars
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ CLEAN := $(notdir $(BINFILES))
|
|||||||
|
|
||||||
DIRS :=
|
DIRS :=
|
||||||
|
|
||||||
INSTALL := $(BINFILES) $(MANFILES) $(SCRFILES)
|
INSTALL := $(BINFILES) $(MANFILES) # $(SCRFILES)
|
||||||
|
|
||||||
# want this rule first, use := on ALL, and ALL not filled in yet
|
# want this rule first, use := on ALL, and ALL not filled in yet
|
||||||
all: do_all
|
all: do_all
|
||||||
|
@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
|
|||||||
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# when an incompatible change is made in libproc.
|
# when an incompatible change is made in libproc.
|
||||||
LIBVERSION = 3.0.1
|
LIBVERSION = 3.0.2
|
||||||
ifdef MINORVERSION
|
ifdef MINORVERSION
|
||||||
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
||||||
else
|
else
|
||||||
|
4
NEWS
4
NEWS
@ -1,7 +1,9 @@
|
|||||||
procps-3.0.1 --> procps-3.0.2
|
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
|
fix top for non-SMP 2.2.xx and 2.0.xx
|
||||||
|
new "make install" fixed
|
||||||
vmstat -a fixed
|
vmstat -a fixed
|
||||||
vmstat compiles with latest gcc-3.x
|
vmstat compiles with latest gcc-3.x
|
||||||
vmstat does 64-bit time
|
vmstat does 64-bit time
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Begin4
|
Begin4
|
||||||
Title: procps
|
Title: procps
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Entered-date: 2002-10-10
|
Entered-date: 2002-10-10
|
||||||
Description: Linux system utilities
|
Description: Linux system utilities
|
||||||
Keywords: procps /proc libproc sysctl
|
Keywords: procps /proc libproc sysctl
|
||||||
@ -8,8 +8,8 @@ Keywords: procps /proc libproc sysctl
|
|||||||
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
||||||
Maintained-by: various <procps-feedback@lists.sf.net>
|
Maintained-by: various <procps-feedback@lists.sf.net>
|
||||||
Primary-site: http://procps.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
|
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
|
Copying-policy: mixed
|
||||||
End
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user