diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 11 |
2 files changed, 15 insertions, 0 deletions
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 <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.11): Add two more changes to the list. + 2012-02-24 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * 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 <command>pldd</command> command for listing DLLs loaded by a process. New API: scandirat. </para></listitem> +<listitem><para> +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. +</para></listitem> + +<listitem><para> +Raise default stacksize of pthreads from 512K to 1 Meg. It can still be +changed using the pthread_attr_setstacksize call. +</para></listitem> + </itemizedlist> </sect2> |