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] cygwin: Document latest changes, bump API minor


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

commit 10b57ba8d0b5eb56d17d73e280755bf8461230c6
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Nov 30 21:57:16 2017 +0100

    cygwin: Document latest changes, bump API minor
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/include/cygwin/version.h |  3 ++-
 winsup/cygwin/release/2.10.0           |  4 ++++
 winsup/doc/new-features.xml            | 20 ++++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 7510f42..ef06c2d 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -490,12 +490,13 @@ details. */
        __strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
        __vsnprintf_chk, __vsprintf_chk.
   321: Export wmempcpy.
+  322: [w]scanf %m modifier.
 
   Note that we forgot to bump the api for ualarm, strtoll, strtoull,
   sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 321
+#define CYGWIN_VERSION_API_MINOR 322
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared
diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0
index 8c90353..42c960b 100644
--- a/winsup/cygwin/release/2.10.0
+++ b/winsup/cygwin/release/2.10.0
@@ -3,6 +3,10 @@ What's new:
 
 - New open(2) flags O_TMPFILE and O_NOATIME.
 
+- scanf/wscanf now handle the POSIX %m modifier.
+
+- New API: wmempcpy.
+
 
 What changed:
 -------------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4f1ff97..14fb059 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,26 @@
 
 <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
 
+<sect2 id="ov-new2.10"><title>What's new and what changed in 2.10</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+New open(2) flags O_TMPFILE and O_NOATIME.
+</para></listitem>
+
+<listitem><para>
+scanf/wscanf now handle the POSIX %m modifier.
+</para></listitem>
+
+<listitem><para>
+New API: wmempcpy.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new2.9"><title>What's new and what changed in 2.9</title>
 
 <itemizedlist mark="bullet">


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