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>2019-02-24 01:07:42 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-24 01:07:42 +0300
commitf3be186911ca2a4ab1c7482e405babdc0cbad839 (patch)
treee39e9ede2c158b64ace9dec961bda2a77db2bcbd
parent0fb41d48aa3b0e8637a783961ffe4d67911fec50 (diff)
Cygwin: Add 3.0.2 release file
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.0.220
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.0.2 b/winsup/cygwin/release/3.0.2
new file mode 100644
index 000000000..0f3f4f741
--- /dev/null
+++ b/winsup/cygwin/release/3.0.2
@@ -0,0 +1,20 @@
+What's new:
+-----------
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+
+- Fix timerfd select always returning immediately.
+ Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00364.html
+
+- Drop enforcing case-correct group names for AD accounts to avoid
+ excessively long startup times.
+ Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00301.html
+
+- Fix and speed up evaluation of group membership in seteuid.
+ Addresses: Local testing.