3 Nov 2009 15:54
[1.7] Updated: cygwin-1.7.0-63
Corinna Vinschen <corinna-cygwin <at> cygwin.com>
2009-11-03 14:54:37 GMT
2009-11-03 14:54:37 GMT
Hi folks, I just uploaded a new Cygwin 1.7 test release, 1.7.0-63. Changes in relation to 1.7.0-62: ================================ - Add a bigger patch which allows by default to run multiple Cygwin installations in parallel without interferring and without interaction between processes running within these installations. This is done by computing a key value from the installation path of the Cygwin DLL which is used when creating shared objects used for interprocess communication and synchronization. This means, you can have multiple concurrent Cygwin 1.7 installations in parallel running alongside without knowing of each other. However, this also implies that you should not try to have one process in installation A interacting with any process running in installation B. The results might not be what you expect. Keep different Cygwin installations separate. This change comes along with a change to the cygcheck tool, see http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#cygcheck, options --enable-unique-object-names, --disable-unique-object-names, and --show-unique-object-names. - For better debugging of multiple Cygwin installations, every Cygwin DLL now generates a registry entry with its installation path and the key value computed from this path. This change is accompanied by another change in cygcheck, see http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#cygcheck, and its new option --delete-orphaned-installation-keys.(Continue reading)
RSS Feed