summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-07-17 14:02:43 +0200
committerCorinna Vinschen <corinna@vinschen.de>2015-07-17 14:02:43 +0200
commit9a69aac0ed556d1141626b987bc4c0c877fdb169 (patch)
tree5532ed56543f1e945f366ad7c6a34e9523c8102c
parentc7806ef76a28aa8363e82811a496ed5a16f39168 (diff)
downloadcygnal-9a69aac0ed556d1141626b987bc4c0c877fdb169.tar.gz
cygnal-9a69aac0ed556d1141626b987bc4c0c877fdb169.tar.bz2
cygnal-9a69aac0ed556d1141626b987bc4c0c877fdb169.zip
Document the fact that we forgot to bump for sigaltstack and sethostname
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-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