diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,9 +5,12 @@ In 2.6.0.0 - The dollarat program now has its conflicting -0 and -d options handled in the conventional way, with rightmost priority. - - New binary: posix-umask. With --enable-pedantic-posix, -umask is a symbolic link to posix-umask. And, hopefully, this -completes the "make execline POSIX-compliant" chapter. + - New binary: posix-umask. + - cd renamed to execline-cd, umask renamed to execline-umask + - With --enable-pedantic-posix, umask is a symbolic link to +posix-umask and cd is a symbolic link to posix-cd. Without this +option, umask is a symbolic link to execline-umask and cd is +a symbolic link to execline-cd. In 2.5.3.0 |