Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-25 14:51:32 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-02-25 14:51:32 +0400
commita1e89eba9b88f4c2170e75f452671e07250b7aa6 (patch)
tree9dd4777a3afc222d9f0d579a633b1665408d2475 /winsup/doc
parent5ffd5f300f912af5ec3d54d75665f42b816d9838 (diff)
* new-features.sgml (ov-new1.7.11): Add two more changes to the list.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml11
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>