From a1e89eba9b88f4c2170e75f452671e07250b7aa6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 25 Feb 2012 10:51:32 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.11): Add two more changes to the list. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 20701d0dc..0b89df0a0 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-02-25 Corinna Vinschen + + * new-features.sgml (ov-new1.7.11): Add two more changes to the list. + 2012-02-24 Yaakov Selkowitz * new-features.sgml (ov-new1.7.11): Document pldd. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 10b8d2711..d919fb3dc 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -12,6 +12,17 @@ New pldd command for listing DLLs loaded by a process. New API: scandirat. + +Change the way remote shares mapped to drive letters are recognized when +creating the cygdrive directory. If Windows claims the drive is +unavailable, don't show it in the cygdrive directory listing. + + + +Raise default stacksize of pthreads from 512K to 1 Meg. It can still be +changed using the pthread_attr_setstacksize call. + +