From b18aed9262365ee8cb9fcac28d335696bb69dca3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 Oct 2014 10:35:52 +0000 Subject: [PATCH] * new-features.xml (ov-new1.7.33): Fix paragraph order. --- winsup/doc/ChangeLog | 4 ++++ 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,3 +1,7 @@ +2014-10-27 Corinna Vinschen + + * new-features.xml (ov-new1.7.33): Fix paragraph order. + 2014-10-27 Corinna Vinschen * highlights.xml: Rearrange itemizedlist markup slightly. 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. - -Add -b/--remove-all option to setfacl to reduce the ACL to only the entries -representing POSIX permission bits. - - For bordercase which require to use /etc/passwd and /etc/group files, change mkpasswd/mkgroup to generate passwd/group entries compatible with @@ -30,6 +25,11 @@ the entries read from SAM/AD. . + +Add -b/--remove-all option to setfacl to reduce the ACL to only the entries +representing POSIX permission bits. + + /proc/cygdrive is a new symlink pointing to the current cygdrive prefix. This can be utilized in scripts to access paths via cygdrive prefix,