summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-11-30 21:57:16 +0100
committerCorinna Vinschen <corinna@vinschen.de>2017-11-30 21:57:16 +0100
commit10b57ba8d0b5eb56d17d73e280755bf8461230c6 (patch)
tree74e2f9ed81ae18efb9c96e659fc9ab7f62a6f4c8
parentd43863f5695fc7b236ca166291d0b226678802e5 (diff)
downloadcygnal-10b57ba8d0b5eb56d17d73e280755bf8461230c6.tar.gz
cygnal-10b57ba8d0b5eb56d17d73e280755bf8461230c6.tar.bz2
cygnal-10b57ba8d0b5eb56d17d73e280755bf8461230c6.zip
cygwin: Document latest changes, bump API minor
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/release/2.10.04
-rw-r--r--winsup/doc/new-features.xml20
3 files changed, 26 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 7510f42b0..ef06c2d3b 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 8c90353c8..42c960b85 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 4f1ff97dc..14fb0593a 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">