*** empty log message ***

This commit is contained in:
Corinna Vinschen 2014-04-01 08:43:34 +00:00
parent 47f07c8b3c
commit aebedcd526
2 changed files with 22 additions and 4 deletions

View File

@ -1,10 +1,6 @@
What's new:
-----------
- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
file to configure passwd/group handling.
- Allow quoting of arguments to the CYGWIN environment variable, i.e.,
set CYGWIN=error_start="c:\bin\someprogram -T"
@ -32,3 +28,10 @@ Bug Fixes
- Fix initialization of open_memstream which could lead to dropping the
entire string.
Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00413
- Fix problem where ending chunk of audio was missing when accessing /dev/dsp.
Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00117
- Fix exception handling on x86_64.
Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00026

View File

@ -0,0 +1,15 @@
What's new:
-----------
- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
file to configure passwd/group handling.
What changed:
-------------
Bug Fixes
---------