diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/ntsec.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ea20f7dac..30c81f4fb 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-02-12 Corinna Vinschen <corinna@vinschen.de> + + * ntsec.xml: Throughout fix references to the Cygwin version number. + 2015-02-11 Warren Young <warren@etr-usa.com> * faq-using.xml (faq.using.startup-slow): New entry. diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 42fd83791..0d84e5dc1 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -117,12 +117,12 @@ treat these SIDs as identifying two separate accounts. One is "FOO\johndoe", the other one is "BAR\johndoe" or "johndoe@bar.local". Different SID, different account. Full stop. </para> -<para>Starting with Cygwin 1.7.33, Cygwin uses an automatic, internal +<para>Starting with Cygwin 1.7.34, Cygwin uses an automatic, internal translation from Windows SID to POSIX UID/GID. This mechanism, which is the preferred method for the SID<=>UID/GID mapping, is described in detail in <xref linkend="ntsec-mapping"></xref>.</para> -<para>Prior to Cygwin 1.7.33, the last part of the SID, the so called +<para>Prior to Cygwin 1.7.34, the last part of the SID, the so called "Relative IDentifier" (RID), was by default used as UID and/or GID when you created the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files using the @@ -266,7 +266,7 @@ documented, albeit in a confusing way and spread over multiple MSDN articles. </para> <para> -Starting with Cygwin 1.7.33, Cygwin utilizes an approach inspired by the +Starting with Cygwin 1.7.34, Cygwin utilizes an approach inspired by the mapping method as implemented by SFU, with a few differences for backward compatibility and to handle some border cases differently. </para> |