Document the fact that we forgot to bump for sigaltstack and sethostname

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-07-17 14:02:43 +02:00
parent c7806ef76a
commit 9a69aac0ed
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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