From 2d0cb1acc7f46e49595d9a36bf4db6c2e490585f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 15 May 2014 11:24:42 +0000 Subject: [PATCH] * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3eeb6ceae..5cf414195 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2014-05-15 Corinna Vinschen + + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273. + 2014-05-15 Corinna Vinschen * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index b5b13ddea..9db1b7d47 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -446,12 +446,15 @@ details. */ as number of partitions on tape. 271: Export posix_spawn, posix_spawnp, and helper functions. 272: Export tm_gmtoff and tm_zone members. + 273: Introduce account mapping from WIndows account DBs. Add CW_SETENT, + CW_GETENT, CW_ENDENT, CW_GETNSSSEP, CW_GETPWSID, CW_GETGRSID, + CW_CYGNAME_FROM_WINNAME. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 272 +#define CYGWIN_VERSION_API_MINOR 273 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- 2.43.5