[newlib-cygwin] Cygwin: bump API version for addition of new/delete wrappers

Jeremy Drake jeremyd2019@sourceware.org
Thu Jul 31 21:08:03 GMT 2025


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

commit d61692cbd03baf863b91d23bb3816ce2e891dcc2
Author: Jeremy Drake <cygwin@jdrake.com>
Date:   Thu Jul 31 14:06:53 2025 -0700

    Cygwin: bump API version for addition of new/delete wrappers
    
    Signed-off-by: Jeremy Drake <cygwin@jdrake.com>

Diff:
---
 winsup/cygwin/include/cygwin/version.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index e4c16db43..f3321020f 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -495,12 +495,13 @@ details. */
   357: Export posix_close.
   358: Export acl_get_fd_np, acl_get_link_np, acl_get_perm_np,
        acl_is_trivial_np, acl_set_fd_np, acl_set_link_np, acl_strip_np.
+  359: Export wrappers for C++14 and C++17 new and delete overloads.
 
   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 358
+#define CYGWIN_VERSION_API_MINOR 359
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared


More information about the Cygwin-cvs mailing list