Bump minor DLL version to 1

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-04-30 17:53:15 +02:00
parent b07326d29e
commit d4058c6686
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-30 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
2015-04-30 Corinna Vinschen <corinna@vinschen.de>
* security.cc (convert_samba_sd): Fix accidental dropping of all

View File

@ -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. */

View File

@ -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