diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3eeb6ceae..5cf414195 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2014-05-15 Corinna Vinschen <corinna@vinschen.de> + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273. + +2014-05-15 Corinna Vinschen <corinna@vinschen.de> + * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME. Add lengthy comment to explain what we do and why. * include/sys/cygwin.h (cygwin_getinfo_types): Add 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 |