4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 03:20:28 +08:00

Cygwin: Bump DLL version to 2.10.0, bump API minor to 319

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-14 21:36:38 +01:00
parent baaceb8f37
commit ce0b11f9c4
2 changed files with 6 additions and 3 deletions

View File

@ -10,8 +10,8 @@ details. */
the Cygwin shared library". This version is used to track important the Cygwin shared library". This version is used to track important
changes to the DLL and is mainly informative in nature. */ changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 2009 #define CYGWIN_VERSION_DLL_MAJOR 2010
#define CYGWIN_VERSION_DLL_MINOR 1 #define CYGWIN_VERSION_DLL_MINOR 0
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */
@ -483,12 +483,13 @@ details. */
316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock. 316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock.
317: Export renameat2. 317: Export renameat2.
318: Export strnstr. 318: Export strnstr.
319: Define O_TMPFILE, O_NOATIME.
Note that we forgot to bump the api for ualarm, strtoll, strtoull, Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */ sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 318 #define CYGWIN_VERSION_API_MINOR 319
/* There is also a compatibity version number associated with the shared memory /* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared regions. It is incremented when incompatible changes are made to the shared

View File

@ -1,6 +1,8 @@
What's new: What's new:
----------- -----------
- New open(2) flags O_TMPFILE and O_NOATIME.
What changed: What changed:
------------- -------------