* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 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. | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user