]> granicus.if.org Git - procps-ng/commitdiff
Updated NEWS file with what has changed
authorCraig Small <csmall@enc.com.au>
Wed, 26 Oct 2011 11:24:00 +0000 (22:24 +1100)
committerCraig Small <csmall@enc.com.au>
Wed, 26 Oct 2011 11:24:00 +0000 (22:24 +1100)
NEWS

diff --git a/NEWS b/NEWS
index 669a96853bc247a408f2728a4f2c52442c846c79..d7169cce599083efb65e9a4800ceb1a7bb6e1b55 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,59 @@
-procps-3.2.9 --> procps-ng-3.3.0
+procps-3.2.8 --> procps-ng-3.3.0
+------------------------------------------------------
+Debian, Fedora and openSUSE fork of procps.
+https://gitorious.org/procps
+
+environment/build changes:
+ . autotools integrated
+ . procps-ng specific options
+     --enable-oomem  (add out-of-memory flds)
+     --disable-kill  (do not build kill pgm)
+     --enable-w-from (from as default for w)
+
+library changes:
+ . added control groups support
+ . added supplementary groups support
+ . introduced proc_t memory management
+ . enabled hot-plugged cpu support
+ . introduced new api's
+     readeither   (readproc.c)
+     readproctab3 (readproc.c)
+     escaped_copy (escape.c)
+
+free changes:
+ . rewritten/modernized
+     improved help
+     includes long options
+     added new processing options
+ . updated manual page
+
+ps changes:
+ . added new fields
+     cgroups,etimes,supgid,supgrp,tgid
+ . exploited new library api's
+
+top changes:
+ . redesigned fields management
+ . added new fields
+     cgroups,gid,nmin,nth,pgrp,ruid,
+     sid,suid,supgids,supgrps,suser,
+     tgid,tpgid
+ . added horizontal/vertical scrolling
+ . added flexible output override via -w
+ . added COMMAND column forest view via V
+ . added hot-plugged cpu/memory support
+ . improved user filtering via u|U
+ . improved signal handling
+ . restored zero delay functionality
+ . introduced true line input editing
+ . exploited new library api's
+ . improved performance up to 300%
 
 Debian, Fedora and openSUSE fork of procps.
 https://gitorious.org/procps
+------------------------------------------------------
 
-procps-3.2.8 --> procps-3.2.9
+procps-3.2.8 --> procps-3.2.9 (pending)
 
 top: fix an aliasing problem -- thanks David Owen