diff options
-rw-r--r-- | doc/release-notes/6.3.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 + |