summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b47017999..db7d723c3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-17 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Document the
+ fact that we forgot to bump for sigaltstack and sethostname.
+
2015-07-13 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (exception::handle): Reenable code only disabled for
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 3d5d4de58..7843136b0 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -471,7 +471,8 @@ details. */
287: Export issetugid.
*/
- /* 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. */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 287