]> granicus.if.org Git - procps-ng/commitdiff
miscellaneous: a final cleanup prior to release 3.3.11
authorJim Warner <james.warner@comcast.net>
Thu, 6 Aug 2015 13:43:48 +0000 (08:43 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 8 Aug 2015 06:56:50 +0000 (16:56 +1000)
This patch just eliminates some eol whitespace, adds a
missing eof newline and contributes yet one additional
entry to the NEWS summary regarding saved top rcfiles.

Signed-off-by: Jim Warner <james.warner@comcast.net>
.gitlab-ci.yml
NEWS
README.md

index 03f8fe6d2f0ba3278a6dfda3b2f9036709d27a7f..e1e58e0fceef5a2b2807e69ea6db9062d97c09a9 100644 (file)
@@ -1,7 +1,7 @@
 # This file is generated by GitLab CI
 '':
   script: []
-  tags: 
+  tags:
   except:
   - tags
 Testsuites:
@@ -11,6 +11,6 @@ Testsuites:
   - make
   - make check
   - make clean
-  tags: 
+  tags:
   except:
   - tags
diff --git a/NEWS b/NEWS
index 009cf8fab42b686414bb756323fcadfa90a1e610..6ff07259522c6df82b850cc14701ce78adc4e4a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,11 @@ procps-ng-NEXT
   * ps: sort by etimes column, uses etime Debian #794619
   * ps, top: Add support for LXC containers. Ubuntu #1174911
   * w: work with smaller window sizes Debian #183394
-  * w: correctly find "best" proc with pid wrap 
+  * w: correctly find "best" proc with pid wrap
   * library: use merged systemd library Debian #731256
   * kill,skill,pkill: fix option parsing
+  * top once again will fully honor a saved rcfile,
+    without requiring --disable-modern-top. Debian #762928, #762947
 
 procps-ng-3.3.10
 ----------------
index 592626d8166a51e0038735d61e332fed66e99e47..b7007a8e51e0ca067c762483e5193dac53897ecd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,4 +50,4 @@ page.
 The email list for the developers and users of procps is found at
 http://www.freelists.org/archive/procps/
 This email list discusses the development of procps and is used by distributions
-to also forward or discuss bugs.
\ No newline at end of file
+to also forward or discuss bugs.