2015-03-05 20:57:34 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2015-03-31 19:13:06 +08:00
|
|
|
- basename(3) now comes in two flavors, POSIX and GNU. The POSIX version is
|
|
|
|
the default. You get the GNU version after
|
|
|
|
|
|
|
|
#define _GNU_SOURCE
|
|
|
|
#include <string.h>
|
|
|
|
|
2015-03-05 20:57:34 +08:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2015-04-07 18:11:52 +08:00
|
|
|
- The maximum number of PTYs has been raised from 64 to 128.
|
|
|
|
|
2015-03-05 20:57:34 +08:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix potential hang in pseudo ttys when generating ECHO output while the slave
|
|
|
|
is flooding the pty with output.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00019.html
|
2015-03-05 21:58:03 +08:00
|
|
|
|
|
|
|
- Fix potential premature SIGHUP in pty code.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00070.html
|
2015-03-17 18:40:12 +08:00
|
|
|
|
|
|
|
- Fix a name change from symlink to target name in calls to execvp, system, etc.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00270.html
|
2015-03-25 19:42:38 +08:00
|
|
|
|
|
|
|
- Fix internal error in pty -ONLCR handling. Fix timing bug in pty OPOST
|
|
|
|
handling.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00929.html
|
2015-03-31 19:13:06 +08:00
|
|
|
|
|
|
|
- Avoid creating passwd and group records from fully qualified Windows
|
|
|
|
account names (domain\name, name@domain).
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00528.html
|
2015-04-01 19:15:18 +08:00
|
|
|
|
|
|
|
- Avoid potential crash at startup or in getgroups(2).
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00010.html
|
2015-04-01 21:31:18 +08:00
|
|
|
|
|
|
|
- Fix UTF-16 surrogate handling in wctomb and friends.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00452.html
|
2015-04-12 20:05:12 +08:00
|
|
|
|
|
|
|
- Fix shmget usage of size parameter for already existing segments.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00105.html
|
2015-04-23 21:22:37 +08:00
|
|
|
|
|
|
|
- Fix how in-use files on virtual drives created via subst are moved to
|
|
|
|
the recycler in unlink(2).
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00527.html
|
|
|
|
|
|
|
|
- Fix how in-use files on Samba drives are renamed in unlink(2).
|