From 9acd89087baea32b06142d51568df78e0ce57d54 Mon Sep 17 00:00:00 2001 From: Hari Gowtham Date: Sat, 8 Jun 2019 20:28:10 +0530 Subject: doc: Added release notes for 6.3 Fixes: bz#1718555 Change-Id: Ibe540110156d70dc1bf308eccd08d49339f4ef7a Signed-off-by: Hari Gowtham --- doc/release-notes/6.3.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/release-notes/6.3.md (limited to 'doc/release-notes/6.3.md') diff --git a/doc/release-notes/6.3.md b/doc/release-notes/6.3.md new file mode 100644 index 00000000000..b00b0506ab1 --- /dev/null +++ b/doc/release-notes/6.3.md @@ -0,0 +1,23 @@ +# Release notes for Gluster 6.3 + +This is a bugfix release. The release notes for [6.0](6.0.md), [6.1](6.1.md) +and [6.2](6.2.md) contain a listing of all the new features that were added +and bugs fixed in the GlusterFS 6 stable release. + +**NOTE:** Next minor release tentative date: Week of 10th July, 2019 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-6.2 are listed below. + +- [#1714172](https://bugzilla.redhat.com/1714172): ec ignores lock contention notifications for partially acquired locks +- [#1715012](https://bugzilla.redhat.com/1715012): Failure when glusterd is configured to bind specific IPv6 address. If bind-address is IPv6, *addr_len will be non-zero and it goes to ret = -1 branch, which will cause listen failure eventually + -- cgit