* include/cygwin/version.h: Bump API version to indicate that ntsec is on by
default now.
This commit is contained in:
parent
d6b3952610
commit
667f875d17
|
@ -1,3 +1,8 @@
|
||||||
|
2002-07-26 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump API version to indicate that ntsec is
|
||||||
|
on by default now.
|
||||||
|
|
||||||
2002-07-26 Conrad Scott <conrad.scott@dsl.pipex.com>
|
2002-07-26 Conrad Scott <conrad.scott@dsl.pipex.com>
|
||||||
|
|
||||||
* fhandler_registry.cc (fhandler_registry::close): Return any error
|
* fhandler_registry.cc (fhandler_registry::close): Return any error
|
||||||
|
|
|
@ -153,12 +153,13 @@ details. */
|
||||||
53: Export strlcat, strlcpy.
|
53: Export strlcat, strlcpy.
|
||||||
54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf.
|
54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf.
|
||||||
55: Export fcloseall, fcloseall_r.
|
55: Export fcloseall, fcloseall_r.
|
||||||
|
56: Make ntsec on by default.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 55
|
#define CYGWIN_VERSION_API_MINOR 56
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue