diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-03-10 20:50:35 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-03-10 20:50:35 +0100 |
commit | c9e4b69e9f48a517ec5c6bbf20c80bd744117b14 (patch) | |
tree | 210df0ab51ee6342a0a5cc5fb70d79cfb98e38a5 /winsup/doc/new-features.xml | |
parent | 45d0d759103cf00ce61aafe31769bf9de673f9cf (diff) | |
download | cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.tar.gz cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.tar.bz2 cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.zip |
Belatedly bump Cygwin DLL version to 2.8.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index ed68efba2..185c97e1a 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,36 @@ <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title> +<sect2 id="ov-new2.8"><title>What's new and what changed in 2.8</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +New API: timingsafe_bcmp, timingsafe_memcmp. +</para></listitem> + +<listitem><para> +New API: dladdr. +</para></listitem> + +<listitem><para> +Cygcheck and strace now always generate output with Unix LF line endings, +rather than with DOS/Windows CR LF line endings. +</para></listitem> + +<listitem><para> +Fork now preserves the load order of unrelated dlopen'd modules. +</para></listitem> + +<listitem><para> +Pthread_cond_wait now acts like Linux and BSD: Resume waiting for the +condition variable as if it was not interrupted, rather than returning 0. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new2.7"><title>What's new and what changed in 2.7</title> <itemizedlist mark="bullet"> |