OSDN Git Service

* new-features.sgml (ov-new1.7-misc): Add installation-specific
authorcorinna <corinna>
Sat, 31 Oct 2009 22:28:13 +0000 (22:28 +0000)
committercorinna <corinna>
Sat, 31 Oct 2009 22:28:13 +0000 (22:28 +0000)
unique object names description.

winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index ec2f70c..4629123 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-31  Corinna Vinschen  <corinna@vinschen.de>
+
+       * new-features.sgml (ov-new1.7-misc): Add installation-specific
+       unique object names description.
+
 2009-10-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * pathnames.sgml: Add limitation of case sensitivity with CreateProcess.
index f38db1a..fea0fa8 100644 (file)
   delete, to support the toolchain in implementing full C++ standards
   conformance when working with shared libraries.
 
+- Different Cygwin installations in different paths can be run in parallel
+  without knowing of each other.  The path of the Cygwin DLL used in a
+  process is a key used when creating IPC objects.  So different Cygwin
+  DLLs are running in different namespaces.
+
+- Each Cygwin DLL stores its path and installation key in the registry.
+  This allows troubleshooting of problems which could be a result of having
+  multiple concurrent Cygwin installations.
 </screen>
 
 </sect2>