summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-02-18 11:19:23 +0100
committerCorinna Vinschen <corinna@vinschen.de>2020-02-18 11:22:57 +0100
commitf3793803a7dcdaa8319a30bea26dd4f9c9507559 (patch)
treedd1edda69fd1600b1faaa33bdd705353cde892be
parentc16e73043ee4249871bd2113dc71dac0b7c08c90 (diff)
downloadcygnal-f3793803a7dcdaa8319a30bea26dd4f9c9507559.tar.gz
cygnal-f3793803a7dcdaa8319a30bea26dd4f9c9507559.tar.bz2
cygnal-f3793803a7dcdaa8319a30bea26dd4f9c9507559.zip
Cygwin: move 3.1.3 to 3.1.4 release document
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.1.334
-rw-r--r--winsup/cygwin/release/3.1.433
2 files changed, 34 insertions, 33 deletions
diff --git a/winsup/cygwin/release/3.1.3 b/winsup/cygwin/release/3.1.3
index 06ed1eb57..6b8a59f28 100644
--- a/winsup/cygwin/release/3.1.3
+++ b/winsup/cygwin/release/3.1.3
@@ -1,33 +1 @@
-What changed:
--------------
-
-- Allow symlinks to be opened with O_PATH | O_NOFOLLOW.
-
-- Allow the pathname argument to readlinkat(2) to be an empty string,
- provided the dirfd argument refers to a symlink opened with
- O_PATH | O_NOFOLLOW. The readlinkat call then operates on that
- symlink.
-
-- Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
- fstatat(2).
-
-- Allow AF_LOCAL sockets to be opened with O_PATH.
-
-Bug Fixes:
-----------
-
-- Define CPU_SETSIZE, as on Linux.
- Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
-
-- Fix a regression that prevented the root of a drive from being the
- Cygwin installation root.
- Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
-
-- Many fixes in new pseudo console support.
- Addresses (among others):
- https://cygwin.com/ml/cygwin/2019-12/msg00173.html
- https://cygwin.com/ml/cygwin/2019-12/msg00292.html
- https://cygwin.com/ml/cygwin/2019-12/msg00295.html
- https://cygwin.com/ml/cygwin/2020-01/msg00093.html
- https://cygwin.com/ml/cygwin/2020-01/msg00147.html
- https://cygwin.com/ml/cygwin/2020-01/msg00161.html
+This release has been skipped
diff --git a/winsup/cygwin/release/3.1.4 b/winsup/cygwin/release/3.1.4
new file mode 100644
index 000000000..06ed1eb57
--- /dev/null
+++ b/winsup/cygwin/release/3.1.4
@@ -0,0 +1,33 @@
+What changed:
+-------------
+
+- Allow symlinks to be opened with O_PATH | O_NOFOLLOW.
+
+- Allow the pathname argument to readlinkat(2) to be an empty string,
+ provided the dirfd argument refers to a symlink opened with
+ O_PATH | O_NOFOLLOW. The readlinkat call then operates on that
+ symlink.
+
+- Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
+ fstatat(2).
+
+- Allow AF_LOCAL sockets to be opened with O_PATH.
+
+Bug Fixes:
+----------
+
+- Define CPU_SETSIZE, as on Linux.
+ Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
+
+- Fix a regression that prevented the root of a drive from being the
+ Cygwin installation root.
+ Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
+
+- Many fixes in new pseudo console support.
+ Addresses (among others):
+ https://cygwin.com/ml/cygwin/2019-12/msg00173.html
+ https://cygwin.com/ml/cygwin/2019-12/msg00292.html
+ https://cygwin.com/ml/cygwin/2019-12/msg00295.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00093.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00147.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00161.html