]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Bump DLL version to 2.10.0, bump API minor to 319
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 14 Nov 2017 20:36:38 +0000 (21:36 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 14 Nov 2017 20:45:32 +0000 (21:45 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.10.0 [moved from winsup/cygwin/release/2.9.1 with 90% similarity]

index 7b95de3eeb38e65644820d3d86592cbb84881a0b..8b85f863feae193ec55d2b2c8c7b8fbd961591b6 100644 (file)
@@ -10,8 +10,8 @@ details. */
    the Cygwin shared library".  This version is used to track important
    changes to the DLL and is mainly informative in nature. */
 
-#define CYGWIN_VERSION_DLL_MAJOR 2009
-#define CYGWIN_VERSION_DLL_MINOR 1
+#define CYGWIN_VERSION_DLL_MAJOR 2010
+#define CYGWIN_VERSION_DLL_MINOR 0
 
 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */
 
@@ -483,12 +483,13 @@ details. */
   316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock.
   317: Export renameat2.
   318: Export strnstr.
+  319: Define O_TMPFILE, O_NOATIME.
 
   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 318
+#define CYGWIN_VERSION_API_MINOR 319
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared
similarity index 90%
rename from winsup/cygwin/release/2.9.1
rename to winsup/cygwin/release/2.10.0
index e01515f1df311781f3167a27ddb7a7a8fb260022..8c90353c8ea6c45737a103e8ad366b839350ec70 100644 (file)
@@ -1,6 +1,8 @@
 What's new:
 -----------
 
+- New open(2) flags O_TMPFILE and O_NOATIME.
+
 
 What changed:
 -------------
This page took 0.032485 seconds and 5 git commands to generate.