https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d7641067d4056b6b9ece8e44029d618c24cebe30
commit d7641067d4056b6b9ece8e44029d618c24cebe30 Author: Corinna Vinschen <[email protected]> Date: Thu Apr 30 17:53:15 2015 +0200 Bump minor DLL version to 1 Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/release/2.0.1 | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b67e33f..7505bf9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2015-04-30 Corinna Vinschen <[email protected]> + * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1. + +2015-04-30 Corinna Vinschen <[email protected]> + * security.cc (convert_samba_sd): Fix accidental dropping of all non-Unix User, non-Unix Group accounts. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 7734b12..1ac9e6e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -43,7 +43,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 2000 -#define CYGWIN_VERSION_DLL_MINOR 0 +#define CYGWIN_VERSION_DLL_MINOR 1 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ diff --git a/winsup/cygwin/release/2.0.1 b/winsup/cygwin/release/2.0.1 new file mode 100644 index 0000000..3d10d8d --- /dev/null +++ b/winsup/cygwin/release/2.0.1 @@ -0,0 +1,8 @@ +Bug Fixes +--------- + +- Fix type check for base type of int32_t/uint32_t. + Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00602.html + +- Fix a bug in SID conversion per RFC2307 on Samba shares. + Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00636.html
