public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/main] Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcs
Date: Mon, 31 Jul 2023 20:52:08 +0000 (GMT)	[thread overview]
Message-ID: <20230731205208.D6A583858D28@sourceware.org> (raw)

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

commit 4f78215c866a2e1a7cd1ba894772029fa19d8328
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Mon Jul 31 22:23:45 2023 +0200
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Mon Jul 31 22:39:09 2023 +0200

    Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcs
    
    Commit c743751aafa84 ("Cygwin: Export
    posix_spawn_file_actions_add{f}chdir_np")
    added two new functions but we forgot to bump the API version.
    Catch up.
    
    Fixes: c743751aafa84 ("Cygwin: Export posix_spawn_file_actions_add{f}chdir_np")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 0644311a0b02..188dc6d08b0b 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -479,12 +479,14 @@ details. */
   343: Change FD_SETSIZE and NOFILE.
   344: Remove _alloca.
   345: Reinstantiate _alloca.
+  346: (Belatedly) add posix_spawn_file_actions_addchdir_np,
+       posix_spawn_file_actions_addfchdir_np.
 
   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 345
+#define CYGWIN_VERSION_API_MINOR 346
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared

                 reply	other threads:[~2023-07-31 20:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230731205208.D6A583858D28@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).