This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Document latest Cygwin changes


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0a4ec0cc93eabeb160661d35370c82751cfe693c

commit 0a4ec0cc93eabeb160661d35370c82751cfe693c
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Jan 10 16:33:21 2017 +0100

    Document latest Cygwin changes
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.7.0 |  2 ++
 winsup/doc/new-features.xml | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/winsup/cygwin/release/2.7.0 b/winsup/cygwin/release/2.7.0
index 1d0acb2..5f84953 100644
--- a/winsup/cygwin/release/2.7.0
+++ b/winsup/cygwin/release/2.7.0
@@ -1,6 +1,8 @@
 What's new:
 -----------
 
+- Support for /proc/<PID>/environ.
+
 - New API: getentropy, getrandom.
 
 
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index edd1466..ed68efb 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,22 @@
 
 <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
 
+<sect2 id="ov-new2.7"><title>What's new and what changed in 2.7</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Support for /proc/&lt;PID&gt;/environ.
+</para></listitem>
+
+<listitem><para>
+- New API: getentropy, getrandom.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new2.6"><title>What's new and what changed in 2.6</title>
 
 <itemizedlist mark="bullet">


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]