summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-10 20:47:33 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-03-10 20:47:33 +0100
commit2b174636e5b62dbb1c643f5976e5191a349da02e (patch)
tree2c9d1573a8767cc955519d64e386c9ee9c03f33e
parent60fd26a4df17f14688d88bf6f454df9c0910d312 (diff)
downloadcygnal-2b174636e5b62dbb1c643f5976e5191a349da02e.tar.gz
cygnal-2b174636e5b62dbb1c643f5976e5191a349da02e.tar.bz2
cygnal-2b174636e5b62dbb1c643f5976e5191a349da02e.zip
Add commit 5807ba83e release message to documentation
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/doc/new-features.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4f2128807..e39023cd0 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -38,6 +38,10 @@ pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
</para></listitem>
<listitem><para>
+New APIs: clog10, clog10f.
+</para></listitem>
+
+<listitem><para>
In calls to chmod treat ACLs with extra ACEs *only* for Admins and
SYSTEM like a trivial ACL.
</para></listitem>
@@ -47,7 +51,10 @@ Bump POSIX option macros to POSIX.1-2008.
</para></listitem>
<listitem><para>
-New APIs: clog10, clog10f.
+Profiling data, specifically pc sampling, now covers all threads of a
+program and not just the main thread. Environment variable GMON_OUT_PREFIX
+enables multiple gmon.out files to preserve profiling data after fork or
+from multiple program runs.
</para></listitem>
</itemizedlist>