diff options
author | Hari Gowtham <hgowtham@redhat.com> | 2019-06-08 20:28:10 +0530 |
---|---|---|
committer | Hari Gowtham <hgowtham@redhat.com> | 2019-06-10 12:09:32 +0530 |
commit | 9acd89087baea32b06142d51568df78e0ce57d54 (patch) | |
tree | 85ea2fa15ad7a7f8f7d59aca98c4ef337b17da09 | |
parent | 7a387f97315f55e1c741d6ad749fb5621f067de0 (diff) |
doc: Added release notes for 6.3v6.3
Fixes: bz#1718555
Change-Id: Ibe540110156d70dc1bf308eccd08d49339f4ef7a
Signed-off-by: Hari Gowtham <hgowtham@redhat.com>
-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 + |