Cygwin: add /proc changes to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-03-12 11:47:31 +01:00
parent 24f9cb015e
commit 673a3daa84
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,9 @@ What's new:
What changed:
-------------
- Improve /proc/<PID>/cmdline and /proc/<PID>/stat handling to allow
all processes access to basic process information of foreign processes.
Bug Fixes
---------

View File

@ -111,6 +111,12 @@ default and limited to exes/dlls on the same NTFS partition as the Cygwin
installation. For more information and how to enable, please refer to
<xref linkend="ov-hi-process"></xref>.
</para></listitem>
<listitem><para>
Improve /proc/&lt;PID&gt;/cmdline and /proc/&lt;PID&gt;/stat handling to allow
all processes access to basic process information of foreign processes.
</para></listitem>
</itemizedlist>
</sect2>