diff options
author | Ken Brown <kbrown@cornell.edu> | 2019-09-24 15:31:17 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2019-09-24 20:04:28 -0400 |
commit | a9724c3904c5680890f23ce248e4b7092eeabf35 (patch) | |
tree | 79c853a48e0a86389ef668ca83ca1eafe427893e | |
parent | d1b5feef8232e82a0f31e5ed421abda84c3f4705 (diff) | |
download | cygnal-a9724c3904c5680890f23ce248e4b7092eeabf35.tar.gz cygnal-a9724c3904c5680890f23ce248e4b7092eeabf35.tar.bz2 cygnal-a9724c3904c5680890f23ce248e4b7092eeabf35.zip |
Document the last change
-rw-r--r-- | winsup/cygwin/release/3.1.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 index 72664abdc..03bbc7aba 100644 --- a/winsup/cygwin/release/3.1.0 +++ b/winsup/cygwin/release/3.1.0 @@ -79,3 +79,6 @@ Bug Fixes - 64 bit only: Avoid collisions between memory maps created with shmat and Windows datastructures during fork. Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00107.html + +- Make rmdir fail if its argument is a symlink. + Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00221.html |