]> granicus.if.org Git - procps-ng/commitdiff
misc: Move NEWS item to correct version
authorCraig Small <csmall@enc.com.au>
Sat, 5 May 2018 23:55:56 +0000 (09:55 +1000)
committerCraig Small <csmall@enc.com.au>
Sat, 5 May 2018 23:55:56 +0000 (09:55 +1000)
NEWS

diff --git a/NEWS b/NEWS
index 6d21280ceded37064a0fdb42ab24cef5365a6669..1bcf32469ecaad3d408fc7acd899357fd47c73a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ procps-ng-3.3.14
   * pgrep/pkill: Revert so matches all namespaces          issue #91
   * free: Fix scaling on 32-bit systems                    issue #89
   * library: Build on non-glibc systems                    issue #88
+  * library: Just check for SIGLOST and don't delete it    issue #93
 
 procps-ng-3.3.13
 ----------------
@@ -17,7 +18,6 @@ procps-ng-3.3.13
   * library: dont use vm_min_free on non Linux             Debian #831396
   * library: dont use SIGPWR on FreeBSD                    Debian #832148
   * library: don't strip off wchan prefixes (ps & top)     Redhat #1322111
-  * library: Just check for SIGLOST and don't delete it    issue #93
   * pgrep: warn about 15+ char name only if -f not used
   * pgrep/pkill: only match in same namespace by default   merge #41
   * pidof: specify separator between pids                  merge #58