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:
parent
c7806ef76a
commit
9a69aac0ed
|
@ -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>
|
2015-07-13 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* exceptions.cc (exception::handle): Reenable code only disabled for
|
* exceptions.cc (exception::handle): Reenable code only disabled for
|
||||||
|
|
|
@ -471,7 +471,8 @@ details. */
|
||||||
287: Export issetugid.
|
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_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 287
|
#define CYGWIN_VERSION_API_MINOR 287
|
||||||
|
|
Loading…
Reference in New Issue