diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index e814ffbb8..c43c0187b 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * new-features.xml (ov-new1.7.33): Fix paragraph order. + +2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * highlights.xml: Rearrange itemizedlist markup slightly. * new-features.xml (ov-new1.7.33): Add setfacl -b option. * utils.xml (setfacl): Ditto. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 9ac630c04..7e85d0599 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -15,11 +15,6 @@ without having to create /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf file to configure passwd/group handling. </para> -<listitem><para> -Add -b/--remove-all option to setfacl to reduce the ACL to only the entries -representing POSIX permission bits. -</para></listitem> - <para> For bordercase which require to use /etc/passwd and /etc/group files, change mkpasswd/mkgroup to generate passwd/group entries compatible with @@ -31,6 +26,11 @@ the entries read from SAM/AD. </para></listitem> <listitem><para> +Add -b/--remove-all option to setfacl to reduce the ACL to only the entries +representing POSIX permission bits. +</para></listitem> + +<listitem><para> /proc/cygdrive is a new symlink pointing to the current cygdrive prefix. This can be utilized in scripts to access paths via cygdrive prefix, even if the cygdrive prefix has been changed by the user. |