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:
authorCorinna Vinschen <corinna@vinschen.de>2016-01-24 00:33:31 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-01-24 00:33:31 +0300
commit69f98f5f185537bcee36b6929a79adf8f2bfde57 (patch)
tree41d50ec38baa34a211162722412e79545753f6d1
parent79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef (diff)
Add 2.4.1 release message filecygwin-2_4_1-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.4.112
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.4.1 b/winsup/cygwin/release/2.4.1
new file mode 100644
index 000000000..ee2ae4385
--- /dev/null
+++ b/winsup/cygwin/release/2.4.1
@@ -0,0 +1,12 @@
+Bug Fixes
+---------
+
+- The cygpath(1) patch to correct the case of system directories when
+ returned as POSIX paths didn't work correctly for the SYSTEMROOT
+ directory on 32 bit Cygwin running on 64 bit Windows.
+ Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00257.html
+
+- cygwin_login_user(2): Don't fail if the calling user has no TCB privileges
+ and the user account to create the token for is an admin account. Return
+ the UAC-restricted token instead.
+ Addresses: Reported on IRC.