Bump minor DLL version to 1
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b07326d29e
commit
d4058c6686
|
@ -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>
|
2015-04-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* security.cc (convert_samba_sd): Fix accidental dropping of all
|
* security.cc (convert_samba_sd): Fix accidental dropping of all
|
||||||
|
|
|
@ -43,7 +43,7 @@ details. */
|
||||||
changes to the DLL and is mainly informative in nature. */
|
changes to the DLL and is mainly informative in nature. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_DLL_MAJOR 2000
|
#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
|
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||||
incompatible. */
|
incompatible. */
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue