prep for 3.1.2

This commit is contained in:
albert 2002-12-08 00:19:44 +00:00
parent c3ee8f3252
commit 2df855bc46
5 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,25 @@
procps-3.1.1 --> procps-3.1.2
better RPM generation
general C99 clean-up
some seLinux fixes
now count Inact_laundry as needed #172163
ps: fewer globals
ps: hardware-enforced buffer protection
ps: smaller (was it 1 kB or 2 kB ?)
top: B command added (for bold on/off)
top: handle old (and future) config files
top: man page tweak
top: old sort keys #167249
top: out-of-bounds RT as "RT"
top: several times faster
top: t command fixed
vmstat: -f
vmstat: -s
w: much faster
watch: don't drop empty lines #171005
watch: re-indented
procps-3.1.0 --> procps-3.1.1 procps-3.1.0 --> procps-3.1.1
vmstat faster on 2.5.xx kernels vmstat faster on 2.5.xx kernels

View File

@ -18,9 +18,9 @@
VERSION := 3 VERSION := 3
SUBVERSION := 1 SUBVERSION := 1
MINORVERSION := 1 MINORVERSION := 2
TARVERSION := 3.1.1 TARVERSION := 3.1.2
LIBVERSION := 3.1.1 LIBVERSION := 3.1.2
############ vars ############ vars

1
NEWS
View File

@ -3,6 +3,7 @@ procps-3.1.1 --> procps-3.1.2
better RPM generation better RPM generation
general C99 clean-up general C99 clean-up
some seLinux fixes some seLinux fixes
now count Inact_laundry as needed #172163
ps: fewer globals ps: fewer globals
ps: hardware-enforced buffer protection ps: hardware-enforced buffer protection
ps: smaller (was it 1 kB or 2 kB ?) ps: smaller (was it 1 kB or 2 kB ?)

View File

@ -1,15 +1,15 @@
Begin4 Begin4
Title: procps Title: procps
Version: 3.1.1 Version: 3.1.2
Entered-date: 2002-19-11 Entered-date: 2002-12-08
Description: Linux system utilities Description: Linux system utilities
Keywords: procps /proc libproc sysctl pmap Keywords: procps /proc libproc sysctl pmap
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
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.1.1.tar.gz 230kB procps-3.1.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.1.1.tar.gz 230kB procps-3.1.2.tar.gz
Copying-policy: mixed Copying-policy: mixed
End End

View File

@ -3,7 +3,7 @@ Summary: System and process monitoring utilities
Name: procps Name: procps
%define major_version 3 %define major_version 3
%define minor_version 1 %define minor_version 1
%define revision 1 %define revision 2
%define version %{major_version}.%{minor_version}.%{revision} %define version %{major_version}.%{minor_version}.%{revision}
Version: %{version} Version: %{version}
Release: 1 Release: 1