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 @@ What's new and what changed in Cygwin +What's new and what changed in 2.10 + + + + +New open(2) flags O_TMPFILE and O_NOATIME. + + + +scanf/wscanf now handle the POSIX %m modifier. + + + +New API: wmempcpy. + + + + + + What's new and what changed in 2.9