Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2019-09-24 22:31:17 +0300
committerKen Brown <kbrown@cornell.edu>2019-09-25 03:04:28 +0300
commita9724c3904c5680890f23ce248e4b7092eeabf35 (patch)
tree79c853a48e0a86389ef668ca83ca1eafe427893e
parentd1b5feef8232e82a0f31e5ed421abda84c3f4705 (diff)
Document the last change
-rw-r--r--winsup/cygwin/release/3.1.03
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