* new-features.sgml (ov-new1.7-misc): Add installation-specific
unique object names description.
This commit is contained in:
parent
34861325a5
commit
0de153c586
|
@ -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>
|
2009-10-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* pathnames.sgml: Add limitation of case sensitivity with CreateProcess.
|
* pathnames.sgml: Add limitation of case sensitivity with CreateProcess.
|
||||||
|
|
|
@ -325,6 +325,14 @@
|
||||||
delete, to support the toolchain in implementing full C++ standards
|
delete, to support the toolchain in implementing full C++ standards
|
||||||
conformance when working with shared libraries.
|
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>
|
</screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue